UNPKG

ox

Version:

Ethereum Standard Library

4 lines 218 B
import * as z from 'zod/mini'; /** TIP-20 token role schema. */ export declare const TokenRole: z.ZodMiniLiteral<"defaultAdmin" | "pause" | "unpause" | "issuer" | "burnBlocked">; //# sourceMappingURL=TokenRole.d.ts.map