Documentation
¶
Index ¶
- type Client
- func (c *Client) GenerateKeys() (entity.Keys, error)
- func (c *Client) GetAnchor(anchorID int64) (entity.Anchor, error)
- func (c *Client) GetProof(records []string) (entity.Proof, error)
- func (c *Client) SendRecords(records []string) ([]entity.RecordReceipt, error)
- func (c *Client) ValidateRoot(root string, params entity.NetworkParams) (uint64, error)
- func (c *Client) VerifyProof(proof entity.Proof) (string, error)
- func (c *Client) VerifyRecords(records []string, params entity.NetworkParams) (uint64, error)
- func (c *Client) WaitAnchor(anchorID int64, params entity.AnchorParams) (entity.Anchor, 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 (*Client) SendRecords ¶
func (c *Client) SendRecords(records []string) ([]entity.RecordReceipt, error)
func (*Client) ValidateRoot ¶
func (*Client) VerifyRecords ¶
func (*Client) WaitAnchor ¶
Click to show internal directories.
Click to hide internal directories.