Interface EncodedSubsig

interface EncodedSubsig {
    pk: Uint8Array;
    s?: Uint8Array;
}

Properties

Properties

pk: Uint8Array

The public key

s?: Uint8Array

The signature provided by the public key, if any

Generated using TypeDoc