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) (*tmctypes.ResultBlock, error) GetLatestBlockHeight(ctx context.Context) (int64, error) GetTxs(ctx context.Context, block *tmctypes.ResultBlock) ([]*ctypes.ResultTx, error) GetBlockResults(ctx context.Context, height int64) (*ctypes.ResultBlockResults, error) GetValidatorSet(ctx context.Context, height int64) (*tmctypes.ResultValidators, error) GetABCIInfo(ctx context.Context) (*ctypes.ResultABCIInfo, error) }
func NewRPCClient ¶
func NewRPCClient(rpcNodeAddr string) TendermintClient
Click to show internal directories.
Click to hide internal directories.