PoV
- *Informally*. Let be a list of `DCert`{.AgdaDatatype}s, and let , be
`CertState`{.AgdaRecord}s such that `⇀⦇`{.AgdaDatatype}
`,CERTS⦈`{.AgdaDatatype} . Then, the value of is equal to the value of
plus the value of the withdrawals in .
- *Formally*.
CERTS-pov : {Γ : CertEnv} {s₁ sₙ : CertState} → ∀[ a ∈ dom (CertEnv.wdrls Γ) ] NetworkIdOf a ≡ NetworkId → Γ ⊢ s₁ ⇀⦇ l ,CERTS⦈ sₙ → getCoin s₁ ≡ getCoin sₙ + getCoin (wdrlsOf Γ)- *Proof*. See the module in the [formal ledger repository](\repourl).