Skip to content
Discussion options

You must be logged in to vote

You should be able to do something like

const events = await aptos.getModuleEventsByEventType({
      eventType: "0x939aa7c3d2f33607047b65b9ab27567e647fae07037f80f99bc6f2e598a58b97 ::nft_swap:: ListingCreatedEvent",
      options: {
        orderBy: [{ creation_number: "desc" }],
      },
    });

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Pelumi527
Comment options

Answer selected by Pelumi527
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants