UNPKG

@particle-network/auth-core-modal

Version:

Auth Core provides MPC (Multi-Party Computation)-based threshold signatures.

11 lines (10 loc) 302 B
import type { ChainInfo } from '@particle-network/chains'; import React from 'react'; type IProps = { openGasDrawer: () => void; signLoading: boolean; chainInfo: ChainInfo; signMethod: string; }; declare function GasDisplay(props: IProps): React.JSX.Element; export default GasDisplay;