Interface crypto_borromean_signature_t

Represents a Borromean signature

interface crypto_borromean_signature_t {
    signatures: string[];
}

Properties

Properties

signatures: string[]