GqlBondingCurveData
Graphql representation of custom token bonding curve fields
type GqlBondingCurveData {
curveBuy: GqlFormula!
curveSell: GqlFormula!
domain: CwebToken!
cwebSupply: CwebToken!
tokenSupply: GqlTokenSupply!
}
Graphql representation of custom token bonding curve fields
type GqlBondingCurveData {
curveBuy: GqlFormula!
curveSell: GqlFormula!
domain: CwebToken!
cwebSupply: CwebToken!
tokenSupply: GqlTokenSupply!
}
GqlBondingCurveData.curveBuy
● GqlFormula!
non-null unionGqlBondingCurveData.curveSell
● GqlFormula!
non-null unionGqlBondingCurveData.domain
● CwebToken!
non-null scalarGqlBondingCurveData.cwebSupply
● CwebToken!
non-null scalarGqlBondingCurveData.tokenSupply
● GqlTokenSupply!
non-null object