Forge v0.6.3 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(), binary(), binary() ) :: binary()
Create a transfer transaction and sign it properly