Price type
Represents a currency price already formatted. ie. "1" for 1 ether.
Signature:
export type Price = z.input<typeof AmountSchema>;
Represents a currency price already formatted. ie. "1" for 1 ether.
Signature:
export type Price = z.input<typeof AmountSchema>;