Smart Account ReferenceOwnersgetOwners getOwners Returns a list of Safe owners. Usage example.sol_10interface ISafe {_10 function getOwners() external view returns (address[]);_10}_10_10contract Example {_10 function example() ... {_10 (ISafe safe).getOwners();_10 }_10} Returns owners Type: address[] Array of Safe owners.changeThresholdgetThresholdWas this page helpful?Report issue