Sends a new transaction to the Constellation network.
Parameters
Name
Type
Description
Data
Object<Transaction>
The transaction object.
Transaction
type Transaction = {
source: Address // Address of the sender.
destination: Address // Address of the receiver.
amount: Number // DATUM sent with this transaction to the receiver.
fee?: Number // DATUM fee used for the transaction.
}