Skip to content

Commit

Permalink
feat: add nonce to fusion order (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
frolovdev authored Apr 25, 2024
1 parent a5d9c7c commit 407e599
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/fusion-order/fusion-order.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ export class FusionOrder {
return this.inner.makerTraits.isMultipleFillsAllowed()
}

get nonce(): bigint {
return this.inner.makerTraits.nonceOrEpoch()
}

static new(
/**
* Fusion extension address
Expand Down

0 comments on commit 407e599

Please sign in to comment.