Skip to content

[Feat] GetNodeInfo #31

@wireless90

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;
}

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