Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certificate ¶
type Certificate struct { StakeCredential *StakeCredential // contains filtered or unexported fields }
TODO
func (*Certificate) Kind ¶ added in v1.1.0
func (c *Certificate) Kind() int
type Certificates ¶ added in v1.0.3
type Certificates []*Certificate
type StakeCredential ¶
type StakeCredential struct { 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.