Skip to content

Commit

Permalink
Feat 30: V1 Endpoints support - support for endpoints needed for Atlas
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhxyz committed Jul 9, 2023
1 parent 1efdc78 commit 0a40d86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions src/Maestro/API/V1/Addresses.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,4 @@ data AddressesAPI route = AddressesAPI
:> ReqBody '[JSON] [Bech32StringOf Address]
:> Post '[JSON] PaginatedUtxoWithSlot

-- , _addressUtxoRefs
-- :: route
-- :- Capture "address" Text
-- :> "utxo_refs"
-- :> Pagination
-- :> Get '[JSON] [UtxoRef]

} deriving (Generic)
1 change: 1 addition & 0 deletions test/Maestro/Test/Transaction.hs
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,5 @@ txUtxoExpected =
, _scriptType = PlutusV2
, _scriptJson = Nothing
}
, _utxoTxoutCbor = Nothing
}

0 comments on commit 0a40d86

Please sign in to comment.