NAME
Net::Async::Blockchain::Transaction - Transaction abstraction.
SYNOPSIS
Objects of this type would not normally be constructed directly.
DESCRIPTION
Transaction abstraction
new
Create a new Net::Async::Blockchain::Transaction instance
message_typeMessage Type (Default: transaction) =item *currencyCurrency symbol =item *hashTransaction hash =item *blockBlock where the transaction is included =item *fromTransaction sender =item *toTransaction receiver =item *contractContract address (when it's a contract transaction) =item *amountThe transaction value =item *feeThe transaction value =item *fee_currencyThe currency of the fee paid for this transaction =item *typeString transaction type it can be (receive, sent, internal) =item *datacontract instructions =item *property_idomnicore property id =item *timestampblock timestamp
Net::Async::Blockchain::Transaction
clone
Clone the self object and the attribute values
new Net::Async::Blockchain::Transaction based on self