Tooling
Module SDK
Modules
getOwnableValidatorSignature

⚠️ Deprecation Notice

ModuleSDK was developed by Rhinestone and is no longer actively supported. For new projects, we recommend using the Rhinestone SDK instead.

Rhinestone SDK Documentation (opens in a new tab)

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

The formatted signature.