UNPKG

@axiom-crypto/tools

Version:

Useful data, field, and byte manipulation tools for Axiom.

4 lines (3 loc) 271 B
export declare function getFunctionSignature(functionString: string): string; export declare function getFunctionSelector(functionNameOrSig: string, params?: string[]): string; export declare function getEventSchema(functionNameOrSig: string, params?: string[]): string;