Skip to main content

Amount type

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

Signature:

export declare type Amount = z.input<typeof PriceSchema>;