Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Uint160 ¶
type Uint160 [uint160Size]uint8
Uint160 is a 20 byte long unsigned integer.
func Uint160DecodeBytes ¶
Uint160DecodeBytes attempts to decode the given bytes into an Uint160.
func Uint160DecodeString ¶
Uint160DecodeString attempts to decode the given string into an Uint160.
func Uint160FromScript ¶
Uint160FromScript returns a Uint160 type from a raw script.
func (Uint160) BytesReverse ¶
BytesReverse return a reversed byte representation of u.
func (Uint160) MarshalJSON ¶
MarshalJSON implements the json marshaller interface.
func (*Uint160) UnmarshalJSON ¶
UnmarshalJSON implements the json unmarshaller interface.
Click to show internal directories.
Click to hide internal directories.