substrate-api-client icon indicating copy to clipboard operation
substrate-api-client copied to clipboard

Implement state handling for Retracted status

Open Niederb opened this issue 4 months ago • 0 comments

  • Move Retracted enum value from UnexpectedTxStatus to XtStatus
  • Provide is_final method for TransactionStatus
    • Currently not used, but I think it makes sense to provide it
  • Return from watch method as soon as a final state is reached
  • Provide separate method to populate events for an ExtrinsicReport
    • I think separating it makes sense but I'm not sure we want to add it to the trait
    • See also #773

Niederb avatar Oct 08 '24 07:10 Niederb