interface ISignature {
    data: string;
    type: SigningAlgorithm;
}

Properties

Properties

data: string