Last modified: 2024-09-14
NEO.UnclaimedGas Method
Gets the number of unclaimed GAS.
Namespace: Neo.SmartContract.Framework.Native
Assembly: Neo.SmartContract.Framework
Syntax
Parameters
-
account: The script hash of the account to be queried;
-
end: To which block height the query ends.
Example
Response body:
Response description:
-
Integer type: unclaimed GAS amount of this address is successfully requested.
-
Others: failed.