Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrvKey ¶ added in v0.1.7
type PrvKey []byte
PrvKey is a ed25519 extended private key.
func NewPrvKey ¶ added in v0.1.7
NewPrvKey creates a new private key from a bech32 encoded private key.
type PubKey ¶ added in v0.1.7
type PubKey []byte
PubKey is a edd25519 public key.
func NewPubKey ¶ added in v0.1.7
NewPubKey creates a new public key from a bech32 encoded public key.
type XPrvKey ¶ added in v0.1.7
type XPrvKey []byte
XPrvKey is the extended private key (64 bytes) appended with the chain code (32 bytes).
func NewXPrvKey ¶ added in v0.1.7
NewXPrvKey creates a new extended private key from a bech32 encoded private key.
func NewXPrvKeyFromEntropy ¶ added in v0.1.7
type XPubKey ¶ added in v0.1.7
type XPubKey []byte
XPubKey is the public key (32 bytes) appended with the chain code (32 bytes).
func NewXPubKey ¶ added in v0.1.7
NewXPubKey creates a new extended public key from a bech32 encoded extended public key.
Click to show internal directories.
Click to hide internal directories.