You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the accountingTransfers Admin Query API, we can fetch all of the underlying accounting movements for a particular account. For example, for an outgoing payment, it would look something like this:
where we funded the payment for 668, and made a transfer for 550. One of these transfers, however, is an expired, pending transfer that we made before we sent ILP packets to a separate Rafiki, but it isn't clear in the API. We should add state and expiresAt to the API result.
Todos
Add state and expiresAt to the type AccountingTransfer in the Admin API schema
The text was updated successfully, but these errors were encountered:
Context
In the
accountingTransfers
Admin Query API, we can fetch all of the underlying accounting movements for a particular account. For example, for an outgoing payment, it would look something like this:where we funded the payment for 668, and made a transfer for 550. One of these transfers, however, is an expired, pending transfer that we made before we sent ILP packets to a separate Rafiki, but it isn't clear in the API. We should add
state
andexpiresAt
to the API result.Todos
state
andexpiresAt
to thetype AccountingTransfer
in the Admin API schemaThe text was updated successfully, but these errors were encountered: