Skip to content

Info.meta_and_asset_ctxs() has no dex input #278

Description

@mifth

The Info.meta_and_asset_ctxs() function has no dex input.

At the moment it's:

meta_and_asset_ctxs(self):
...

But it should be:

meta_and_asset_ctxs(self, dex: str = ""):
return self.post("/info", {"type": "metaAndAssetCtxs", "dex":dex})

Possibly some other functions need the dex input too.

In the MetaAndAssetCtx docs there is a dex input.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions