Forge v0.5.1 Forge.Tx.CustomTransaction 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, nonce, type_url, type_mod, attrs, public_key, private_key) View Source
create(
  String.t(),
  non_neg_integer(),
  String.t(),
  module(),
  map(),
  String.t(),
  String.t()
) :: binary()

Create a transfer transaction and sign it properly