Skip to content

Commit

Permalink
Add no-timelock filter
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoe committed Dec 5, 2024
1 parent 4b29f19 commit 85eb9ac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/l1connection/l1connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@ func (c *l1client) OutputMap(myAddress iotago.Address, timeout ...time.Duration)
HasNativeTokens: &falseParam,
},
},
&nodeclient.BasicOutputsQuery{
AddressBech32: bech32Addr,
IndexerTimelockParas: nodeclient.IndexerTimelockParas{
HasTimelock: &falseParam,
},
IndexerNativeTokenParas: nodeclient.IndexerNativeTokenParas{
HasNativeTokens: &falseParam,
},
},
&nodeclient.FoundriesQuery{AliasAddressBech32: bech32Addr},
&nodeclient.NFTsQuery{AddressBech32: bech32Addr},
&nodeclient.AliasesQuery{GovernorBech32: bech32Addr},
Expand Down

0 comments on commit 85eb9ac

Please sign in to comment.