TransferAllSolInstructionAccounts: {
    destination: PublicKey | Pda;
    source?: Signer;
    systemProgram?: PublicKey | Pda;
}

Type declaration

  • destination: PublicKey | Pda

    The destination account receiving the lamports

  • Optional source?: Signer

    The source account sending all its lamports

  • Optional systemProgram?: PublicKey | Pda

    System program

Generated using TypeDoc