Learn R Programming

xlm (version 0.1.1)

Transaction: Transaction object.

Description

An R6 class representing a transaction on the Stellar network. It is initialized from the getTransactionDetail() function.

Usage

Transaction

Arguments

Format

An object of class R6ClassGenerator of length 24.

Fields

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.

Examples

Run this code
# NOT RUN {
t = Transaction$new("afbe6f687c85d1f34ea18b73629be006518a2a3f5891760086340b4f1e834ccb")
# }

Run the code above in your browser using DataLab