UNPKG

@sofaws/dapp-core

Version:

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

7 lines 331 B
export interface IsCrossShardTransactionPropsType { receiverAddress: string; senderShard?: number; senderAddress?: string; } export declare function isCrossShardTransaction({ receiverAddress, senderShard, senderAddress }: IsCrossShardTransactionPropsType): boolean; //# sourceMappingURL=isCrossShardTransaction.d.ts.map