Crate near_api_types

Crate near_api_types 

Source

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§

account
contract
crypto
errors
ft
json
nft
reference
signable_message
stake
storage
tokens
transaction
utils

Structs§

AccountId
NEAR Account Identifier.
AccountView
A view of the account
ContractCodeView
A view of the contract code.
CryptoHash
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
FunctionArgs
This type is used to mark function arguments.
NearGas
NearToken
RpcBlockResponse
RpcBlockResponse
RpcValidatorResponse
Information about this epoch validators and next epoch validators
StoreKey
This type is used to mark keys (arrays of bytes) that are queried from store.
StoreValue
This type is used to mark values returned from store (arrays of bytes).
ViewStateResult
Resulting state values for a view state query request

Enums§

RpcTransactionResponse
RpcTransactionResponse
TxExecutionStatus
TxExecutionStatus

Type Aliases§

BlockHeight
Nonce
StorageUsage