postTransaction: Post a transaction.

Description Usage Arguments Value Note Examples

Description

Posts a new transaction to the Stellar Network.

Usage

1
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

Note

https://www.stellar.org/developers/horizon/reference/endpoints/transactions-create.html

Examples

1
## Not run: postTransaction("aaaaaafds098as0d9")

froocpu/xlm documentation built on May 13, 2019, 4:02 a.m.