@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
9 lines • 374 B
TypeScript
/// <reference types="react" />
import { WithClassnameType } from '../types';
export interface TransactionDataPropsType extends WithClassnameType {
data: string;
highlight?: string;
isScCall?: boolean;
}
export declare const TransactionData: ({ data, highlight, isScCall, className }: TransactionDataPropsType) => JSX.Element;
//# sourceMappingURL=index.d.ts.map