Module miden_objects::accounts

source ·

Re-exports§

Modules§

Structs§

  • An account which can store assets and define rules for manipulating them.
  • A public interface of an account.
  • Account data contains a complete description of an account, including the Account struct as well as account seed and account authentication info.
  • Unique identifier of an account.
  • Account storage consists of 256 index-addressable storage slots.
  • A stub of an account which contains information that succinctly describes the state of the components of the account.
  • Represents a single storage slot item.
  • Represents a single storage slot entry.

Enums§

Constants§

Functions§

  • Finds and returns a seed suitable for creating an account ID for the specified account type using the provided initial seed as a starting point. Using a single thread.
  • Returns hash of an account with the specified ID, nonce, vault root, storage root, and code root.