Contract Data Entry Updates
Start querying contract events
query MyQuery {
entryUpdateByContractId(contract: "CONTRACT_ID", lastN: 10) {
nodes {
contractId
keyXdr
txInfoByTx {
txHash
memo
opCount
fee
ledgerByLedger {
closeTime
sequence
}
}
valueXdr
}
}
}Last updated