@gala-chain/api ∙ API
API > TokenSale
Class: TokenSale
Contents
- Extends
- Constructors
- new TokenSale()
- Properties
- cost
- created
- end
- fulfillmentIds
- owner
- quantity
- quantityFulfilled
- selling
- start
- tokenSaleId
- txid
- COMPOSITEKEY_NS
- ID_SPLIT_CHAR
- ID_SUB_SPLIT_CHAR
- INDEX_KEY
- MIN_UNICODE_RUNE_VALUE
- Methods
- copy()
- getCompositeKey()
- serialize()
- toPlainObject()
- validate()
- validateOrReject()
- decodeFromBase58()
- deserialize()
- encodeToBase58()
- getCompositeKeyFromParts()
- getEncodableStringKeyFromParts()
- getPartsFromEncodableStringKey()
- getStringKeyFromParts()
Extends
Constructors
new TokenSale()
new TokenSale():
TokenSale
Inherited from
Properties
cost
cost:
TokenSaleQuantity[]
Source
chain-api/src/types/sale.ts:110
created
created:
number
Source
chain-api/src/types/sale.ts:81
end
end:
number
Source
chain-api/src/types/sale.ts:145
fulfillmentIds
fulfillmentIds:
string[]
Source
chain-api/src/types/sale.ts:122
owner
owner:
UserAlias
Source
chain-api/src/types/sale.ts:116
quantity
quantity:
BigNumber
Source
chain-api/src/types/sale.ts:130
quantityFulfilled
quantityFulfilled:
BigNumber
Source
chain-api/src/types/sale.ts:138
selling
selling:
TokenSaleQuantity[]
Source
chain-api/src/types/sale.ts:102
start
start:
number
Source
chain-api/src/types/sale.ts:152
tokenSaleId
tokenSaleId:
string
Source
chain-api/src/types/sale.ts:94
txid
txid:
string
Source
chain-api/src/types/sale.ts:88
COMPOSITEKEY_NS
staticCOMPOSITEKEY_NS:string="\x00"
Inherited from
Source
chain-api/src/types/ChainObject.ts:46
ID_SPLIT_CHAR
staticID_SPLIT_CHAR:string="$"
Inherited from
Source
chain-api/src/types/ChainObject.ts:49
ID_SUB_SPLIT_CHAR
staticID_SUB_SPLIT_CHAR:string="|"
Inherited from
Source
chain-api/src/types/ChainObject.ts:51
INDEX_KEY
staticINDEX_KEY:string="GCTTS"
Source
chain-api/src/types/sale.ts:155
MIN_UNICODE_RUNE_VALUE
staticMIN_UNICODE_RUNE_VALUE:string="\u0000"
Inherited from
ChainObject.MIN_UNICODE_RUNE_VALUE
Source
chain-api/src/types/ChainObject.ts:44
Methods
copy()
copy():
TokenSale
Inherited from
Source
chain-api/src/types/ChainObject.ts:73
getCompositeKey()
getCompositeKey():
string
Inherited from
Source
chain-api/src/types/ChainObject.ts:85
serialize()
serialize():
string
Inherited from
Source
chain-api/src/types/ChainObject.ts:53
toPlainObject()
toPlainObject():
Record\<string,unknown>
Inherited from
Source
chain-api/src/types/ChainObject.ts:69
validate()
validate():
Promise\<ValidationError[]>
Inherited from
Source
chain-api/src/types/ChainObject.ts:57
validateOrReject()
validateOrReject():
Promise\<void>
Inherited from
Source
chain-api/src/types/ChainObject.ts:61
decodeFromBase58()
staticdecodeFromBase58(base58String):string
Parameters
▪ base58String: string
Inherited from
Source
chain-api/src/types/ChainObject.ts:158
deserialize()
staticdeserialize\<T>(constructor,object):T
Type parameters
▪ T
Parameters
▪ constructor: ClassConstructor\<Inferred\<T, ChainObject>>
▪ object: string | Record\<string, unknown> | Record\<string, unknown>[]
Inherited from
Source
chain-api/src/types/ChainObject.ts:78
encodeToBase58()
staticencodeToBase58(stringKey):string
Parameters
▪ stringKey: string
Inherited from
Source
chain-api/src/types/ChainObject.ts:153
getCompositeKeyFromParts()
staticgetCompositeKeyFromParts(indexKey,parts):string
Parameters
▪ indexKey: string
▪ parts: unknown[]
Inherited from
ChainObject.getCompositeKeyFromParts
Source
chain-api/src/types/ChainObject.ts:110
getEncodableStringKeyFromParts()
staticgetEncodableStringKeyFromParts(parts):string
Parameters
▪ parts: string[]
Inherited from
ChainObject.getEncodableStringKeyFromParts
Source
chain-api/src/types/ChainObject.ts:134
getPartsFromEncodableStringKey()
staticgetPartsFromEncodableStringKey(stringKey,expectedParts):string[]
Parameters
▪ stringKey: string
▪ expectedParts: number
Inherited from
ChainObject.getPartsFromEncodableStringKey
Source
chain-api/src/types/ChainObject.ts:144
getStringKeyFromParts()
staticgetStringKeyFromParts(parts):string
Parameters
▪ parts: string[]
Inherited from
ChainObject.getStringKeyFromParts