Learn R Programming

xlm (version 0.1.1)

postTransaction: Post a transaction.

Description

Posts a new transaction to the Stellar Network.

Usage

postTransaction(body, domain = "public")

Arguments

body

character - base64 representation of transaction envelope XDR.

domain

- character - signalling to query the testnet or public network. Can be either "testnet" or "public".

Value

list

Examples

Run this code
# NOT RUN {
postTransaction("aaaaaafds098as0d9")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab