UNPKG

@sofaws/dapp-core

Version:

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

8 lines 427 B
import { SignedTransactionsType, SignedTransactionsBodyType } from 'types'; export interface useGetSignedTransactionsReturnType { signedTransactions: SignedTransactionsType; signedTransactionsArray: [string, SignedTransactionsBodyType][]; hasSignedTransactions: boolean; } export declare function useGetSignedTransactions(): useGetSignedTransactionsReturnType; //# sourceMappingURL=useGetSignedTransactions.d.ts.map