UNPKG

@sofaws/dapp-core

Version:

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

6 lines 341 B
import { ServerTransactionType } from 'types/serverTransactions.types'; /** * The information about an account like name, icon, etc... * */ export declare function getTransactionReceiverAssets(transaction: ServerTransactionType): import("../../../../types").AssetType | undefined; //# sourceMappingURL=getTransactionReceiverAssets.d.ts.map