Name | Lookup | Parameters | |
|---|---|---|---|
| force_set_collection | 3400 | 1 | |
| execute_trade | 3401 | 5 |
Name | Lookup | Attributes | |
|---|---|---|---|
| CollectionUpdated | 3400 | ["CollectionId"] | |
| Trade | 3401 | ["AccountId","AccountId","Item","BalanceOf","BalanceOf"] |
Name | Type | |
|---|---|---|
| ClosedAsks | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H256"],"value":"pallet_dmarket:types:OrderData","keys_id":13,"value_id":566}} | |
| ClosedBids | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H256"],"value":"pallet_dmarket:types:OrderData","keys_id":13,"value_id":566}} | |
| DmarketCollection | {"origin":"PlainType","plain_type":"U256","PlainTypeValue":47} |
Name | Type | Value | |
|---|---|---|---|
| Domain | [U8; 8] | 4d5954485f4e4554 |
Name | Docs |
|---|---|
| ItemNotFound | The item was not found. |
| SellerNotItemOwner | Item can only be operated by the Item owner. |
| BidAlreadyExecuted | The bid with the provided parameters has already been executed. |
| AskAlreadyExecuted | The ask with the provided parameters has already been executed. |
| BuyerBalanceTooLow | Buyer balance is not enough to pay for trade costs. |
| BidExpired | Bid expiration timestamp must be in the future. |
| AskExpired | Ask expiration timestamp must be in the future. |
| InvalidBuyerSignature | The signature provided by the buyer is invalid. |
| InvalidSellerSignature | The signature provided by the seller is invalid. |
| BuyerIsSeller | Same buyer and seller not allowed. |
| BadSignedMessage | Invalid Signed message. |
| CollectionAlreadyInUse | Dmarket collection already set to the provided value. |
| CollectionNotSet | Dmarket collection has not been set. |
| CollectionNotFound | The provided Dmarket collect was not found. |