UNPKG

@gear-js/react-hooks

Version:
8 lines (7 loc) 248 B
import { GasInfo } from '@gear-js/api'; import { AnyJson } from '@polkadot/types/types'; type CalculateGas = (initPayload: AnyJson) => Promise<GasInfo>; type Options = { isOtherPanicsAllowed?: boolean; }; export type { CalculateGas, Options };