Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultCacheSize = 3
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certification ¶
type Certification struct {
Interactive *InteractiveCertification `yaml:"interactive,omitempty"`
}
type Identity ¶
type InteractiveCertification ¶
type InteractiveCertification struct {
IDs []string `yaml:"ids,omitempty"`
}
type PublicParameters ¶ added in v0.3.0
type PublicParameters struct {
Path string `yaml:"path"`
}
type TMS ¶
type TMS struct {
Network string `yaml:"network,omitempty"`
Channel string `yaml:"channel,omitempty"`
Namespace string `yaml:"namespace,omitempty"`
Driver string `yaml:"driver,omitempty"`
PublicParameters *PublicParameters `yaml:"publicParameters,omitempty"`
Certification *Certification `yaml:"certification,omitempty"`
Wallets *Wallets `yaml:"wallets,omitempty"`
}
func (*TMS) GetOwnerWallet ¶ added in v0.3.0
func (*TMS) GetWalletDefaultCacheSize ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.