interface SignatureWithBytes {
    bytes: string;
    signature: string;
}

Properties

Properties

bytes: string
signature: string