Documentation ¶
Overview ¶
Bitmark keypair
Index ¶
- Variables
- func AccountFromHexPublicKey(publicKey string, test bool) (*account.Account, error)
- func MakeRawKeyPair(test bool) (*RawKeyPair, *KeyPair, error)
- func MakeRawKeyPairFromSeed(seed string, test bool) (*RawKeyPair, *KeyPair, error)
- func NewSeed(test bool) (string, error)
- type KeyPair
- type RawKeyPair
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrKeyLength = fault.InvalidError("key length is invalid") ErrNotFoundIdentity = fault.NotFoundError("identity name not found") )
Functions ¶
func AccountFromHexPublicKey ¶
func MakeRawKeyPair ¶
func MakeRawKeyPair(test bool) (*RawKeyPair, *KeyPair, error)
func MakeRawKeyPairFromSeed ¶
func MakeRawKeyPairFromSeed(seed string, test bool) (*RawKeyPair, *KeyPair, error)
Types ¶
type RawKeyPair ¶
Click to show internal directories.
Click to hide internal directories.