Skip to content

Byte

Defined in: arc4/encoded-types.ts:163

An alias for Uint<8>

new Byte(v?): Byte

Defined in: arc4/encoded-types.ts:141

Create a new UintN instance

The native uint64 or biguint value to initialize this UintN from

Uint64Compat | bytes

Byte

Uint.constructor

get bytes(): bytes

Defined in: arc4/encoded-types.ts:102

Retrieve the encoded bytes for this type

bytes

Uint.bytes

asBigUint(): biguint

Defined in: arc4/encoded-types.ts:155

Retrieve the decoded native biguint

biguint

Uint.asBigUint


asUint64(): uint64

Defined in: arc4/encoded-types.ts:148

Retrieve the decoded native uint64

uint64

Uint.asUint64