opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
7 lines • 371 B
TypeScript
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