Forge v0.4.0 Forge.Tx.TransferTransaction View Source

Generate transfer tx

Link to this section Summary

Functions

Create a transfer transaction and sign it properly

Link to this section Functions

Link to this function create(from, to, nonce, total, public_key, private_key) View Source
create(
  String.t(),
  String.t(),
  non_neg_integer(),
  non_neg_integer(),
  String.t(),
  String.t()
) :: Forge.TransactionMessage.t()

Create a transfer transaction and sign it properly