Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBProvider ¶ added in v0.4.0
type Provider ¶ added in v0.2.0
type Provider struct {
// contains filtered or unexported fields
}
func NewVaultProvider ¶
func NewVaultProvider(tokenDBProvider tokens.DBProvider, ttxDBProvider ttx.DBProvider, auditDBProvider auditor.AuditDBProvider) *Provider
type ProviderAdaptor ¶ added in v0.4.0
type PublicParamsProvider ¶ added in v0.2.0
func (*PublicParamsProvider) PublicParams ¶ added in v0.2.0
type Vault ¶ added in v0.4.0
type Vault struct {
*network.TokenVault
}
func (*Vault) CertificationStorage ¶ added in v0.4.0
func (v *Vault) CertificationStorage() driver.CertificationStorage
func (*Vault) QueryEngine ¶ added in v0.4.0
func (v *Vault) QueryEngine() driver.QueryEngine
Click to show internal directories.
Click to hide internal directories.