Type Alias SyncOrderParams

SyncOrderParams: {
    chainId?: number;
    exchangeAddress: `0x${string}`;
    hash: `0x${string}`;
}