Skip to content

Commit 19313d5

Browse files
update docs with Address.fromBytes method (#158)
1 parent 04faac3 commit 19313d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/en/developer/assemblyscript-api.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,7 @@ When the type of a value is certain, it can be converted to a [built-in type](#b
730730
| JSON | Array | s.toArray() |
731731
| JSON | Object | s.toObject() |
732732
| String | Address | Address.fromString(s) |
733+
| Bytes | Address | Address.fromBytes(s) |
733734
| String | BigInt | BigInt.fromString(s) |
734735
| String | BigDecimal | BigDecimal.fromString(s) |
735736
| String (hexadecimal) | Bytes | ByteArray.fromHexString(s) |

0 commit comments

Comments
 (0)