substrate-api-client
substrate-api-client copied to clipboard
Implement state handling for Retracted status
- Move Retracted enum value from
UnexpectedTxStatus
toXtStatus
- 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