Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] GetNodeInfo #31

Open
wireless90 opened this issue Dec 1, 2023 · 0 comments
Open

[Feat] GetNodeInfo #31

wireless90 opened this issue Dec 1, 2023 · 0 comments
Assignees
Labels
Client Client methods enhancement New feature or request

Comments

@wireless90
Copy link
Contributor

/**
 * Get the node information together with the url of the used node.
 */
async getInfo(): Promise<INodeInfoWrapper> {
    const response = await this.methodHandler.callMethod({
        name: 'getInfo',
    });

    return JSON.parse(response).payload;
}
@wireless90 wireless90 added the Client Client methods label Dec 1, 2023
@wireless90 wireless90 self-assigned this Dec 1, 2023
@wireless90 wireless90 added the enhancement New feature or request label Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client Client methods enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant