Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certificate ¶
type Certificate struct {
Code int
StakeCredential *StakeCredential
// contains filtered or unexported fields
}
TODO
func NewCertificateFromAddress ¶ added in v1.3.0
func NewCertificateFromAddress(addr []byte, code int, credentialType int) Certificate
func (*Certificate) Kind ¶ added in v1.1.0
func (c *Certificate) Kind() int
type Certificates ¶ added in v1.0.3
type Certificates []*Certificate
func NewCertificates ¶ added in v1.3.0
func NewCertificates(certs []*Certificate) Certificates
type StakeCredential ¶
type StakeCredential struct {
Code int `cbor:",omitempty"`
Credential serialization.ConstrainedBytes
// contains filtered or unexported fields
}
func (*StakeCredential) KeyHash ¶ added in v1.1.0
func (sc *StakeCredential) KeyHash() serialization.PubKeyHash
func (*StakeCredential) Kind ¶ added in v1.1.0
func (sc *StakeCredential) Kind() int
Click to show internal directories.
Click to hide internal directories.