Constructors
constructor
new RpcClient( config: AxiosRequestConfig ) : RpcClient
Defined in src/nets/rpc-client.ts:15
Parameters
config: AxiosRequestConfig
Methods
abciQuery
abciQuery<T>( path: string , data?: undefined | object , height?: undefined | number ) : Promise < T >
Defined in src/nets/rpc-client.ts:121
Type parameters
Parameters
path: string
Optional data: undefined | object
Optional height: undefined | number
Returns Promise < T >
protoQuery
protoQuery( path: string , protoRequest?: any , protoResponse?: any ) : Promise < any >
Defined in src/nets/rpc-client.ts:79
Parameters
path: string
Optional protoRequest: any
Optional protoResponse: any
Returns Promise < any >
queryStore
queryStore<T>( key: Uint8Array , storeName: string , height?: undefined | number ) : Promise < T >
Defined in src/nets/rpc-client.ts:169
Type parameters
Parameters
key: Uint8Array
storeName: string
Optional height: undefined | number
Returns Promise < T >
request
request<T>( method: string , params?: object ) : Promise < T >
Defined in src/nets/rpc-client.ts:49
Type parameters
Parameters
method: string
Default value params: object = {}
Returns Promise < T >
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Type alias with type parameter
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Tendermint JSON RPC Client
v0.17