ParsedSystemInstruction.transferChecked constructor
const
ParsedSystemInstruction.transferChecked({
- required ParsedSystemTransferInformation info,
- required String type,
Transfer instruction data for a transfer of info.lamports from
info.source to info.destination.
Implementation
const factory ParsedSystemInstruction.transferChecked({
required ParsedSystemTransferInformation info,
required String type,
}) = ParsedSystemTransferCheckedInstruction;