Skip to content

Commit c1b220b

Browse files
Documented update_unconditional_revenue_share_config method
1 parent 3ff2a34 commit c1b220b

6 files changed

+27
-0
lines changed

docs/pages/node-client/private/set_market_mapper_revenue_share.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,15 @@ async def set_market_mapper_revenue_share(
4545
| `200` | [OK] | [MsgSetMarketMapperRevenueShareResponse] | Market mapper revenue share |
4646
| `400` | [Bad Request] | | The request was malformed or invalid. |
4747

48+
<<<<<<< HEAD
4849
<<<<<<< HEAD
4950
Examples: [Python]
5051
=======
5152
Examples: [Python] | [Rust] | [API]| [Guide - Get Latest Block]
5253
>>>>>>> 9781528d (Documented set_market_mapper_revenue_share method)
54+
=======
55+
Examples: [Python]
56+
>>>>>>> 9512613e (Documented update_unconditional_revenue_share_config method)
5357

5458
[Python]: https://github.com/dydxprotocol/v4-clients/blob/95f2ad4b7d87e2c8f819138fcbe903826af47230/v4-client-py-v2/examples/revenue_share_example.py
5559
[OK]: /types/ok

docs/pages/node-client/private/set_market_mapper_revenue_share_details_for_market.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
<<<<<<< HEAD
2+
<<<<<<< HEAD
23
### Set Market Mapper Revenue Share Details For Market
34
=======
45
### set_market_mapper_revenue_share_details_for_market
56
>>>>>>> bd8ff5af (Documented set_market_mapper_revenue_share_details_for_market method)
7+
=======
8+
### Set Market Mapper Revenue Share Details For Market
9+
>>>>>>> 9512613e (Documented update_unconditional_revenue_share_config method)
610
711
Set market mapper revenue share details for market
812

@@ -45,11 +49,15 @@ async def set_market_mapper_revenue_share_details_for_market(
4549
| `200` | [OK] | [MsgSetMarketMapperRevShareDetailsForMarketResponse] | Market mapper revenue share for market |
4650
| `400` | [Bad Request] | | The request was malformed or invalid. |
4751

52+
<<<<<<< HEAD
4853
<<<<<<< HEAD
4954
Examples: [Python]
5055
=======
5156
Examples: [Python] | [Rust] | [API]| [Guide - Get Latest Block]
5257
>>>>>>> bd8ff5af (Documented set_market_mapper_revenue_share_details_for_market method)
58+
=======
59+
Examples: [Python]
60+
>>>>>>> 9512613e (Documented update_unconditional_revenue_share_config method)
5361

5462
[Python]: https://github.com/dydxprotocol/v4-clients/blob/95f2ad4b7d87e2c8f819138fcbe903826af47230/v4-client-py-v2/examples/revenue_share_example.py
5563
[OK]: /types/ok

docs/pages/node-client/private/set_order_router_revenue_share.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ async def set_order_router_revenue_share(
4646
| `400` | [Bad Request] | | The request was malformed or invalid. |
4747

4848
Examples: [Python]
49+
<<<<<<< HEAD
4950
=======
5051
| `200` | [OK] | [MsgSetOrderRouterRevShareResponse] | Unconditional revenue share config |
5152
=======
@@ -55,6 +56,8 @@ Examples: [Python]
5556

5657
Examples: [Python] | [Rust] | [API]| [Guide - Get Latest Block]
5758
>>>>>>> d090f67a (Documented set_order_router_revenue_share method)
59+
=======
60+
>>>>>>> 9512613e (Documented update_unconditional_revenue_share_config method)
5861

5962
[Python]: https://github.com/dydxprotocol/v4-clients/blob/95f2ad4b7d87e2c8f819138fcbe903826af47230/v4-client-py-v2/examples/revenue_share_example.py
6063
[OK]: /types/ok

docs/pages/node-client/public/get_market_mapper_revenue_share_details.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,15 @@ async def get_market_mapper_revenue_share_details(self, market_id: int) -> Query
4444
| `200` | [OK] | [QueryMarketMapperRevShareDetailsResponse] | Market mapper revenue share details |
4545
| `400` | [Bad Request] | | The request was malformed or invalid. |
4646

47+
<<<<<<< HEAD
4748
<<<<<<< HEAD
4849
Examples: [Python]
4950
=======
5051
Examples: [Python] | [Rust] | [API]| [Guide - Get Latest Block]
5152
>>>>>>> 974a6cd2 (Documented get_market_mapper_revenue_share_details method)
53+
=======
54+
Examples: [Python]
55+
>>>>>>> 9512613e (Documented update_unconditional_revenue_share_config method)
5256

5357
[Python]: https://github.com/dydxprotocol/v4-clients/blob/95f2ad4b7d87e2c8f819138fcbe903826af47230/v4-client-py-v2/examples/revenue_share_example.py
5458
[OK]: /types/ok

docs/pages/node-client/public/get_order_router_revenue_share.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,15 @@ async def get_order_router_revenue_share(self, address: str) -> QueryOrderRouter
3636
| `200` | [OK] | [QueryOrderRouterRevShareResponse] | Order router revenue share |
3737
| `400` | [Bad Request] | | The request was malformed or invalid. |
3838

39+
<<<<<<< HEAD
3940
<<<<<<< HEAD
4041
Examples: [Python]
4142
=======
4243
Examples: [Python] | [Rust] | [API]| [Guide - Get Latest Block]
4344
>>>>>>> 75458c9b (Documented get_order_router_revenue_share method)
45+
=======
46+
Examples: [Python]
47+
>>>>>>> 9512613e (Documented update_unconditional_revenue_share_config method)
4448

4549
[Python]: https://github.com/dydxprotocol/v4-clients/blob/95f2ad4b7d87e2c8f819138fcbe903826af47230/v4-client-py-v2/examples/revenue_share_example.py
4650
[OK]: /types/ok

docs/pages/node-client/public/get_unconditional_revenue_sharing_config.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,15 @@ async def get_unconditional_revenue_sharing_config(self) -> QueryUnconditionalRe
3232
| `200` | [OK] | [QueryUnconditionalRevShareConfigResponse] | Unconditional revenue share config |
3333
| `400` | [Bad Request] | | The request was malformed or invalid. |
3434

35+
<<<<<<< HEAD
3536
<<<<<<< HEAD
3637
Examples: [Python]
3738
=======
3839
Examples: [Python] | [Rust] | [API]| [Guide - Get Latest Block]
3940
>>>>>>> ce4ffa5d (Documented get_unconditional_revenue_sharing_config method)
41+
=======
42+
Examples: [Python]
43+
>>>>>>> 9512613e (Documented update_unconditional_revenue_share_config method)
4044

4145
[Python]: https://github.com/dydxprotocol/v4-clients/blob/95f2ad4b7d87e2c8f819138fcbe903826af47230/v4-client-py-v2/examples/revenue_share_example.py
4246
[OK]: /types/ok

0 commit comments

Comments
 (0)