Skip to content

[Feat] GetNodeInfo #31

Description

@wireless90
/**
 * 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;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

ClientClient methodsenhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions