Skip to content

Commit b171df3

Browse files
committed
pr847
1 parent dd5d277 commit b171df3

File tree

1 file changed

+2
-2
lines changed
  • website/src/pages/en/subgraphs/developing/creating/graph-ts

1 file changed

+2
-2
lines changed

website/src/pages/en/subgraphs/developing/creating/graph-ts/api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,8 +820,8 @@ When the type of a value is certain, it can be converted to a [built-in type](#b
820820
| Bytes | Address | Address.fromBytes(s) |
821821
| String | BigInt | BigInt.fromString(s) |
822822
| String | BigDecimal | BigDecimal.fromString(s) |
823-
| String (hexadecimal) | Bytes | ByteArray.fromHexString(s) |
824-
| String (UTF-8) | Bytes | ByteArray.fromUTF8(s) |
823+
| String (hexadecimal) | Bytes | Bytes.fromHexString(s) |
824+
| String (UTF-8) | Bytes | Bytes.fromUTF8(s) |
825825

826826
### Data Source Metadata
827827

0 commit comments

Comments
 (0)