DecodedTransferInstruction constructor
const
DecodedTransferInstruction({})
Decoded transfer system transaction instruction.
Implementation
const DecodedTransferInstruction({
required this.fromPubkey,
required this.toPubkey,
required this.lamports,
});