Skip to content

Add transaction status #13

@Benjamin-Loison

Description

@Benjamin-Loison

Would only work for transactions issued by the library with multi_transfer and transfer.

type TransactionID = String;
fn transaction_status(&self, tx_id: &TransactionID) -> TransactionStatus;

The function queries the status of a transaction. The TransactionStatus can be Successful, TimedOut or InProgress.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthigh priorityIssue disabling the user to use a feature correctly.mediumA task that should take less than a day to complete.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions