Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 835 Bytes

File metadata and controls

17 lines (13 loc) · 835 Bytes

UniLendRecord

Lending Record

Properties

Name Type Description Notes
currency str Currency name [optional] [readonly]
amount str Current Amount [optional] [readonly]
last_wallet_amount str Previous Available Amount [optional] [readonly]
last_lent_amount str Previous Lent Amount [optional] [readonly]
last_frozen_amount str Previous Frozen Amount [optional] [readonly]
type str Record Type: lend - Lend, redeem - Redeem [optional] [readonly]
create_time int Created time [optional] [readonly]

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