Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 947 Bytes

CurrencyChain.md

File metadata and controls

19 lines (15 loc) · 947 Bytes

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 [optional]
IsWithdrawDisabled int Is withdrawal disabled. 0 means not [optional]
Decimal string Withdrawal precision [optional]

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