UNPKG

@sofaws/dapp-core

Version:

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

7 lines 252 B
import { WithOperationType } from '../../../UI/types'; export declare const getOperationDirection: ({ operation, address }: { address: string; } & WithOperationType) => { direction: string; }; //# sourceMappingURL=getOperationDirection.d.ts.map