Documentation ¶
Overview ¶
Package mapserver implements the TrillianMapClient interface. To start with, this will use KT's internal utilities to accomplish the same functions. Later this will be replaced with a simple RPC to Trillian Maps.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(mapID int64, tree tree.Sparse, factory transaction.Factory, sths appender.Local, signer crypto.Signer, clock util.TimeSource) trillian.TrillianMapClient
New returns a TrillianMapClient.
func NewReadonly ¶
func NewReadonly(mapID int64, tree tree.Sparse, factory transaction.Factory, sths appender.Local) trillian.TrillianMapClient
NewReadonly returns a readonly view of the sparse merkle tree.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.