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

Properties

Properties

data: BinaryBuffer
type: string