@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
8 lines • 449 B
TypeScript
import { InterpretedTransactionType, ServerTransactionType } from 'types/serverTransactions.types';
export interface GetInterpretedTransactionType {
address: string;
explorerAddress: string;
transaction: ServerTransactionType;
}
export declare function getInterpretedTransaction({ transaction, address, explorerAddress }: GetInterpretedTransactionType): InterpretedTransactionType;
//# sourceMappingURL=getInterpretedTransaction.d.ts.map