(
provider: Provider,
safeAddress: StrongAddress,
safeSigner: StrongAddress,
txData: MetaTransactionData,
// When the Safe execution reaches its threshold the underlying call executes
// in the same receipt; pass abi/event names to surface those events (e.g. the
// governance ProposalQueued proposal id).
decodeEventsOpts?: abi extends Abi
? { abi: abi; displayEventName: ContractEventName<abi> | ContractEventName<abi>[] }
: never
)
source not stored for this graph (policy: none)
no test coverage detected