View Source Kadena.Pact.Command.Hash (Kadena v0.19.0)

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

Link to this function

pull_unique(sign_commands)

View Source
@spec pull_unique(sign_commands()) :: valid_hash()