Name | Lookup | Parameters | |
|---|---|---|---|
| create_order | 7100 | 7 | |
| revoke_order | 7101 | 1 | |
| clinch_order | 7102 | 1 | |
| partial_clinch_order | 7103 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| OrderCreated | 7100 | ["OrderId","OrderType","AccountIdOf","CurrencyId","BalanceOf","BalanceOf"] | |
| OrderRevoked | 7101 | ["OrderId","OrderType","AccountIdOf","CurrencyId","BalanceOf","BalanceOf","BalanceOf"] | |
| OrderClinchd | 7102 | ["OrderId","OrderType","AccountIdOf","AccountIdOf","CurrencyId","BalanceOf","BalanceOf","BalanceOf","BalanceOf"] |
Name | Type | |
|---|---|---|
| NextOrderId | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":8} | |
| UserOrderIds | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","bifrost_vsbond_auction:OrderType"],"value":"Vec<U64>","keys_id":506,"value_id":507}} | |
| TotalOrderInfos | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U64"],"value":"bifrost_vsbond_auction:OrderInfo","keys_id":8,"value_id":509}} |
Name | Type | Value | |
|---|---|---|---|
| InvoicingCurrency | node_primitives:currency:CurrencyId | 0204 | |
| MaximumOrderInTrade | U32 | e8030000 | |
| MinimumAmount | U128 | 00000000000000000000000000000000 |
Name | Docs |
|---|---|
| NotEnoughAmount | |
| NotFindOrderInfo | |
| NotEnoughBalanceToUnreserve | |
| NotEnoughBalanceToReserve | |
| DontHaveEnoughToPay | |
| ForbidRevokeOrderNotInTrade | |
| ForbidRevokeOrderWithoutOwnership | |
| ForbidClinchOrderNotInTrade | |
| ForbidClinchOrderWithinOwnership | |
| ExceedMaximumOrderInTrade | |
| InvalidVsbond | |
| Unexpected |