Protocol Kit Reference
Safe Guards
getGuard

getGuard

Returns the enabled Safe Guard or 0x0000000000000000000000000000000000000000 if no guards are enabled.

Usage


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

Returns

Promise<string>

The enabled Safe Guard or 0x0000000000000000000000000000000000000000 if no guards are enabled.

Was this page helpful?