DecodedTransferWithSeedInstruction constructor
const
DecodedTransferWithSeedInstruction({})
Decoded transferWithSeed system transaction instruction.
Implementation
const DecodedTransferWithSeedInstruction({
required this.fromPubkey,
required this.basePubkey,
required this.toPubkey,
required this.lamports,
required this.seed,
required this.programId,
});