UNPKG

@sofaws/dapp-core

Version:

A library to hold the main logic for a dapp on the Elrond Network

7 lines 280 B
/// <reference types="react" /> export declare const useDataDecodeMethod: () => { initialDecodeMethod: string; decodeMethod: string; setDecodeMethod: import("react").Dispatch<import("react").SetStateAction<string>>; }; //# sourceMappingURL=useDataDecodeMethod.d.ts.map