MCPcopy Create free account
hub / github.com/celo-org/developer-tooling / performSafeTransaction

Function performSafeTransaction

packages/cli/src/utils/safe.ts:37–61  ·  view source on GitHub ↗
(
  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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

runMethod · 0.90
runMethod · 0.90
runMethod · 0.90

Calls 4

displaySafeTxFunction · 0.90
createSafeFunction · 0.85

Tested by

no test coverage detected