Documentation ¶
Index ¶
- func FromOcProtoPublicKey(protoPk tmprotocrypto.PublicKey) (cryptotypes.PubKey, error)
- func FromOcPubKeyInterface(tmPk occrypto.PubKey) (cryptotypes.PubKey, error)
- func RegisterCrypto(cdc *codec.LegacyAmino)
- func RegisterInterfaces(registry codectypes.InterfaceRegistry)
- func ToOcProtoPublicKey(pk cryptotypes.PubKey) (tmprotocrypto.PublicKey, error)
- func ToOcPubKeyInterface(pk cryptotypes.PubKey) (occrypto.PubKey, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromOcProtoPublicKey ¶
func FromOcProtoPublicKey(protoPk tmprotocrypto.PublicKey) (cryptotypes.PubKey, error)
FromOcProtoPublicKey converts a OC's tmprotocrypto.PublicKey into our own PubKey.
func FromOcPubKeyInterface ¶
func FromOcPubKeyInterface(tmPk occrypto.PubKey) (cryptotypes.PubKey, error)
FromOcPubKeyInterface converts OC's occrypto.PubKey to our own PubKey.
func RegisterCrypto ¶
func RegisterCrypto(cdc *codec.LegacyAmino)
RegisterCrypto registers all crypto dependency types with the provided Amino codec.
func RegisterInterfaces ¶
func RegisterInterfaces(registry codectypes.InterfaceRegistry)
RegisterInterfaces registers the sdk.Tx interface.
func ToOcProtoPublicKey ¶
func ToOcProtoPublicKey(pk cryptotypes.PubKey) (tmprotocrypto.PublicKey, error)
ToOcProtoPublicKey converts our own PubKey to OC's tmprotocrypto.PublicKey.
func ToOcPubKeyInterface ¶
func ToOcPubKeyInterface(pk cryptotypes.PubKey) (occrypto.PubKey, error)
ToOcPubKeyInterface converts our own PubKey to OC's occrypto.PubKey.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.