|
10 | 10 |
|
11 | 11 | > **toExternalValue**(`val`): `bigint` |
12 | 12 |
|
13 | | -Defined in: [src/impl/primitives.ts:50](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/impl/primitives.ts#L50) |
| 13 | +Defined in: [src/impl/primitives.ts:42](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/impl/primitives.ts#L42) |
14 | 14 |
|
15 | 15 | Converts internal Algorand type representations to their external primitive values. |
16 | 16 |
|
@@ -48,7 +48,7 @@ toExternalValue(bytesVal) // returns Uint8Array([72, 101, 108, 108, 111]) |
48 | 48 |
|
49 | 49 | > **toExternalValue**(`val`): `bigint` |
50 | 50 |
|
51 | | -Defined in: [src/impl/primitives.ts:51](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/impl/primitives.ts#L51) |
| 51 | +Defined in: [src/impl/primitives.ts:43](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/impl/primitives.ts#L43) |
52 | 52 |
|
53 | 53 | Converts internal Algorand type representations to their external primitive values. |
54 | 54 |
|
@@ -86,7 +86,7 @@ toExternalValue(bytesVal) // returns Uint8Array([72, 101, 108, 108, 111]) |
86 | 86 |
|
87 | 87 | > **toExternalValue**(`val`): `Uint8Array` |
88 | 88 |
|
89 | | -Defined in: [src/impl/primitives.ts:52](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/impl/primitives.ts#L52) |
| 89 | +Defined in: [src/impl/primitives.ts:44](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/impl/primitives.ts#L44) |
90 | 90 |
|
91 | 91 | Converts internal Algorand type representations to their external primitive values. |
92 | 92 |
|
@@ -124,7 +124,7 @@ toExternalValue(bytesVal) // returns Uint8Array([72, 101, 108, 108, 111]) |
124 | 124 |
|
125 | 125 | > **toExternalValue**(`val`): `string` |
126 | 126 |
|
127 | | -Defined in: [src/impl/primitives.ts:53](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/impl/primitives.ts#L53) |
| 127 | +Defined in: [src/impl/primitives.ts:45](https://github.com/algorandfoundation/algorand-typescript-testing/blob/main/src/impl/primitives.ts#L45) |
128 | 128 |
|
129 | 129 | Converts internal Algorand type representations to their external primitive values. |
130 | 130 |
|
|
0 commit comments