Skip to content

[SDK] Accessing Transaction ID for Stablecoin Operations #1281

@app-matt

Description

@app-matt

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:

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions