Documentation ¶
Index ¶
- Variables
- func ByteToHex(data []byte) string
- func CombineShares(shares [][]byte) ([]byte, error)
- func GenMnemonic() (string, error)
- func HexToByte(hex string) ([]byte, error)
- func IsValidMnemonic(mnemonic string) bool
- func SplitToShares(privateKey string, minimumShares int, totalShares int) ([][]byte, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrWalletInfoUnspecified = errors.New("Wallet info provider unspecified") ErrWalletInfoNotExist = errors.New("The specified wallet info does not exist") ErrUnsupportKeystore = errors.New("The chain type does not support keystore") ErrInvalidMnemonic = errors.New("Invalid mnemonic") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.