VetEstimateGas
Model getters
Method name | Return type | Description | Notes |
---|---|---|---|
getFrom() | string | Sender account address. Example: 0x5034aa590125b64023a0262112b98d72e3c8e40e | |
getTo() | string | Recipient account address. Example: 0x5034aa590125b64023a0262112b98d72e3c8e40e | |
getValue() | string | Amount to send. Example: 140 | |
getData() | string | Data to send to Smart Contract Example: null | [optional] |
getNonce() | float | Nonce Example: 12345 | [optional] |