Gets the claim logs of the order

getLimitOrderClaimLogs can gets the claim logs of the order by limit order id.

const limit_order_id = '0x24aaffb2f9785c110da3b670e0f50e8a30...'
const order = await sdk.LimitOrder.getLimitOrderClaimLogs(limit_order_id)

Last updated