@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
8 lines • 397 B
TypeScript
import { ServerTransactionType } from 'types/serverTransactions.types';
export interface GetTransactionType {
apiAddress: string;
apiTimeout?: string | number;
hash: string;
}
export declare const getTransaction: ({ hash, apiAddress, apiTimeout }: GetTransactionType) => Promise<import("axios").AxiosResponse<ServerTransactionType[], any>>;
//# sourceMappingURL=getTransaction.d.ts.map