pub async fn get_safe_tx<M: Middleware>(
safe_contract: SafeContract<M>,
target: Address,
inner_tx_data: Bytes,
wallet: Wallet<SigningKey>,
) -> Result<TypedTransaction, ContractError<M>>
Expand description
Prepare a safe transaction
pub async fn get_safe_tx<M: Middleware>(
safe_contract: SafeContract<M>,
target: Address,
inner_tx_data: Bytes,
wallet: Wallet<SigningKey>,
) -> Result<TypedTransaction, ContractError<M>>
Prepare a safe transaction