[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 932 Bytes

CurrencyChain.md

File metadata and controls

18 lines (13 loc) · 932 Bytes

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 int32 If it is disabled. 0 means NOT being disabled [optional]
IsDepositDisabled int32 Is deposit disabled. 0 means not [optional]
IsWithdrawDisabled int32 Is withdrawal disabled. 0 means not [optional]
Decimal string Withdrawal precision [optional]

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