You're viewing archived documentation for @imqueue/rpc v2.1.0. APIs may differ from the current release. View the latest version ↗

signature() function

Constructs and returns hash string for a given set of className, methodName and arguments.

Signature:

export declare function signature(className: string, methodName: string | symbol, args: any[]): string;

Parameters

Parameter

Type

Description

className

string

methodName

string | symbol

args

any[]

Returns:

string

{string}