@safe:safe.isOwner
Return whether an address is an owner of a Safe.
Returns: bool
Syntax
Section titled “Syntax”@safe:safe.isOwner(owner safe?)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
owner |
address |
Address to check |
[safe] |
address |
Safe address (defaults to the context Safe or connected account) |
Examples
Section titled “Examples”# TODO: add examples