CreateNonceAccountParams class

Create Nonce Account Params

Constructors

CreateNonceAccountParams.new({required Pubkey fromPubkey, required Pubkey noncePubkey, required Pubkey authorizedPubkey, required u64 lamports})
Create nonce account system transaction params.
const

Properties

authorizedPubkey Pubkey
Thje public key to set as authority of the created nonce account.
final
fromPubkey Pubkey
The account that will transfer lamports to the created nonce account.
final
hashCode int
The hash code for this object.
no setterinherited
lamports u64
The amount of lamports to transfer to the created nonce account.
final
noncePubkey Pubkey
The public key of the created 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