EstimateTransferTokensGas
Description
Details
Signature
Arguments
Parameter
Type
Definition
Return Value
{
"statusCode": 1/0,
"data": {
"estimatedGas": "estimatedGas", // the gas limit of the transaction in BigNumber
"estimatedGasPrice": "estimatedGasPrice" // the gas price of the transaction in BigNumber
}
"error": "error" // error if any
}
Handling Large Numerical Values
Example
Last updated