interface CompressedExistenceProofAmino {
    key?: string;
    leaf?: LeafOpAmino;
    path?: number[];
    value?: string;
}

Properties

Properties

key?: string
path?: number[]

these are indexes into the lookup_inners table in CompressedBatchProof

value?: string