Type alias CreateMintOutput

CreateMintOutput: {
    response: SendAndConfirmTransactionResponse;
    mintSigner: Signer;
    mint: Mint;
}

Create a new Mint account from the provided input and returns the newly created Mint model.

Type declaration

Generated using TypeDoc