powered by
An R6 class representing a transaction on the Stellar network. It is initialized from the getTransactionDetail() function.
Transaction
An object of class R6ClassGenerator of length 24.
R6ClassGenerator
ledger
- the sequence number of the ledger from which the transaction was confirmed.
hash
- the cryptographic signature of the transaction (sha256)
source_account
- the account that originates the transaction.
created_at
- when the transaction was submited.
fee_paid
- how much fee was paid (in stroops.)
response
- list containing the raw JSON response.
# NOT RUN { t = Transaction$new("afbe6f687c85d1f34ea18b73629be006518a2a3f5891760086340b4f1e834ccb") # }
Run the code above in your browser using DataLab