Type Alias SyncWalletTxHashParams

SyncWalletTxHashParams: {
    chainId: number | undefined;
    tag?: TxTag;
    txHash: string;
}