Interface OpenRPCMethodTypingNames

interface OpenRPCMethodTypingNames {
    method: string;
    params: string[];
    result: string;
}

Properties

Properties

method: string
params: string[]
result: string