|
129 | 129 | * [ERC-3643 Real World Assets (RWA)](core-concepts/smart-contracts/tokens-managed-by-smart-contracts/erc-3643-real-world-assets-rwa.md)
|
130 | 130 | * [ERC-1363 (Payable Tokens)](core-concepts/smart-contracts/tokens-managed-by-smart-contracts/erc-1363-payable-tokens.md)
|
131 | 131 | * [Hedera Token Service System Contract](core-concepts/smart-contracts/tokens-managed-by-smart-contracts/hedera-token-service-system-contract.md)
|
| 132 | + * [Wrapped HBAR (WHBAR)](core-concepts/smart-contracts/wrapped-hbar-whbar.md) |
132 | 133 | * [Smart Contract Rent](core-concepts/smart-contracts/smart-contract-rent.md)
|
133 | 134 | * [Smart Contract Security](core-concepts/smart-contracts/security.md)
|
134 | 135 | * [EVM Archive Node Queries](core-concepts/smart-contracts/evm-archive-node-queries.md)
|
|
148 | 149 | * [Hashgraph Consensus Algorithm](core-concepts/hashgraph-consensus-algorithms/README.md)
|
149 | 150 | * [Gossip About Gossip](core-concepts/hashgraph-consensus-algorithms/gossip-about-gossip.md)
|
150 | 151 | * [Virtual Voting](core-concepts/hashgraph-consensus-algorithms/virtual-voting.md)
|
151 |
| - * [Transactions and Queries](core-concepts/transactions-and-queries.md) |
| 152 | + * [Transactions and Queries](core-concepts/transactions-and-queries/README.md) |
| 153 | + * [Transaction Properties](core-concepts/transactions-and-queries/transaction-properties.md) |
152 | 154 | * [State and History](core-concepts/state-and-history.md)
|
153 | 155 | * [Mirror Nodes](core-concepts/mirror-nodes/README.md)
|
154 | 156 | * [Hedera Mirror Node](core-concepts/mirror-nodes/hedera-mirror-node.md)
|
|
215 | 217 | * [Specialized Types](sdks-and-apis/sdks/specialized-types.md)
|
216 | 218 | * [Pseudorandom Number Generator](sdks-and-apis/sdks/pseudorandom-number-generator.md)
|
217 | 219 | * [Transactions](sdks-and-apis/sdks/transactions/README.md)
|
| 220 | + * [Create a Batch Transaction](sdks-and-apis/sdks/transactions/create-a-batch-transaction.md) |
218 | 221 | * [Transaction ID](sdks-and-apis/sdks/transactions/transaction-id.md)
|
219 | 222 | * [Modify transaction fields](sdks-and-apis/sdks/transactions/modify-transaction-fields.md)
|
220 | 223 | * [Create an unsigned transaction](sdks-and-apis/sdks/transactions/create-an-unsigned-transaction.md)
|
|
419 | 422 | * [TokenGetNftInfo](sdks-and-apis/hedera-api/token-service/tokengetnftinfo.md)
|
420 | 423 | * [TokenGetNftInfos](sdks-and-apis/hedera-api/token-service/tokengetnftinfos.md)
|
421 | 424 | * [TokenGetAccountNftInfo](sdks-and-apis/hedera-api/token-service/tokengetaccountnftinfo.md)
|
422 |
| - * [File Service](sdks-and-apis/hedera-api/readme-1/README.md) |
423 |
| - * [FileService](sdks-and-apis/hedera-api/readme-1/fileservice.md) |
424 |
| - * [FileCreate](sdks-and-apis/hedera-api/readme-1/filecreate.md) |
425 |
| - * [FileAppend](sdks-and-apis/hedera-api/readme-1/fileappend.md) |
426 |
| - * [FileUpdate](sdks-and-apis/hedera-api/readme-1/fileupdate.md) |
427 |
| - * [FileDelete](sdks-and-apis/hedera-api/readme-1/filedelete.md) |
428 |
| - * [FileGetContents](sdks-and-apis/hedera-api/readme-1/filegetcontents.md) |
429 |
| - * [FileGetInfo](sdks-and-apis/hedera-api/readme-1/filegetinfo.md) |
430 |
| - * [Smart Contracts](sdks-and-apis/hedera-api/readme-1-1/README.md) |
431 |
| - * [SmartContractService](sdks-and-apis/hedera-api/readme-1-1/smartcontractservice.md) |
432 |
| - * [ContractCall](sdks-and-apis/hedera-api/readme-1-1/contractcall.md) |
433 |
| - * [ContractCallLocal](sdks-and-apis/hedera-api/readme-1-1/contractcalllocal.md) |
434 |
| - * [ContractCreate](sdks-and-apis/hedera-api/readme-1-1/contractcreate.md) |
435 |
| - * [ContractUpdate](sdks-and-apis/hedera-api/readme-1-1/contractupdate.md) |
436 |
| - * [ContractDelete](sdks-and-apis/hedera-api/readme-1-1/contractdelete.md) |
437 |
| - * [ContractGetByteCode](sdks-and-apis/hedera-api/readme-1-1/contractgetbytecode.md) |
438 |
| - * [ContractGetInfo](sdks-and-apis/hedera-api/readme-1-1/contractgetinfo.md) |
439 |
| - * [ContractGetRecords](sdks-and-apis/hedera-api/readme-1-1/contractgetrecords.md) |
| 425 | + * [File Service](sdks-and-apis/hedera-api/file-service/README.md) |
| 426 | + * [FileService](sdks-and-apis/hedera-api/file-service/fileservice.md) |
| 427 | + * [FileCreate](sdks-and-apis/hedera-api/file-service/filecreate.md) |
| 428 | + * [FileAppend](sdks-and-apis/hedera-api/file-service/fileappend.md) |
| 429 | + * [FileUpdate](sdks-and-apis/hedera-api/file-service/fileupdate.md) |
| 430 | + * [FileDelete](sdks-and-apis/hedera-api/file-service/filedelete.md) |
| 431 | + * [FileGetContents](sdks-and-apis/hedera-api/file-service/filegetcontents.md) |
| 432 | + * [FileGetInfo](sdks-and-apis/hedera-api/file-service/filegetinfo.md) |
| 433 | + * [Smart Contracts](sdks-and-apis/hedera-api/smart-contracts/README.md) |
| 434 | + * [SmartContractService](sdks-and-apis/hedera-api/smart-contracts/smartcontractservice.md) |
| 435 | + * [ContractCall](sdks-and-apis/hedera-api/smart-contracts/contractcall.md) |
| 436 | + * [ContractCallLocal](sdks-and-apis/hedera-api/smart-contracts/contractcalllocal.md) |
| 437 | + * [ContractCreate](sdks-and-apis/hedera-api/smart-contracts/contractcreate.md) |
| 438 | + * [ContractUpdate](sdks-and-apis/hedera-api/smart-contracts/contractupdate.md) |
| 439 | + * [ContractDelete](sdks-and-apis/hedera-api/smart-contracts/contractdelete.md) |
| 440 | + * [ContractGetByteCode](sdks-and-apis/hedera-api/smart-contracts/contractgetbytecode.md) |
| 441 | + * [ContractGetInfo](sdks-and-apis/hedera-api/smart-contracts/contractgetinfo.md) |
| 442 | + * [ContractGetRecords](sdks-and-apis/hedera-api/smart-contracts/contractgetrecords.md) |
440 | 443 | * [Miscellaneous](sdks-and-apis/hedera-api/miscellaneous/README.md)
|
441 | 444 | * [Duration](sdks-and-apis/hedera-api/miscellaneous/duration.md)
|
442 | 445 | * [ExchangeRate](sdks-and-apis/hedera-api/miscellaneous/exchangerate.md)
|
|
0 commit comments