ParsedSystemInstruction.transferChecked constructor

const ParsedSystemInstruction.transferChecked({
  1. required ParsedSystemTransferInformation info,
  2. 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;