• SPL-TOKEN mint

    Parameters

    • owner: Secret

      // token owner Secret

    • totalAmount: number

      // total number

    • mintDecimal: number

      // token decimal

    • input: InputTokenMetadata

      // token metadata

    • options: Partial<MintOptions> = {}

      // options

    Returns Promise<Result<MintStructure, Error>>

    Promise<Result<MintInstruction, Error>>

Generated using TypeDoc