Skip to content

Commit

Permalink
Changes from dhub
Browse files Browse the repository at this point in the history
  • Loading branch information
dhub-sync[bot] authored Jul 9, 2024
1 parent 9dd2a2a commit ebe0c18
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/geb-js/api-reference/gebproxyactions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ title: Geb Proxy Actions

Convenience class to call functions from [GebProxyActions](https://github.com/UseKeyp/od-contracts/tree/main/src/contracts/proxies/actions) through a proxy contract registered in the [Vault721](https://github.com/UseKeyp/od-contracts/blob/main/src/contracts/proxies/Vault721.sol). These actions bundle multiple actions in one (e.g: open a safe + lock some ETH + draw some system coins).

Testing 1234

## Constructors

\+ **new GebProxyActions**(`proxyAddress`: string, `network`: GebDeployment, `chainProvider`: GebProviderInterface): [_GebProxyActions_](gebproxyactions.md)
Expand Down Expand Up @@ -105,9 +107,9 @@ _Defined in_ [_packages/geb/src/proxy-action.ts:130_](https://github.com/open-do

**Returns:** _TransactionRequest_

### coinJoin\_join
### coinJoin_join

**coinJoin\_join**(`apt`: string, `safeHandler`: string, `wad`: BigNumberish): _TransactionRequest_
**coinJoin_join**(`apt`: string, `safeHandler`: string, `wad`: BigNumberish): _TransactionRequest_

_Defined in_ [_packages/geb/src/proxy-action.ts:136_](https://github.com/open-dollar/od-sdk/blob/dev/src/proxy-action.ts#L136)

Expand Down Expand Up @@ -833,9 +835,9 @@ _Defined in_ [_packages/geb/src/proxy-action.ts:655_](https://github.com/open-do

**Returns:** _TransactionRequest_

### tokenCollateralJoin\_join
### tokenCollateralJoin_join

**tokenCollateralJoin\_join**(`apt`: string, `safe`: string, `amt`: BigNumberish, `transferFrom`: boolean): _TransactionRequest_
**tokenCollateralJoin_join**(`apt`: string, `safe`: string, `amt`: BigNumberish, `transferFrom`: boolean): _TransactionRequest_

_Defined in_ [_packages/geb/src/proxy-action.ts:671_](https://github.com/open-dollar/od-sdk/blob/dev/src/proxy-action.ts#L671)

Expand Down

0 comments on commit ebe0c18

Please sign in to comment.