Description Usage Arguments Value Note Examples
View source: R/postTransaction.R
Posts a new transaction to the Stellar Network.
| 1 | postTransaction(body, domain = "public")
 | 
| body | character - base64 representation of transaction envelope XDR. | 
| domain | - character - signalling to query the testnet or public network. Can be either "testnet" or "public". | 
list
https://www.stellar.org/developers/horizon/reference/endpoints/transactions-create.html
| 1 | ## Not run: postTransaction("aaaaaafds098as0d9")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.