Closed fvictorio closed 5 years ago
Depends on #363.
This adds an order field to the Collectible interface. This makes testing this a little involved (you have to create a sell order and then add it to the mock object for that collectible) so maybe it makes more sense to test this when #364 is ready.
order
Collectible
Modified the mocked service so that the correct owner is obtained from the contract. This should make manually testing this PR easier.
Depends on #363.
This adds an
order
field to theCollectible
interface. This makes testing this a little involved (you have to create a sell order and then add it to the mock object for that collectible) so maybe it makes more sense to test this when #364 is ready.