Module snapps_txn_reference_impl::party [−][src]
Expand description
The types of individual account updates that form a snapp transaction.
Structs
The body of a single account update.
Updates to apply to the account when applying a party.
A signed amount, which records whether it is positive or negative.
Enums
The authorization associated with a particular account update.
The SetOrKeep<T>
type is an enum type parameterised by a type T
, and determines whether a
party update affects a particular field of the account state.
Declares the ‘sign’ of a signed number.
Functions
Add a SignedAmount
to a u64
.