Module near_primitives::views[][src]

Expand description

This module defines “stable” internal API to view internal data using view_client.

These types should only change when we cannot avoid this. Thus, when the counterpart internal type gets changed, the view should preserve the old shape and only re-map the necessary bits from the source structure in the relevant From<SourceStruct> impl.

Modules

Structs

A view of the account

A view of the contract code.

Information about this epoch validators and next epoch validators

Final execution outcome of the transaction and all of subsequent the receipts.

Final execution outcome of the transaction and all of subsequent the receipts. Also includes the generated receipt.

Item of the state, key and value are serialized in base64 and proof for inclusion of given state item.

State for the view call.

Enums

Type Definitions

Set of serialized TrieNodes that are encoded in base64. Represent proof of inclusion of some TrieNode in the MerkleTrie.