Skip to main content

Amount type

Represents a currency amount already formatted. ie. "1" for 1 ether.

Signature:

export type Amount = z.input<typeof AmountSchema>;