Uint
Algorand TypeScript / arc4 / Uint
Defined in: arc4/encoded-types.ts:133
A fixed bit size unsigned int
Extends
Section titled “Extends”Extended by
Section titled “Extended by”Type Parameters
Section titled “Type Parameters”N extends BitSize
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new Uint<
N>(v?):Uint<N>
Defined in: arc4/encoded-types.ts:141
Create a new UintN instance
Parameters
Section titled “Parameters”The native uint64 or biguint value to initialize this UintN from
Returns
Section titled “Returns”Uint<N>
Overrides
Section titled “Overrides”Accessors
Section titled “Accessors”Get Signature
Section titled “Get Signature”get bytes():
bytes
Defined in: arc4/encoded-types.ts:102
Retrieve the encoded bytes for this type
Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”Methods
Section titled “Methods”asBigUint()
Section titled “asBigUint()”asBigUint():
biguint
Defined in: arc4/encoded-types.ts:155
Retrieve the decoded native biguint
Returns
Section titled “Returns”asUint64()
Section titled “asUint64()”asUint64():
uint64
Defined in: arc4/encoded-types.ts:148
Retrieve the decoded native uint64