Starter Kit Reference
SafeClient
getThreshold

getThreshold

Returns the threshold of the connected Safe.

Usage


_10
import { safeClient } from './setup.ts'
_10
_10
const threshold = await safeClient.getThreshold()

Returns

Promise<number>

The threshold of the connected Safe.

Was this page helpful?