UNPKG

@sofaws/dapp-core

Version:

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

3 lines 203 B
import { InterpretedTransactionType } from 'types'; export declare function getTransactionMessages(transaction: InterpretedTransactionType): string[]; //# sourceMappingURL=getTransactionMessages.d.ts.map