Type alias CreateAccountOutput

CreateAccountOutput: {
    response: SendAndConfirmTransactionResponse;
    newAccount: Signer;
    lamports: SolAmount;
}

Type declaration

  • response: SendAndConfirmTransactionResponse

    The blockchain response from sending and confirming the transaction.

  • newAccount: Signer

    The new account created as a Signer.

  • lamports: SolAmount

    The lamports used to initialize the account's balance.

Generated using TypeDoc