Re-exports§
pub use reference::EpochReference;pub use reference::Reference;pub use storage::StorageBalance;pub use storage::StorageBalanceInternal;pub use account::Account;pub use crypto::public_key::PublicKey;pub use crypto::secret_key::SecretKey;pub use crypto::signature::Signature;pub use transaction::actions::AccessKey;pub use transaction::actions::AccessKeyPermission;pub use transaction::actions::Action;pub use near_abi as abi;
Modules§
Structs§
- Account
Id - NEAR Account Identifier.
- Account
View - A view of the account
- Contract
Code View - A view of the contract code.
- Crypto
Hash - A type that represents a hash of the data.
- Data
- A wrapper around a generic query result that includes the block height and block hash at which the query was executed
- Function
Args - This type is used to mark function arguments.
- NearGas
- Near
Token - RpcBlock
Response RpcBlockResponse- RpcValidator
Response - Information about this epoch validators and next epoch validators
- Store
Key - This type is used to mark keys (arrays of bytes) that are queried from store.
- Store
Value - This type is used to mark values returned from store (arrays of bytes).
- View
State Result - Resulting state values for a view state query request
Enums§
- RpcTransaction
Response RpcTransactionResponse- TxExecution
Status TxExecutionStatus