Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EncodeToString ¶
Types ¶
type Address ¶
type Address interface {
Textable
Binariable
String() string
}
type Binariable ¶
type Binariable interface {
encoding.BinaryMarshaler
encoding.BinaryUnmarshaler
}
type PublicKey ¶
type PublicKey []byte
func (PublicKey) MarshalText ¶
func (PublicKey) UnmarshalText ¶
type Signature ¶
type Signature []byte
func (Signature) MarshalText ¶
func (Signature) UnmarshalText ¶
type Textable ¶
type Textable interface {
encoding.TextMarshaler
encoding.TextUnmarshaler
}
Click to show internal directories.
Click to hide internal directories.