Type alias CreateTokenWithMintBuilderContext

CreateTokenWithMintBuilderContext: { mintSigner: Signer; tokenAddress: PublicKey }

Type declaration

  • mintSigner: Signer

    The mint account to create as a Signer.

  • tokenAddress: PublicKey

    The computed address of the token account to create.

Generated using TypeDoc