Skip to content

Commit 2da6a7e

Browse files
docs: add HIP-1195 Hiero Hooks docs (#362)
1 parent 5c632d0 commit 2da6a7e

File tree

12 files changed

+2364
-105
lines changed

12 files changed

+2364
-105
lines changed

docs.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,8 @@
336336
"hedera/core-concepts/accounts/account-creation",
337337
"hedera/core-concepts/accounts/auto-account-creation",
338338
"hedera/core-concepts/accounts/account-properties",
339-
"hedera/core-concepts/accounts/network-accounts"
339+
"hedera/core-concepts/accounts/network-accounts",
340+
"hedera/core-concepts/accounts/hiero-hooks"
340341
]
341342
},
342343
"hedera/core-concepts/keys-and-signatures",
@@ -646,6 +647,7 @@
646647
"pages": [
647648
"hedera/sdks-and-apis/sdks/transactions",
648649
"hedera/sdks-and-apis/sdks/transactions/create-a-batch-transaction",
650+
"hedera/sdks-and-apis/sdks/transactions/create-a-hookstore-transaction",
649651
"hedera/sdks-and-apis/sdks/transactions/transaction-id",
650652
"hedera/sdks-and-apis/sdks/transactions/modify-transaction-fields",
651653
"hedera/sdks-and-apis/sdks/transactions/create-an-unsigned-transaction",
@@ -678,6 +680,8 @@
678680
"hedera/sdks-and-apis/sdks/accounts-and-hbar/update-an-account",
679681
"hedera/sdks-and-apis/sdks/accounts-and-hbar/transfer-cryptocurrency",
680682
"hedera/sdks-and-apis/sdks/accounts-and-hbar/approve-an-allowance",
683+
"hedera/sdks-and-apis/sdks/accounts-and-hbar/create-and-manage-hooks",
684+
"hedera/sdks-and-apis/sdks/accounts-and-hbar/create-a-hookstore-transaction",
681685
"hedera/sdks-and-apis/sdks/accounts-and-hbar/adjust-an-allowance",
682686
"hedera/sdks-and-apis/sdks/accounts-and-hbar/delete-an-account",
683687
"hedera/sdks-and-apis/sdks/accounts-and-hbar/get-account-balance",

hedera/core-concepts/accounts/hiero-hooks.mdx

Lines changed: 475 additions & 0 deletions
Large diffs are not rendered by default.

hedera/networks/mainnet/fees.mdx

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -134,16 +134,19 @@ All fees are subject to change. The fees below reflect a base price for the tran
134134

135135
### Miscellaneous
136136

137-
| Operations | USD ($) |
138-
| ----------------------------------------------------------------- | ------- |
139-
| BatchTransaction ([HIP-551](https://hips.hedera.com/hip/hip-551)) | $0.001 |
140-
| GetVersionInfo | $0.0001 |
141-
| GetByKey | $0.0001 |
142-
| NodeCreate | $0.001 |
143-
| NodeDelete | $0.001 |
144-
| NodeUpdate | $0.001 |
145-
| PrngTransaction | $0.001 |
146-
| SystemDelete | $0.00 |
147-
| SystemUndelete | $0.00 |
148-
| TransactionGetReceipt | $0.00 |
149-
| TransactionGetRecord | $0.0001 |
137+
| Operations | USD ($) |
138+
| ----------------------------------------------------------------- | ------- |
139+
| Add/Delete/Modify Hooks [(HIP-1195)](https://hips.hedera.com/hip/hip-551) | $1.00 |
140+
| BatchTransaction ([HIP-551](https://hips.hedera.com/hip/hip-551)) | $0.001 |
141+
| GetVersionInfo | $0.0001 |
142+
| GetByKey | $0.0001 |
143+
| Invocation of Hook Program | $0.005 |
144+
| HookStore | $0.005 |
145+
| NodeCreate | $0.001 |
146+
| NodeDelete | $0.001 |
147+
| NodeUpdate | $0.001 |
148+
| PrngTransaction | $0.001 |
149+
| SystemDelete | $0.00 |
150+
| SystemUndelete | $0.00 |
151+
| TransactionGetReceipt | $0.00 |
152+
| TransactionGetRecord | $0.0001 |

hedera/networks/release-notes/services.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Visit the [Hedera status page](https://status.hedera.com/) for the latest versio
99
<Info>
1010
**MAINNET UPDATE: APRIL 15, 2026**
1111
</Info>
12-
<Info>
13-
**TESTNET UPDATE: APRIL 2, 2026**
14-
</Info>
12+
<Check>
13+
**TESTNET UPDATED: APRIL 2, 2026**
14+
</Check>
1515

1616
### Release highlights
1717

0 commit comments

Comments
 (0)