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