Interface LazyStorageDiffUpdatesSaplingState

interface LazyStorageDiffUpdatesSaplingState {
    commitments_and_ciphertexts: CommitmentsAndCiphertexts[];
    nullifiers: string[];
}

Properties

commitments_and_ciphertexts: CommitmentsAndCiphertexts[]
nullifiers: string[]

Generated using TypeDoc