CreateNonceAccountWithSeedParams class

Create Nonce Account With Seed Params

Constructors

CreateNonceAccountWithSeedParams.new({required Pubkey fromPubkey, required Pubkey noncePubkey, required Pubkey authorizedPubkey, required u64 lamports, required Pubkey basePubkey, required String seed})
Create nonce account with seed system transaction params.
const

Properties

authorizedPubkey Pubkey
The public key to set as the authority of the created nonce account.
final
basePubkey Pubkey
The base public key used to derive the address of the 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
seed String
The seed used to derive the address of the nonce account.
final

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