View Source Dpos.Tx.Send (DPoS v0.4.0)

A transaction to send crypto to an other recipient.

Example:

Tx.Send
|> Tx.build(%{amount: 8840, fee: 100})
|> Tx.sign(wallet)