Wormhole · Schema
delegate_observations.DelegateObservationDoc
Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3
Properties
| Name | Type | Description |
|---|---|---|
| consistencyLevel | integer | |
| delegatedGuardianAddr | string | json name is not a typo, requested by foundation |
| emitterAddr | string | |
| emitterChain | object | |
| hash | array | |
| id | string | |
| indexedAt | string | |
| isReobservation | boolean | |
| nonce | integer | |
| payload | array | |
| sentTimestamp | string | |
| sequence | string | |
| signature | array | |
| timestamp | string | |
| txHash | array | |
| unreliable | boolean | |
| updatedAt | string | |
| verificationState | integer |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api.wormholescan.io/schemas/delegate-observations-delegateobservationdoc",
"title": "delegate_observations.DelegateObservationDoc",
"type": "object",
"properties": {
"consistencyLevel": {
"type": "integer"
},
"delegatedGuardianAddr": {
"description": "json name is not a typo, requested by foundation",
"type": "string"
},
"emitterAddr": {
"type": "string"
},
"emitterChain": {
"$ref": "#/definitions/vaa.ChainID"
},
"hash": {
"type": "array",
"items": {
"type": "integer"
}
},
"id": {
"type": "string"
},
"indexedAt": {
"type": "string"
},
"isReobservation": {
"type": "boolean"
},
"nonce": {
"type": "integer"
},
"payload": {
"type": "array",
"items": {
"type": "integer"
}
},
"sentTimestamp": {
"type": "string"
},
"sequence": {
"type": "string"
},
"signature": {
"type": "array",
"items": {
"type": "integer"
}
},
"timestamp": {
"type": "string"
},
"txHash": {
"type": "array",
"items": {
"type": "integer"
}
},
"unreliable": {
"type": "boolean"
},
"updatedAt": {
"type": "string"
},
"verificationState": {
"type": "integer"
}
}
}