Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
As of version v2.5.0 of core
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Feb 2, 2024
1 parent 9b9c0d4 commit fec5d16
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/chifra/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,3 +391,4 @@ The `chifra abis --find` option scans the cross product of two sets. The first s
names. The second set contains approximately 700 function signatures. The cross product of these two sets creates 70,000,000
combinations of name(signature) each of which is hashed to create either a four-byte or a 32-byte hash. Very infrequently,
the tool will find matches for an otherwise unknown signatures.

1 change: 1 addition & 0 deletions content/chifra/chaindata.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,3 +359,4 @@ Links:

- [api docs](/api/#operation/chaindata-when)
- [source code](https://github.com/TrueBlocks/trueblocks-core/tree/master/src/apps/chifra/internal/when)

1 change: 1 addition & 0 deletions content/chifra/chainstate.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,4 @@ Links:

- [api docs](/api/#operation/chainstate-tokens)
- [source code](https://github.com/TrueBlocks/trueblocks-core/tree/master/src/apps/chifra/internal/tokens)

1 change: 1 addition & 0 deletions content/chifra/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,4 @@ Links:

- [api docs](/api/#operation/other-slurp)
- [source code](https://github.com/TrueBlocks/trueblocks-core/tree/master/src/apps/chifra/internal/slurp)

1 change: 1 addition & 0 deletions content/data-model/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,4 @@ This documentation mentions the following basic data types.
| string | a normal character string | |
| timestamp | a 64-bit unsigned integer | Unix timestamp |
| uint64 | a 64-bit unsigned integer | |

1 change: 1 addition & 0 deletions content/data-model/admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,3 +346,4 @@ This documentation mentions the following basic data types.
| string | a normal character string | |
| uint32 | a 32-bit unsigned integer | |
| uint64 | a 64-bit unsigned integer | |

1 change: 1 addition & 0 deletions content/data-model/chaindata.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,3 +427,4 @@ This documentation mentions the following basic data types.
| uint64 | a 64-bit unsigned integer | |
| uint8 | an alias for the boolean type | |
| wei | an unsigned big number | as a string |

1 change: 1 addition & 0 deletions content/data-model/chainstate.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,4 @@ This documentation mentions the following basic data types.
| timestamp | a 64-bit unsigned integer | Unix timestamp |
| uint64 | a 64-bit unsigned integer | |
| wei | an unsigned big number | as a string |

1 change: 1 addition & 0 deletions content/data-model/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,4 @@ This documentation mentions the following basic data types.
| timestamp | a 64-bit unsigned integer | Unix timestamp |
| uint64 | a 64-bit unsigned integer | |
| wei | an unsigned big number | as a string |

0 comments on commit fec5d16

Please sign in to comment.