Net::Async::Blockchain::Transaction - Transaction abstraction.
Objects of this type would not normally be constructed directly.
Transaction abstraction
Create a new Net::Async::Blockchain::Transaction instance
message_type Message Type (Default: transaction) =item * currency Currency symbol =item * hash Transaction hash =item * block Block where the transaction is included =item * from Transaction sender =item * to Transaction receiver =item * contract Contract address (when it's a contract transaction) =item * amount The transaction value =item * fee The transaction value =item * fee_currency The currency of the fee paid for this transaction =item * type String transaction type it can be (receive, sent, internal) =item * data contract instructions =item * property_id omnicore property id =item * timestamp block timestamp
message_type
currency
hash
block
from
to
contract
amount
fee
fee_currency
type
data
property_id
timestamp
Net::Async::Blockchain::Transaction
Clone the self object and the attribute values
new Net::Async::Blockchain::Transaction based on self
To install Net::Async::Blockchain, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Net::Async::Blockchain
CPAN shell
perl -MCPAN -e shell install Net::Async::Blockchain
For more information on module installation, please visit the detailed CPAN module installation guide.