Skip to main content
Helios
Learn
Language guide
SDK reference
GitHub
uplc v0.7.15
IntData
IntData
export type IntData =
CommonUplcDataProps
& { kind: "int" value: bigint }
Previous
INT_TYPE
Next
ListData