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

    Type Alias TransferParams

    Transfer system transaction params

    type TransferParams = {
        fromPubkey: PublicKey;
        lamports: number | bigint;
        toPubkey: PublicKey;
    }
    Index
    fromPubkey: PublicKey

    Account that will transfer lamports

    lamports: number | bigint

    Amount of lamports to transfer

    toPubkey: PublicKey

    Account that will receive transferred lamports