UNPKG

@0x/utils

Version:
9 lines 236 B
export interface DecodingRules { shouldConvertStructsToObjects: boolean; isStrictMode: boolean; } export interface EncodingRules { shouldOptimize?: boolean; shouldAnnotate?: boolean; } //# sourceMappingURL=rules.d.ts.map