⚠️ Deprecation Notice
ModuleSDK was developed by Rhinestone and is no longer actively supported. For new projects, we recommend using the Rhinestone SDK instead.
getOwnableValidatorSignature
Format the signature to use the ownable validator.
Usage
const signature = getOwnableValidatorSignature({
signatures: [signature1, signature2, signature3],
})Parameters
signatures
The signatures to format. Note that the length of this array should be exactly equal to the threshold of the ownable validator.
Returns
signature
- Type:
Hex(opens in a new tab)
The formatted signature.