View Source Kadena.Pact.Command.Hash (Kadena v0.19.1)
Specifies function that checks if all the sign commands hashes are the same
Link to this section Summary
Link to this section Types
@type hash() :: String.t()
@type sign_command() :: Kadena.Types.SignCommand.t()
@type sign_commands() :: [sign_command()]
@type valid_hash() :: {:ok, hash()}
Link to this section Functions
@spec pull_unique(sign_commands()) :: valid_hash()