Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 792 Bytes

File metadata and controls

51 lines (37 loc) · 792 Bytes
title <namespace.v1.method>
description <One sentence that describes the RPC method.>

<namespace.v1.method>

Signature

<namespace.v1.method>(<payload>) -> <response>

Parameters

Field Type Required Description
<field> <type> Yes <Description.>

Response

Field Type Description
<field> <type> <Description.>

Errors

Code Meaning
<code> <Description.>

SDK equivalents

SDK Call
TypeScript <client.method()>
Go <client.Method()>

Example envelope

[
  "<type>",
  "<requestId>",
  "<namespace.v1.method>",
  {},
  "<timestamp>"
]