View Source Kadena.Cryptography.Sign.Spec behaviour (Kadena v0.19.1)
Specification for Cryptography.Sign
contracts.
Link to this section Summary
Link to this section Types
@type hash() :: String.t()
@type keypair() :: Kadena.Types.KeyPair.t()
@type msg() :: String.t()
@type pub_key() :: String.t()
@type sig() :: String.t()
@type sign_cmd() :: Kadena.Types.SignCommand.t()