Type alias CreateAccountWithRentInstructionAccounts

CreateAccountWithRentInstructionAccounts: {
    newAccount: Signer;
    payer?: Signer;
    systemProgram?: PublicKey | Pda;
}

Type declaration

  • newAccount: Signer

    The account being created

  • Optional payer?: Signer

    The account paying for the storage

  • Optional systemProgram?: PublicKey | Pda

    System program

Generated using TypeDoc