Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1 KB

File metadata and controls

20 lines (16 loc) · 1 KB

Io.Gate.GateApi.Model.CurrencyChain

Properties

Name Type Description Notes
Chain string Chain name [optional]
NameCn string Chain name in Chinese [optional]
NameEn string Chain name in English [optional]
ContractAddress string Smart contract address for the currency; if no address is available, it will be an empty string [optional]
IsDisabled int If it is disabled. 0 means NOT being disabled [optional]
IsDepositDisabled int Is deposit disabled. 0 means not disabled [optional]
IsWithdrawDisabled int Is withdrawal disabled. 0 means not disabled [optional]
Decimal string Withdrawal precision [optional]
IsTag int Whether to Include Tag [optional]

[Back to Model list] [Back to API list] [Back to README]