Relayer Response
data class RelayerResponse(val success: Boolean, val transactionId: String? = null, val hash: String? = null, val status: String? = null, val error: String? = null, val errorCode: String? = null, val details: JsonElement? = null)
Response from the relayer service.
The relayer wraps transactions with fee bumps and submits them to Stellar, enabling gasless onboarding for users with empty wallets.
Constructors
Properties
Link copied to clipboard
Error code if the request failed (see RelayerErrorCodes)
Link copied to clipboard
Transaction ID assigned by the relayer (if successful)