elucidsoft / dotnet-stellar-sdk

Stellar API SDK for .NET 6.x
Apache License 2.0
117 stars 55 forks source link

Add support for new fields in Soroban RPC's `sendTransaction` endpoint #400

Open Shaptic opened 6 months ago

Shaptic commented 6 months ago

Soroban RPC Changes

With the introduction of stellar/soroban-tools#1152, the Soroban RPC server introduces the following changes:

sendTransaction

The response will include a new, optional field in its response schema:

SDKs should add support for this field.

References