TxsState
No description
type TxsState {
pendingTxs: [TxState!]!
mempoolTxs: [TxState!]!
}
No description
type TxsState {
pendingTxs: [TxState!]!
mempoolTxs: [TxState!]!
}
TxsState.pendingTxs
● [TxState!]!
non-null objectTxsState.mempoolTxs
● [TxState!]!
non-null object