Skip to main content

Try it Live

Run Uint examples in the interactive playground
import { UintSchema } from '@tevm/voltaire/Uint/effect'

const u = UintSchema.from(1n)
u.toBytes() // Uint8Array(32) [..., 1]

See Also