UFixed
Algorand TypeScript / arc4 / UFixed
Defined in: arc4/encoded-types.ts:198
A fixed bit size, fixed decimal unsigned value
Extends
Section titled “Extends”Type Parameters
Section titled “Type Parameters”N extends BitSize
M extends number
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new UFixed<
N,M>(v?):UFixed<N,M>
Defined in: arc4/encoded-types.ts:206
Create a new UFixed value
Parameters
Section titled “Parameters”`${number}.${number}`
A string representing the integer and fractional portion of the number
Returns
Section titled “Returns”UFixed<N, M>
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