UNPKG

eip-712

Version:

Tiny library with utility functions that can help with signing and verifying EIP-712 based messages

5 lines (4 loc) 135 B
/** * Encode the values with the provided types. */ export declare const encode: (types: string[], values: unknown[]) => Uint8Array;