UNPKG

viem

Version:

TypeScript Interface for Ethereum

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