Type alias CreateAccountBuilderContext

CreateAccountBuilderContext: {
    lamports: SolAmount;
    newAccount: Signer;
}

Type declaration

  • lamports: SolAmount

    The lamports used to initialize the account's balance.

  • newAccount: Signer

    The new account created as a Signer.

Generated using TypeDoc