SendTransactionRequest

@Serializable
data class SendTransactionRequest(val transaction: String)

Request for JSON-RPC method sendTransaction.

Submits a transaction to the Stellar network for inclusion in the ledger.

See also

Constructors

Link copied to clipboard
constructor(transaction: String)

Properties

Link copied to clipboard

Base64-encoded XDR TransactionEnvelope to submit. The transaction must be properly signed and have valid sequence numbers.