-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
The API response for this call has changed, and the fields need to be matched up again with the new response.
Lines 656 to 666 in e5d1938
| export class GetTransactionStatusResponse extends Struct { | |
| @Struct.field('string') declare state: string | |
| @Struct.field('uint32') declare head_number: UInt32 | |
| @Struct.field(BlockId) declare head_id: BlockId | |
| @Struct.field('time_point') declare head_timestamp: TimePoint | |
| @Struct.field('uint32') declare irreversible_number: UInt32 | |
| @Struct.field(BlockId) declare irreversible_id: BlockId | |
| @Struct.field('time_point') declare irreversible_timestamp: TimePoint | |
| @Struct.field(BlockId) declare earliest_tracked_block_id: BlockId | |
| @Struct.field('uint32') declare earliest_tracked_block_number: UInt32 | |
| } |
Metadata
Metadata
Assignees
Labels
No labels
