Transaction: Transaction object.

Description Usage Format Fields Note Examples

Description

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

Usage

1

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.

Note

https://www.stellar.org/developers/guides/concepts/transactions.html

Examples

1
## Not run: t = Transaction$new("afbe6f687c85d1f34ea18b73629be006518a2a3f5891760086340b4f1e834ccb")

xlm documentation built on Oct. 23, 2018, 1:04 a.m.