Protocol Kit Reference
Safe Configuration
getThreshold

getThreshold

Returns the threshold of the connected Safe.

Usage


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

Returns

Promise<number>

The threshold of the connected Safe.

Was this page helpful?