Documentation ¶
Index ¶
- func NewKey() []byte
- func PrivKeyBytesToAddress(privKey []byte) types.Address
- func PrivKeyBytesToPrivKey(privKey []byte) crypto.PrivKey
- func PrivKeyBytesToPubKey(privKey []byte) crypto.PubKey
- func PrivKeyBytesToPubKeyBytes(privKey []byte) []byte
- func PrivKeyBytesToSdkPrivKey(privKey []byte) cryptotypes.PrivKey
- func PrivKeyBytesToSdkPubKey(privKey []byte) cryptotypes.PubKey
- func PubKeyBytesToAddress(pubKey []byte) types.Address
- func PubKeyBytesToPubKey(pubKey []byte) crypto.PubKey
- func PubKeyBytesToSdkPubKey(pubKey []byte) cryptotypes.PubKey
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrivKeyBytesToAddress ¶
func PrivKeyBytesToPrivKey ¶
func PrivKeyBytesToPubKey ¶
func PrivKeyBytesToSdkPrivKey ¶ added in v0.8.0
func PrivKeyBytesToSdkPrivKey(privKey []byte) cryptotypes.PrivKey
func PrivKeyBytesToSdkPubKey ¶ added in v0.8.0
func PrivKeyBytesToSdkPubKey(privKey []byte) cryptotypes.PubKey
func PubKeyBytesToAddress ¶
func PubKeyBytesToPubKey ¶
func PubKeyBytesToSdkPubKey ¶ added in v0.8.0
func PubKeyBytesToSdkPubKey(pubKey []byte) cryptotypes.PubKey
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.