GqlBondingCurveInfo
Graphql representation of bonding curve data for a custom token
type GqlBondingCurveInfo {
isFrozen: Boolean!
isNakedTokensAllowed: Boolean!
}
Fields
GqlBondingCurveInfo.isFrozen ● Boolean! non-null scalar
True if the state of the curve is fixed
GqlBondingCurveInfo.isNakedTokensAllowed ● Boolean! non-null scalar
True if the naked tokens allowed
Member Of
object ●GqlWithNonMintableBondingCurveData