Last updated
SPV
verify-spv
type string
payload object:<in>
→ object:<out>
Performs a platform-specific spv proof of type TYPE on PAYLOAD. The format of the PAYLOAD object depends on TYPE, as does the format of the return object. Platforms such as Chainweb will document the specific payload types and return values.
pact
(verify-spv "TXOUT" (read-msg "proof"))
pact
(verify-spv "TXOUT" (read-msg "proof"))