Returns the current balance of the sender account.
Returns the current locked balance of the sender account. This amount will be greater than zero if the account is staking.
The amount of tokens received with this execution call.
Current block index.
Current block timestamp, i.e. number of non-leap-nanoseconds since January 1, 1970 0:00:00 UTC.
Account ID of contract.
Current epoch height.
Account ID of predecessor. It is either the another contract that called it in case of a cross-contract call, or the account that signed the transaction if it was called from the transaction.
Get the amount of prepaid gas attached to the call (in units of gas).
The amount of tokens received with this execution call.
Account ID of transaction sender.
Account public key of transaction sender.
The current storage usage in bytes.
Get the amount of gas (in units of gas) that was already burnt during the contract execution and attached to promises (cannot exceed prepaid gas).
Generated using TypeDoc
Provides context for contract execution, including information about transaction sender, etc.