UNPKG

viem

Version:

TypeScript Interface for Ethereum

6 lines 374 B
import type { ErrorType } from '../../errors/utils.js'; export type NormalizeSignatureParameters = string; export type NormalizeSignatureReturnType = string; export type NormalizeSignatureErrorType = ErrorType; export declare function normalizeSignature(signature: NormalizeSignatureParameters): NormalizeSignatureReturnType; //# sourceMappingURL=normalizeSignature.d.ts.map