Proof
Represents the proof of validity for a notice or voucher.
type Proof {
validity: OutputValidityProof!
context: String!
}
Fields
Name | Type | Description |
---|---|---|
validity | OutputValidityProof! | Validity proof for an output. |
context | String! | Data that allows the validity proof to be contextualized within submitted claims, given as a payload in Ethereum hex binary format, starting with '0x'. |