Versions in this module Expand all Collapse all v0 v0.4.0 Jan 7, 2025 Changes in this version + type CertificationStorage struct + func (t *CertificationStorage) Exists(id *token.ID) bool + func (t *CertificationStorage) Store(certifications map[*token.ID][]byte) error + type QueryEngine struct + func (q *QueryEngine) GetStatus(txID string) (driver.TxStatus, string, error) + func (q *QueryEngine) IsMine(id *token.ID) (bool, error) + func (q *QueryEngine) IsPending(id *token.ID) (bool, error) + type Vault struct + func NewVault(tmsID token2.TMSID, auditdb *auditdb.DB, ttxdb *ttxdb.DB, tokenDB *tokendb.DB) (*Vault, error) + func (v *Vault) CertificationStorage() driver.CertificationStorage + func (v *Vault) DeleteTokens(ids ...*token.ID) error + func (v *Vault) QueryEngine() driver.QueryEngine