Sedex.send

You're seeing just the function send, go back to Sedex module for more information.
Link to this function

send(files, sender_name, envelope, public_key)

View Source

Specs

send(
  files :: %{required(filename :: String.t()) => iodata() | Enumerable.t()},
  sender_name :: String.t(),
  envelope :: envelope(),
  public_key :: :public_key.public_key()
) :: :ok