UNPKG

@sofaws/dapp-core

Version:

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

3 lines 234 B
import { SignedTransactionType } from 'types'; export declare const getAreTransactionsOnSameShard: (transactions?: SignedTransactionType[], accountShard?: number) => boolean; //# sourceMappingURL=getAreTransactionsOnSameShard.d.ts.map