-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Is your feature request related to a problem? Please describe.
When calling a stablecoin operation (e.g. burn, wipe) through the SDK, the operation currently returns a boolean value, which does not provide access to the transaction Id for the operation.
Describe the solution you'd like
Any mutable stablecoin operations (that change the state of the ledger) should return a richer, response object which includes the boolean for illustrating the success (or result) of the transaction, but also includes a reference to the transactionId from the ledger itself.
Describe alternatives you've considered
An alternative resolution would require multiple mirror node queries to identify the transaction for the operation, and may be a more fragile approach.
Additional context
Example of Operation with boolean response: