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