Documentation
¶
Index ¶
- type Client
- func (c *Client) GetHeight(t *testing.T, ctx context.Context) *client.BlocksHeight
- func (c *Client) PrintMsg(t *testing.T, ctx context.Context, msg string)
- func (c *Client) StateHash(t *testing.T, ctx context.Context, height uint64) *proto.StateHash
- func (c *Client) TransactionInfo(t *testing.T, ctx context.Context, ID crypto.Digest) proto.Transaction
- func (c *Client) TransactionInfoRaw(ctx context.Context, ID crypto.Digest) (proto.Transaction, *client.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func GoNodeClient ¶
func ScalaNodeClient ¶
func (*Client) TransactionInfo ¶
Click to show internal directories.
Click to hide internal directories.