package account

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message AccountDetails

account.proto:58

An account details.

message AccountHeader

account.proto:68

An account header.

Used in: rpc.AccountResponse.AccountDetails

message AccountId

account.proto:13

Uniquely identifies a specific account. A Miden account ID is a 120-bit value derived from the commitments to account code and storage, and a random user-provided seed.

Used in: AccountHeader, AccountIdList, AccountSummary, AccountWitness, blockchain.FeeParameters, note.NoteMetadata, rpc.AccountRequest, rpc.SyncAccountStorageMapsRequest, rpc.SyncAccountVaultRequest, rpc.SyncTransactionsRequest, transaction.TransactionHeader, transaction.TransactionSummary

message AccountIdList

account.proto:20

A list of account IDs.

message AccountStorageHeader

account.proto:38

Represents the storage header of an account.

Used in: rpc.AccountStorageDetails

message AccountStorageHeader.StorageSlot

account.proto:40

A single storage slot in the account storage header.

Used in: AccountStorageHeader

message AccountSummary

account.proto:26

The state of an account at a specific block height.

Used in: AccountDetails

message AccountWitness

account.proto:86

An account witness.

Used in: rpc.AccountResponse