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.