Type alias DecodedTransferInstruction

DecodedTransferInstruction: {
    fromPubkey: PublicKey;
    lamports: bigint;
    toPubkey: PublicKey;
}

Decoded transfer system transaction instruction

Type declaration

  • fromPubkey: PublicKey

    Account that will transfer lamports

  • lamports: bigint

    Amount of lamports to transfer

  • toPubkey: PublicKey

    Account that will receive transferred lamports

Generated using TypeDoc