getGuard
Returns the enabled Safe Guard or 0x0000000000000000000000000000000000000000
if no guards are enabled.
Usage
_10import { protocolKit } from './setup.ts'_10_10const guardAddress = await protocolKit.getGuard()
Returns
Promise<string>
The enabled Safe Guard or 0x0000000000000000000000000000000000000000
if no guards are enabled.