Offering collateral
Margin money and Stop loss collateral
The following function is called on the Margin issue manager contract in the Verified SDK.
Offering collateral for a Margin issue
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