AuthorizeNonceParams class
Authorize Nonce Params
Constructors
- AuthorizeNonceParams.new({required Pubkey noncePubkey, required Pubkey authorizedPubkey, required Pubkey newAuthorizedPubkey})
-
Authorise nonce account system transaction params.
const
Properties
-
The public key of the current nonce authority.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- newAuthorizedPubkey → Pubkey
-
The public key to set as the new nonce authority.
final
- noncePubkey → Pubkey
-
The nonce account.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited