createDisableGuardTx
Returns a Safe transaction to disable the Safe Guard.
Usage
Parameters
guardAddress
- Type:
string
The Safe Guard contract address to disable.
options.safeTxGas
(Optional)
- Type:
string
The gas that should be used for the Safe transaction.
options.baseGas
(Optional)
- Type:
string
The gas costs for the data used to trigger the Safe transaction.
options.gasPrice
(Optional)
- Type:
string
The price in wei that the sender is willing to pay for each unit of gas.
options.gasToken
(Optional)
- Type:
string
The token address that is used for the gas payment, or 0x0000000000000000000000000000000000000000
if there is no payment.
options.refundReceiver
(Optional)
- Type:
string
The address of the gas payment receiver or 0x0000000000000000000000000000000000000000
if there is no payment.
options.nonce
(Optional)
- Type:
number
The transaction nonce.
Returns
Promise<SafeTransaction>
The Safe transaction to disable the Safe Guard.