Notice
Informational statement that can be validated in the base layer blockchain.
type Notice {
index: Int!
input: Input!
payload: String!
proof: Proof
}
Fields
Name | Type | Description |
---|---|---|
index | Int! | Unique identifier for the notice. |
input | Input! | The input associated with this notice. |
payload | String! | The actual data/content of the notice. |
proof | Proof | Proof of the notice's validity (if available). |