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

    Type Alias DecodedTransferWithSeedInstruction

    Decoded transferWithSeed system transaction instruction

    type DecodedTransferWithSeedInstruction = {
        basePubkey: PublicKey;
        fromPubkey: PublicKey;
        lamports: bigint;
        programId: PublicKey;
        seed: string;
        toPubkey: PublicKey;
    }
    Index
    basePubkey: PublicKey

    Base public key to use to derive the funding account address

    fromPubkey: PublicKey

    Account that will transfer lamports

    lamports: bigint

    Amount of lamports to transfer

    programId: PublicKey

    Program id to use to derive the funding account address

    seed: string

    Seed to use to derive the funding account address

    toPubkey: PublicKey

    Account that will receive transferred lamports