Amount type
Represents a currency amount already formatted. ie. "1" for 1 ether.
Signature:
export declare type Amount = z.input<typeof PriceSchema>;
Represents a currency amount already formatted. ie. "1" for 1 ether.
Signature:
export declare type Amount = z.input<typeof PriceSchema>;