DecodedTransferWithSeedInstruction class

Decoded Transfer With Seed Instruction

Constructors

DecodedTransferWithSeedInstruction.new({required Pubkey fromPubkey, required Pubkey basePubkey, required Pubkey toPubkey, required u64 lamports, required String seed, required Pubkey programId})
Decoded transferWithSeed system transaction instruction.
const

Properties

basePubkey Pubkey
The base public key used to derive the funding account address.
final
fromPubkey Pubkey
The account that will transfer lamports.
final
hashCode int
The hash code for this object.
no setterinherited
lamports u64
The amount of lamports to transfer.
final
programId Pubkey
The program id used to derive the funding account address.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seed String
The seed used to derive the funding account address.
final
toPubkey Pubkey
The account that will receive transferred lamports.
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