Versions in this module Expand all Collapse all v0 v0.3.0 Oct 5, 2023 v0.2.0 Dec 7, 2022 Changes in this version + type Provider struct + func NewProvider(sp view.ServiceProvider) *Provider + func (v *Provider) Vault(network string, channel string, namespace string) driver.Vault + type PublicParamsProvider struct + Provider *Provider + func (p *PublicParamsProvider) PublicParams(networkID string, channel string, namespace string) ([]byte, error) v0.1.0 Nov 16, 2022 Changes in this version + type VaultProvider struct + func NewVaultProvider(sp view.ServiceProvider) *VaultProvider + func (v *VaultProvider) Vault(network string, channel string, namespace string) driver.Vault