Protocol Kit ReferenceSafe ConfigurationgetBalance getBalance Returns the native token balance of the connected Safe smart account. Usage example.tssetup.ts_10import { protocolKit } from './setup.ts'_10_10const balance = await protocolKit.getBalance() Returns Promise<bigint> The native token balance.getAddressgetChainIdWas this page helpful?Report issue