Documentation
¶
Index ¶
Constants ¶
This section is empty.
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 TMS ¶
type TMS struct {
Network string `yaml:"network,omitempty"`
Channel string `yaml:"channel,omitempty"`
Namespace string `yaml:"namespace,omitempty"`
Certification *Certification `yaml:"certification,omitempty"`
Wallets *Wallets `yaml:"wallets,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.