TxState
No description
type TxState {
id: ID!
network: NetworkName!
retryAfter: NaiveDateTime!
numRetries: Int!
insertedAt: NaiveDateTime!
}
No description
type TxState {
id: ID!
network: NetworkName!
retryAfter: NaiveDateTime!
numRetries: Int!
insertedAt: NaiveDateTime!
}
TxState.id
● ID!
non-null scalarTxState.network
● NetworkName!
non-null enumTxState.retryAfter
● NaiveDateTime!
non-null scalarTxState.numRetries
● Int!
non-null scalarTxState.insertedAt
● NaiveDateTime!
non-null scalar