Skip to content

[Feat] GetOutputIds #33

Description

@wireless90
/**
 * Fetch alias/basic/NFT/foundry output IDs based on the given query parameters.
 */
async outputIds(
    queryParameters: GenericQueryParameter[],
): Promise<IOutputsResponse> {
    const response = await this.methodHandler.callMethod({
        name: 'outputIds',
        data: {
            queryParameters,
        },
    });

    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