UintN8
@algorandfoundation/algorand-typescript
@algorandfoundation/algorand-typescript / arc4 / UintN8
Class: UintN8
Defined in: packages/algo-ts/src/arc4/encoded-types.ts:156
An alias for UintN<8>
Extends
UintN
<8
>
Constructors
new UintN8()
new UintN8(
v
?):UintN8
Defined in: packages/algo-ts/src/arc4/encoded-types.ts:136
Create a new UintN instance
Parameters
v?
The native uint64 or biguint value to initialize this UintN from
Returns
Inherited from
Accessors
bytes
Get Signature
get bytes():
bytes
Defined in: packages/algo-ts/src/arc4/encoded-types.ts:97
Retrieve the encoded bytes for this type
Returns
Inherited from
native
Get Signature
get native():
NativeForArc4Int
<N
>
Defined in: packages/algo-ts/src/arc4/encoded-types.ts:143
Retrieve the decoded native uint64 or biguint