AccountUpdate
An AccountUpdate is a set of instructions for the Mina network. It includes Preconditions and a list of state updates, which need to be authorized by either a Signature or Proof.
Implements
AccountUpdate
Constructors
new AccountUpdate()
new AccountUpdate(body: Body, authorization?: {}): AccountUpdate
Parameters
• body: Body
• authorization?
Returns
Source
lib/mina/account-update.ts:703
Properties
account
account: Account;
Source
lib/mina/account-update.ts:694
authorization
authorization: {};
Implementation of
Types.AccountUpdate.authorization
Source
lib/mina/account-update.ts:691
body
body: Body;
Implementation of
Types.AccountUpdate.body
Source
lib/mina/account-update.ts:690
currentSlot
currentSlot: CurrentSlot;
Source
lib/mina/account-update.ts:696
id
id: number;
Source
lib/mina/account-update.ts:684
label
label: string = '';
A human-readable label for the account update, indicating how that update was created. Can be modified by applications to add richer information.
Source
lib/mina/account-update.ts:689