Skip to content

Commit

Permalink
change default value and add description
Browse files Browse the repository at this point in the history
  • Loading branch information
valle-xyz committed Nov 6, 2024
1 parent bf42fc7 commit d719283
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ const safeTransaction = await protocolKit.createTransaction({
### `transactions.operation` (Optional)

- **Type:** `OperationType`
- **Default:** `1`
- **Default:** `0`

The operation of the Safe transaction.
The operation of the Safe transaction. `0` for a *Call* and `1` for a *DelegateCall*.

```typescript focus=6
const safeTransaction = await protocolKit.createTransaction({
Expand Down

0 comments on commit d719283

Please sign in to comment.