package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jul 8, 2021
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Contract struct {
Endpoint *texturl.URL `json:"endpoint,omitempty"`
PublicKey jsonb.PK `json:"public_key,omitempty"`
}
type T struct {
Version *semver.Version `json:"version"`
Contract *Contract `json:"contract,omitempty"`
Pofs []*pof.T `json:"pofs,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.