Types
Operation
Execution data for a Hats Account operation.
to - The target address of the operation.
value - The Ether value to be sent to the target.
data - The encoded operation calldata.
operation - A value of type OperationType, indicating the type of operation to perform (call or delegate-call).
OperationType
Enum describing the operation to execute.
CreateAccountResult
Account creation result.
ExecutionResult
Hats Account execution result.
Last updated