Interface SchnorrSignatureProof

Expand description

Schnorr signature proof encoded for JSON transport.


interface SchnorrSignatureProof {
    signature: string;
}

Properties§

§readonly signature: string