Skip to content

Commit

Permalink
Merge branch 'smart-account-reference' of https://github.com/safe-glo…
Browse files Browse the repository at this point in the history
…bal/safe-docs into smart-account-reference
  • Loading branch information
louis-md committed Oct 25, 2024
2 parents 0b1c314 + b1a46a6 commit c46d045
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The native token value transferred in the Safe Module transaction.

- **Type:** `bytes`

Data payload of module transaction.
Data payload of the module transaction.

```solidity focus=4
(ISafe safe).execTransactionFromModule(
Expand All @@ -100,7 +100,7 @@ Data payload of module transaction.

- **Type:** `enum Enum.Operation`

Operation type of module transaction.
Operation type of the module transaction.

```solidity focus=5
(ISafe safe).execTransactionFromModule(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Value of the native token transferred in the module transaction.

- **Type:** `bytes`

Data payload of module transaction.
Data payload of the module transaction.

```solidity focus=4
(ISafe safe).execTransactionFromModuleReturnData(
Expand All @@ -101,7 +101,7 @@ Data payload of module transaction.

- **Type:** `enum Enum.Operation`

Operation type of module transaction.
Operation type of the module transaction.

```solidity focus=5
(ISafe safe).execTransactionFromModuleReturnData(
Expand Down
2 changes: 1 addition & 1 deletion pages/reference-smart-account/owners/getThreshold.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Tabs } from 'nextra/components'

# `getThreshold`

Returns the number of required confirmations for a Safe transaction aka the threshold.
Returns the threshold of the Safe account.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion pages/reference-smart-account/owners/swapOwner.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Replaces the owner `oldOwner` in the Safe with `newOwner`.

- **Type:** `address`

Owner that pointed to the owner to be replaced in the linked list
Owner that points to the owner to be replaced in the linked list.

```solidity focus=2
(ISafe safe).swapOwner(
Expand Down

0 comments on commit c46d045

Please sign in to comment.