Skip to main content Link Menu Expand (external link) Document Search Copy Copied

EthGasEstimationBatchResult

Model getters

Method name Return type Description Notes
getError() bool If estimation succeeded.
Example: false
 
getContractAddress() string Contract address of ERC20 token, if transaction is ERC20 token
Example: 0x687422eEA2cB73B5d3e242bA5456b782919AFc85
[optional]
getData() \Tatum\Model\EthGasEstimationBatchResultData
Example: null
[optional]
getMsg() string Error message. Present only if error - true.
Example: Provided address 0xt16360210b423d3a5205923d6e64a2d142d9f426 is invalid, the capitalization checksum test failed, or it's an indirect IBAN address which can't be converted.
[optional]