Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TendermintClient ¶
type TendermintClient interface { GetBlock(ctx context.Context, height int64) (*ctypes.ResultBlock, error) GetLatestBlockHeight(ctx context.Context) (int64, error) GetTxs(ctx context.Context, block *ctypes.ResultBlock) ([]*ctypes.ResultTx, error) GetBlockResults(ctx context.Context, height int64) (*ctypes.ResultBlockResults, error) GetValidatorSet(ctx context.Context, height int64) (*ctypes.ResultValidators, error) GetABCIInfo(ctx context.Context) (*ctypes.ResultABCIInfo, error) GetStatus(ctx context.Context) (*ctypes.ResultStatus, error) }
func NewRPCClient ¶
func NewRPCClient(rpcNodeAddr string) TendermintClient
Click to show internal directories.
Click to hide internal directories.