Brief doesn't define the wire shape of the signature container. Versioned for forward compatibility (e.g. PQC swap-out) without breaking the envelope layout. Signature is hex-encoded over channelMessageSigningBytes.

interface ChannelMessageSignature {
    signature: string;
    sigVersion: "1";
}

Properties

signature: string
sigVersion