Class: BaseClient
@shareledgerjs/client.BaseClient
Hierarchy
BaseClient
↳
Client
Constructors
constructor
• new BaseClient(tmClient
, options
)
Parameters
Name | Type |
---|---|
tmClient | undefined | Tendermint34Client |
options | ClientOptions |
Properties
accountParser
• Protected
Readonly
accountParser: AccountParser
queryClient
• Protected
Readonly
queryClient: undefined
| QueryClient
tmClient
• Protected
Readonly
tmClient: undefined
| Tendermint34Client
Methods
forceGetQueryClient
▸ Protected
forceGetQueryClient(): QueryClient
Returns
forceGetTmClient
▸ Protected
forceGetTmClient(): Tendermint34Client
Returns
Tendermint34Client