Skip to content

Simplification of structure #36

@RostislavLitovkin

Description

@RostislavLitovkin

Instead of typing:

const client = getClient("bsx")
const query = client.collectionListByIssuer('vikiival')

and keeping track of the client, or reinitializing it all over and over again, it could be better to just have one static client, that would be used like this:

const query = bsx.collectionListByIssuer('vikiival')

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