Byte
Algorand TypeScript / arc4 / Byte
Defined in: arc4/encoded-types.ts:163
An alias for Uint<8>
Extends
Section titled “Extends”Uint<8>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new Byte(
v?):Byte
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”Byte
Inherited from
Section titled “Inherited from”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”Inherited from
Section titled “Inherited from”asUint64()
Section titled “asUint64()”asUint64():
uint64
Defined in: arc4/encoded-types.ts:148
Retrieve the decoded native uint64