Open pcowgill opened 6 years ago
The way this will work is documented here https://github.com/tasitlabs/TasitSDK/tree/develop/packages/tasit-action
This will be a good next issue to build on the work we've done on tasit-action
. We can make a new class that inherits from our Contract
class.
@marcelomorgado If we can find a small part of this issue to split out, one tiny piece of it could make for a good first issue for a newer developer too.
Perhaps we can spec out a single ERC721-specific function to add to tasit-action
and test
@marcelomorgado I think we can mark this as complete
Our Decentraland classes just inherit the Contract
class, we have no higher-level functions like that yet:
const landIds = await decentraland.getAllLandIdsIncludingEstates(userId);
If that this issue is about higher-level functions implementation it stills open.
Ah ok - i agree.
This is gated by https://github.com/tasitlabs/TasitSDK/issues/40