UpdateFeeSolana
Model getters
| Method name | Return type | Description | Notes |
|---|---|---|---|
| getChain() | string | The blockchain to work with Example: SOL | |
| getContractAddress() | string | The blockchain address of the marketplace smart contract Example: FZAS4mtPvswgVxbpc117SqfNgCDLTCtk5CoeAtt58FWU | |
| getMarketplaceFee() | float | The new percentage of the amount that an NFT was sold for that will be sent to the marketplace as a fee. To set the fee to 1%, set this parameter to 100; to set 10%, set this parameter to 1000; to set 50%, set this parameter to 5000, and so on. Example: 150 | |
| getFrom() | string | The blockchain address of the marketplace authority Example: FZAS4mtPvswgVxbpc117SqfNgCDLTCtk5CoeAtt58FWU | |
| getFromPrivateKey() | string | The private key of the marketspace authority Example: zgsAKfjuXrAxEyuYRxbbxPM3rdsPbJPnGreaGMbcdUApJ6wHnCqQnf9b1RNPdeZxsRMkezh4VgXQ7YrbpndGtEv |