SolSystemTransferInstruction: {
    from: BlockchainAddress;
    index: string;
    kind: SystemTransfer;
    program: BlockchainAddress;
    to: BlockchainAddress;
    value: Amount;
}

Type declaration

Generated using TypeDoc