pub async fn send_safe_transaction_with_threshold_one<M: Middleware>(
safe: SafeSingleton<M>,
signer_key: ChainKeypair,
target: Address,
tx_payload: Vec<u8>,
operation: SafeTxOperation,
total_value: U256,
chain_id: U256,
nonce: U256,
) -> Result<(), HelperErrors>
Expand description
Send one transaction via safe