Offering collateral
Margin money and Stop loss collateral
Last updated
Margin money and Stop loss collateral
The following function is called on the Margin issue manager contract in the Verified SDK.
offerCollateral(
currency: string,
amount: string,
security: string
)currency
address of cash token offered as collateral
amount
amount of cash token offered as collateral
security
address of security in margin issue pool
Last updated