Name | Lookup | Parameters | |
|---|---|---|---|
| create_order | 7100 | 7 | |
| revoke_order | 7101 | 1 | |
| force_revoke | 7102 | 1 | |
| clinch_order | 7103 | 1 | |
| partial_clinch_order | 7104 | 2 | |
| set_buy_and_sell_transaction_fee_rate | 7105 | 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"] | |
| TransactionFeeRateSet | 7103 | ["Permill","Permill"] |
Name | Type | |
|---|---|---|
| NextOrderId | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":11} | |
| UserOrderIds | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","bifrost_vsbond_auction:OrderType"],"value":"Vec<U64>","keys_id":771,"value_id":772}} | |
| TotalOrderInfos | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U64"],"value":"bifrost_vsbond_auction:OrderInfo","keys_id":11,"value_id":774}} | |
| TransactionFee | {"origin":"PlainType","plain_type":"Tuple:U32U32","PlainTypeValue":775} |
Name | Type | Value | |
|---|---|---|---|
| InvoicingCurrency | bifrost_primitives:currency:CurrencyId | 0204 | |
| MaximumOrderInTrade | U32 | e8030000 | |
| MinimumAmount | U128 | 00000000000000000000000000000000 | |
| PalletId | [U8; 8] | 62662f7673626e64 | |
| TreasuryAccount | AccountId | 6d6f646c62662f74727372790000000000000000000000000000000000000000 |
Name | Docs |
|---|---|
| NotEnoughAmount | |
| NotFindOrderInfo | |
| NotEnoughBalanceToCreateOrder | |
| DontHaveEnoughToPay | |
| ForbidRevokeOrderNotInTrade | |
| ForbidRevokeOrderWithoutOwnership | |
| ForbidClinchOrderNotInTrade | |
| ForbidClinchOrderWithinOwnership | |
| ExceedMaximumOrderInTrade | |
| InvalidVsbond | |
| Unexpected | |
| InvalidRateInput | |
| Overflow |