Skip to main content

Module types

Module types 

Source
Expand description

Type definitions for Safe transactions

Structs§

BatchResult
Unified result of executing a batch of transactions
BatchSimulationResult
Unified result of simulating a batch of transactions
Call
A raw call with explicit to, value, data, and operation
TypedCall
A typed call wrapping a sol! macro generated call type

Enums§

Operation
Operation type for Safe transactions

Traits§

CallBuilder
Trait for builders that construct and execute batches of calls.
SafeCall
Trait for types that can be converted to a Safe call