AssignWithSeedParams class

Assign With Seed Params

Constructors

AssignWithSeedParams.new({required Pubkey accountPubkey, required Pubkey basePubkey, required String seed, required Pubkey programId})
Assign account with seed system transaction params.
const

Properties

accountPubkey Pubkey
The public key of the account which will be assigned a new owner.
final
basePubkey Pubkey
The base public key used to derive the address of the assigned account.
final
hashCode int
The hash code for this object.
no setterinherited
programId Pubkey
The public key of the program to assign as the owner.
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 assigned 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