EstimateFee
Model getters
Method name | Return type | Description | Notes |
---|---|---|---|
getChain() | string | The blockchain to estimate the fee for Example: null | |
getType() | string | The type of the transaction Example: null | |
getSender() | string | (Only if type=TRANSFER_ERC20 ) The blockchain address of the sender address Example: 0xfb99f8ae9b70a0c8cd96ae665bbaf85a7e01a2ef | [optional] |
getRecipient() | string | (Only if type=TRANSFER_ERC20 ) The blockchain address of the recipient address Example: 0x687422eEA2cB73B5d3e242bA5456b782919AFc85 | [optional] |
getContractAddress() | string | (Only if type=TRANSFER_ERC20 ) The blockchain address of the smart address of the fungible token Example: 0x687422eEA2cB73B5d3e242bA5456b782919AFc85 | [optional] |
getAmount() | string | (Only if type=TRANSFER_ERC20 ) The amount of the fungible token to be sent Example: 100000 | [optional] |