GqlIssuanceType
Graphql representation of issuance type for a custom token
union GqlIssuanceType =
  | GqlMintableData
  | GqlNonMintableData
  | GqlWithNonMintableBondingCurveData
  | GqlWithMintableBondingCurve
Possible types
GqlIssuanceType.GqlMintableData object
Graphql representation of mintable data for a custom token
GqlIssuanceType.GqlNonMintableData object
Graphql representation of non mintable data for a custom token
GqlIssuanceType.GqlWithNonMintableBondingCurveData object
Graphql representation of non mintable data for a custom token with bonding curve
GqlIssuanceType.GqlWithMintableBondingCurve object
Graphql representation of mintable data for a custom token