Type alias: GqlProtocolFields
type GqlProtocolFields: object;
Graphql representation of custom token protocol fields
Type declaration
Member | Type | Description |
---|---|---|
__typename | "GqlProtocolFields" | - |
hashId | Scalars ["HashId" ] | Token hash id (32 bytes hax) |
initialTokenSupply | Scalars ["TokenAmount" ] | as minial units |
issuanceType | GqlIssuanceType | Issuance type of the token |
tokenAdmin | GqlUser | User with an admin rights |