createRemoveOwnerTransaction
Creates a Safe transaction to remove an owner to the connected Safe.
Usage
Returns
Promise<TransactionBase>
The Safe transaction to remove an owner of the connected Safe.
Parameters
ownerAddress
- Type:
string
The address to remove as an owner.
threshold
(Optional)
- Type:
string
The new threshold of the connected Safe. If not provided, the current threshold is used.
Last updated on