Skip to content

Commit

Permalink
rename bits256 to B256
Browse files Browse the repository at this point in the history
  • Loading branch information
cypherpepe authored Oct 4, 2024
1 parent 9017062 commit ef0433f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/guide/types/asset-id.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Asset ID

An Asset ID can be represented using the `AssetId` type. It's definition matches the Sway standard library type being a `Struct` wrapper around an inner `B256` value.
An Asset ID can be represented using the `AssetId` type. It's definition matches the Sway standard library type being a `Struct` wrapper around an inner `b256` value.

<<< @/../../docs-snippets/src/guide/types/asset-id.test.ts#asset-id-1{ts:line-numbers}

Expand Down

0 comments on commit ef0433f

Please sign in to comment.