VaultAuth
Last updated
Abstract contract that provides authorization check for vault operations
Used by contracts that need to verify if a caller has permission to perform vault-specific actions. The authorization can come from either being the vault owner or having explicit permission through the vault's authority
modifier requiresVaultAuth(address vault);error Aera__CallerIsNotAuthorized();Last updated

