Notice
Informational statement that can be validated in the base layer blockchain
type Notice {
id: ID!
index: Int!
input: Input!
proof: Proof
keccak: String!
payload: String!
}
Fields
id (ID!)
Notice identifier
index (Int!)
Notice index within the context of the input that produced it
input (Input!)
Input whose processing produced the notice
proof (Proof)
Proof object that allows this notice to be validated in the base layer blockchain
keccak (String!)
Keccak hash in Ethereum hex binary format, starting with '0x'
payload (String!)
Notice data as a payload in Ethereum hex binary format, starting with '0x'