Contains the Invoice message
Classes
Methods
-
<static> fromTx(connection, tx)
-
Returns the unserialized and parsed Message object that corresponds to the provided transaction object.
NOTE: This is an internal function, though it may prove useful to others. note the esoteric format of the tx parameter.
Parameters:
Name Type Description connectionDriver blockchain connection
txObject Expected to be in the format of Message#toTransaction
Properties
Name Type Description dataBuffer As returned by TxDecode#data
txidString receiverAddrString senderAddrString tipInteger Returns:
- Type
- Messages