UNPKG

@nori-zk/o1js-zk-utils

Version:

o1js-zk-utils supporting Nori Bridge

19 lines (18 loc) 557 B
import { PlonkProof } from '../../types.js'; declare const sp1ConsensusMPTPlonkProof: ProofResultResultMessage; type ContractStorageSlot = { slot_key_address: string; slot_nested_key_attestation_hash: string; value: string; }; type ProofResultResultMessage = { input_slot: number; input_store_hash: string; output_slot: number; output_store_hash: string; proof: PlonkProof; execution_state_root: string; contract_storage_slots: ContractStorageSlot[]; elapsed_sec: number; }; export { sp1ConsensusMPTPlonkProof };