Show / Hide
Table of Contents
Last modified: 2024-09-14
NEO.GetAccountState Method ()
Gets the latest votes of the specified account.
Namespace: Neo.SmartContract.Framework.Native
Assembly: Neo.SmartContract.Framework
Syntax
Example
Response body:
Response description:
-
1st value: the current account balance, which equals to the votes cast.
-
2nd value: The block height at last update.
-
3rd value: The public key of the account address to vote.
Back