UNPKG

@sofaws/dapp-core

Version:

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

7 lines 443 B
import { InterpretedTransactionType, TransactionDirectionEnum, TransactionLinkType } from 'types'; export interface GetTransactionLinkWithLabelParamsType { transaction: InterpretedTransactionType; direction: TransactionDirectionEnum; } export declare const getTransactionLinkWithLabel: ({ transaction, direction }: GetTransactionLinkWithLabelParamsType) => TransactionLinkType; //# sourceMappingURL=getTransactionLinkWithLabel.d.ts.map