Enum snapps_txn_reference_impl::party::PartyAuthorization [−][src]
Expand description
The authorization associated with a particular account update.
Variants
Proof(Proof)
Tuple Fields
0: Proof
The update is authorized by a proof that verifies against the verification key stored in the account’s snapp state.
Signature(Signature)
Tuple Fields
0: Signature
The update is authorized by a signature.
NoneGiven
The update does not require authorization.