Interface Round2Result

interface Round2Result {
    A: Uint8Array;
    ZKPx2s: Uint8Array;
}

Properties

Properties

A: Uint8Array
ZKPx2s: Uint8Array