Forge v0.3.0 Forge.Tx View Source

Transaction manipulation for Forge

Link to this section Summary

Link to this section Functions

Link to this function deliver(tx, priv_key) View Source
deliver(Forge.TransactionMessage.t(), String.t()) :: :ok | {:error, any()}
Link to this function sign(tx, priv_key) View Source
sign(Forge.TransactionMessage.t(), String.t()) :: binary()
Link to this function verify(tx) View Source
verify(Forge.TransactionMessage.t()) :: :ok | :error