Skip to content

Commit

Permalink
deferred calls change in state change
Browse files Browse the repository at this point in the history
  • Loading branch information
modship committed Sep 18, 2024
1 parent 79fdcbe commit bf11f10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/client/publicAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export class PublicAPI {
ledgerChanges: res.state_changes.ledger_changes,
asyncPoolChanges: res.state_changes.async_pool_changes,
posChanges: res.state_changes.pos_changes,
deferredCallChanges: res.state_changes.deferred_call_changes,
executedOpsChanges: res.state_changes.executed_ops_changes,
executedDenunciationsChanges:
res.state_changes.executed_denunciations_changes,
Expand Down
1 change: 1 addition & 0 deletions src/client/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export type ReadOnlyCallResult = {
ledgerChanges: Record<string, unknown>
asyncPoolChanges: Record<string, unknown>[]
posChanges: Record<string, unknown>
deferredCallChanges: Record<string, unknown>
executedOpsChanges: Record<string, unknown>
executedDenunciationsChanges: Record<string, unknown>
executionTrailHashChange: string | ObjectOfStringDoaGddGANwpLofVw
Expand Down

0 comments on commit bf11f10

Please sign in to comment.