makeUplcInt
Overload 1
export function makeUplcInt(
value: IntLike,
signed: boolean
): UplcInt
Arguments
Name | Type | Description |
---|---|---|
value | IntLike | |
signed | boolean |
Return value
UplcInt
Overload 2
export function makeUplcInt(args: {
signed?: boolean
value: IntLike
}): UplcInt
Arguments
Name | Type | Description |
---|---|---|
args | { signed?: boolean value: IntLike } |
Return value
UplcInt