fix names in the credential to address move
Co-authored-by: Sjoerd Visscher <[email protected]>
Co-authored-by: Sjoerd Visscher <[email protected]>
-- }
data UtxoAtAddressRequest = UtxoAtAddressRequest
{ pageQuery :: Maybe (PageQuery TxOutRef)
, credential :: CardanoAddress
, address :: CardanoAddress
}
deriving (Show, Eq, Generic, FromJSON, ToJSON, OpenApi.ToSchema)