OnFlow.send_transaction

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

send_transaction(script, signers, opts \\ [])

View Source

Specs

Sends a transaction. Options:

  • :args - the list of objects that will be sent along with the transaction. This must be an Elixir list that can be encoded to JSON.
  • :authorizers - a list of authorizing %Credentials{} structs to authorize the transaction.
  • :payer - a hex-encoded address or %Credentials{} struct that will pay for the transaction.
  • :wait_until_sealed - either true or false. Note that if the transaction is not sealed after 30 seconds, this will return {:error, :timeout}. Defaults to true.