@celo/connect"utils/rpc-caller"RpcCaller

Interface: RpcCaller

Hierarchy

  • RpcCaller

Implemented by

Index

Properties

Properties

call

call: function

Defined in packages/sdk/connect/src/utils/rpc-caller.ts:64

Type declaration:

▸ (method: string, params: any[]): Promise‹JsonRpcResponse

Parameters:

Name Type
method string
params any[]

send

send: function

Defined in packages/sdk/connect/src/utils/rpc-caller.ts:65

Type declaration:

▸ (payload: JsonRpcPayload, callback: CallbackJsonRpcResponse›): void

Parameters:

Name Type
payload JsonRpcPayload
callback CallbackJsonRpcResponse