Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OpenBrowser ¶
func OpenBrowser(url string)
Types ¶
type StacksPrivateKey ¶ added in v0.0.2
type StacksPrivateKey struct { PrivateKey *btcec.PrivateKey Compressed bool }
StacksPrivateKey represents a private key with a flag indicating if it should generate compressed public keys.
func MakeRandomPrivKey ¶ added in v0.0.2
func MakeRandomPrivKey() (*StacksPrivateKey, error)
makeRandomPrivKey generates a new random StacksPrivateKey.
Click to show internal directories.
Click to hide internal directories.