Skip to main content

GqlProtocolFields

Graphql representation of custom token protocol fields

type GqlProtocolFields {
hashId: HashId!
initialTokenSupply: TokenAmount!
issuanceType: GqlIssuanceType!
tokenAdmin: GqlUser!
}

Fields

GqlProtocolFields.hashId ● HashId! non-null scalar

Token hash id (32 bytes hax)

GqlProtocolFields.initialTokenSupply ● TokenAmount! non-null scalar

as minial units

GqlProtocolFields.issuanceType ● GqlIssuanceType! non-null union

Issuance type of the token

GqlProtocolFields.tokenAdmin ● GqlUser! non-null union

User with an admin rights

Member Of

TokenInfo

object

Coinweb © 2024