validateClusterLock

validateClusterLock(lock, safeRpcUrl?): Promise<boolean>

Defined in: services.ts:14

Verifies Cluster Lock's validity.

Parameters

Parameter
Type
Description

lock

cluster lock

safeRpcUrl?

string

optional safeRpcUrl for safe wallet verification

Returns

Promise<boolean>

boolean result to indicate if lock is valid

Throws

on missing keys or values.

An example of how to use validateClusterLock: validateClusterLock

Last updated

Was this helpful?