ModuleSDK
Modules
getOwnableValidatorSignature

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.