@solana/web3.js
    Preparing search index...

    Type Alias DecodedTransferInstruction

    Decoded transfer system transaction instruction

    type DecodedTransferInstruction = {
        fromPubkey: PublicKey;
        lamports: bigint;
        toPubkey: PublicKey;
    }
    Index
    fromPubkey: PublicKey

    Account that will transfer lamports

    lamports: bigint

    Amount of lamports to transfer

    toPubkey: PublicKey

    Account that will receive transferred lamports