Skip to content

@safe:safe.isOwner

Return whether an address is an owner of a Safe.

Returns: bool

@safe:safe.isOwner(owner safe?)
Name Type Description
owner address Address to check
[safe] address Safe address (defaults to the context Safe or connected account)
# TODO: add examples