UNPKG

@sofaws/dapp-core

Version:

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

3 lines 273 B
import { InterpretedTransactionType } from 'types/serverTransactions.types'; export declare const getVisibleOperations: (transaction: InterpretedTransactionType) => import("types/serverTransactions.types").OperationType[]; //# sourceMappingURL=getVisibleOperations.d.ts.map