interface SignatureData {
    derivedKeyId: string;
    signature: string;
}

Properties

derivedKeyId: string
signature: string