Single is the signature data for a single signer

interface SignatureDescriptor_Data_Single {
    mode: SignMode;
    signature: Uint8Array;
}

Properties

Properties

mode: SignMode

mode is the signing mode of the single signer

signature: Uint8Array

signature is the raw signature bytes