Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TestXPub chainkd.XPub TestXPrv chainkd.XPrv TestPub ed25519.PublicKey TestPubs []ed25519.PublicKey )
View Source
var ( MaxHash = &bc.Hash{V0: 1<<64 - 1, V1: 1<<64 - 1, V2: 1<<64 - 1, V3: 1<<64 - 1} MinHash = &bc.Hash{} )
Functions ¶
func DeepEqual ¶
func DeepEqual(x, y interface{}) bool
DeepEqual is similar to reflect.DeepEqual, but treats nil as equal to empty maps and slices. Some of the implementation is cribbed from Go's reflect package.
func MustDecodeAsset ¶
func MustDecodeHash ¶
func MustDecodeHexString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.