Type alias CreateTokenWithMintOutput

CreateTokenWithMintOutput: { response: SendAndConfirmTransactionResponse; mintSigner: Signer; token: TokenWithMint }

Type declaration

  • response: SendAndConfirmTransactionResponse

    The blockchain response from sending and confirming the transaction.

  • mintSigner: Signer

    The new mint account as a Signer.

  • token: TokenWithMint

    A model representing the newly created token account and its associated mint account.

Generated using TypeDoc