RelayParams
Represents the parameters for the "relay" function.
Represents the parameters for the "relay" function.
type RelayParams = WithOverrides<{ data: AbiParameterToPrimitiveType<{ name: "data"; type: "bytes" }>; target: AbiParameterToPrimitiveType<{ name: "target"; type: "address"; }>; value: AbiParameterToPrimitiveType<{ name: "value"; type: "uint256"; }>;}>;