| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cardano.Rpc.Proto.Api.UtxoRpc.Query
Documentation
_AnyChainBlock'Cardano :: Prism' AnyChainBlock'Chain Block #
_AnyChainParams'Cardano :: Prism' AnyChainParams'Params PParams #
_AnyChainTx'Cardano :: Prism' AnyChainTx'Chain Tx #
_AnyUtxoData'Cardano :: Prism' AnyUtxoData'ParsedState TxOutput #
data AnyChainBlock #
Instances
data AnyChainBlock'Chain #
Constructors
| AnyChainBlock'Cardano !Block |
Instances
data AnyChainDatum #
Instances
data AnyChainDatum'ParsedState #
Constructors
| AnyChainDatum'Cardano !PlutusData |
Instances
data AnyChainParams #
Instances
data AnyChainParams'Params #
Constructors
| AnyChainParams'Cardano !PParams |
Instances
data AnyChainTx #
Instances
data AnyChainTx'Chain #
Constructors
| AnyChainTx'Cardano !Tx |
Instances
data AnyUtxoData #
Instances
data AnyUtxoData'ParsedState #
Constructors
| AnyUtxoData'Cardano !TxOutput |
Instances
data AnyUtxoPattern #
Instances
data AnyUtxoPattern'UtxoPattern #
Constructors
| AnyUtxoPattern'Cardano !TxOutputPattern |
Instances
data ChainPoint #
Instances
data QueryService #
Constructors
| QueryService |
Instances
data ReadDataRequest #
Instances
| NFData ReadDataRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadDataRequest -> () Source # | |
| Eq ReadDataRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadDataRequest -> ReadDataRequest -> Bool Source # (/=) :: ReadDataRequest -> ReadDataRequest -> Bool Source # | |
| Ord ReadDataRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadDataRequest -> ReadDataRequest -> Ordering Source # (<) :: ReadDataRequest -> ReadDataRequest -> Bool Source # (<=) :: ReadDataRequest -> ReadDataRequest -> Bool Source # (>) :: ReadDataRequest -> ReadDataRequest -> Bool Source # (>=) :: ReadDataRequest -> ReadDataRequest -> Bool Source # max :: ReadDataRequest -> ReadDataRequest -> ReadDataRequest Source # min :: ReadDataRequest -> ReadDataRequest -> ReadDataRequest Source # | |
| Show ReadDataRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Message ReadDataRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy ReadDataRequest -> Text Source # packedMessageDescriptor :: Proxy ReadDataRequest -> ByteString Source # packedFileDescriptor :: Proxy ReadDataRequest -> ByteString Source # defMessage :: ReadDataRequest Source # fieldsByTag :: Map Tag (FieldDescriptor ReadDataRequest) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadDataRequest) Source # unknownFields :: Lens' ReadDataRequest FieldSet Source # parseMessage :: Parser ReadDataRequest Source # | |
| HasField ReadDataRequest "fieldMask" FieldMask # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "fieldMask" -> (FieldMask -> f FieldMask) -> ReadDataRequest -> f ReadDataRequest Source # | |
| HasField ReadDataRequest "keys" [ByteString] # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "keys" -> ([ByteString] -> f [ByteString]) -> ReadDataRequest -> f ReadDataRequest Source # | |
| HasField ReadDataRequest "maybe'fieldMask" (Maybe FieldMask) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'fieldMask" -> (Maybe FieldMask -> f (Maybe FieldMask)) -> ReadDataRequest -> f ReadDataRequest Source # | |
| HasField ReadDataRequest "vec'keys" (Vector ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'keys" -> (Vector ByteString -> f (Vector ByteString)) -> ReadDataRequest -> f ReadDataRequest Source # | |
data ReadDataResponse #
Instances
| NFData ReadDataResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadDataResponse -> () Source # | |
| Eq ReadDataResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadDataResponse -> ReadDataResponse -> Bool Source # (/=) :: ReadDataResponse -> ReadDataResponse -> Bool Source # | |
| Ord ReadDataResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadDataResponse -> ReadDataResponse -> Ordering Source # (<) :: ReadDataResponse -> ReadDataResponse -> Bool Source # (<=) :: ReadDataResponse -> ReadDataResponse -> Bool Source # (>) :: ReadDataResponse -> ReadDataResponse -> Bool Source # (>=) :: ReadDataResponse -> ReadDataResponse -> Bool Source # max :: ReadDataResponse -> ReadDataResponse -> ReadDataResponse Source # min :: ReadDataResponse -> ReadDataResponse -> ReadDataResponse Source # | |
| Show ReadDataResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Message ReadDataResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy ReadDataResponse -> Text Source # packedMessageDescriptor :: Proxy ReadDataResponse -> ByteString Source # packedFileDescriptor :: Proxy ReadDataResponse -> ByteString Source # defMessage :: ReadDataResponse Source # fieldsByTag :: Map Tag (FieldDescriptor ReadDataResponse) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadDataResponse) Source # unknownFields :: Lens' ReadDataResponse FieldSet Source # parseMessage :: Parser ReadDataResponse Source # | |
| HasField ReadDataResponse "ledgerTip" ChainPoint # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "ledgerTip" -> (ChainPoint -> f ChainPoint) -> ReadDataResponse -> f ReadDataResponse Source # | |
| HasField ReadDataResponse "maybe'ledgerTip" (Maybe ChainPoint) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'ledgerTip" -> (Maybe ChainPoint -> f (Maybe ChainPoint)) -> ReadDataResponse -> f ReadDataResponse Source # | |
| HasField ReadDataResponse "values" [AnyChainDatum] # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "values" -> ([AnyChainDatum] -> f [AnyChainDatum]) -> ReadDataResponse -> f ReadDataResponse Source # | |
| HasField ReadDataResponse "vec'values" (Vector AnyChainDatum) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'values" -> (Vector AnyChainDatum -> f (Vector AnyChainDatum)) -> ReadDataResponse -> f ReadDataResponse Source # | |
data ReadEraSummaryRequest #
Instances
| NFData ReadEraSummaryRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadEraSummaryRequest -> () Source # | |
| Eq ReadEraSummaryRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadEraSummaryRequest -> ReadEraSummaryRequest -> Bool Source # (/=) :: ReadEraSummaryRequest -> ReadEraSummaryRequest -> Bool Source # | |
| Ord ReadEraSummaryRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadEraSummaryRequest -> ReadEraSummaryRequest -> Ordering Source # (<) :: ReadEraSummaryRequest -> ReadEraSummaryRequest -> Bool Source # (<=) :: ReadEraSummaryRequest -> ReadEraSummaryRequest -> Bool Source # (>) :: ReadEraSummaryRequest -> ReadEraSummaryRequest -> Bool Source # (>=) :: ReadEraSummaryRequest -> ReadEraSummaryRequest -> Bool Source # max :: ReadEraSummaryRequest -> ReadEraSummaryRequest -> ReadEraSummaryRequest Source # min :: ReadEraSummaryRequest -> ReadEraSummaryRequest -> ReadEraSummaryRequest Source # | |
| Show ReadEraSummaryRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Message ReadEraSummaryRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy ReadEraSummaryRequest -> Text Source # packedMessageDescriptor :: Proxy ReadEraSummaryRequest -> ByteString Source # packedFileDescriptor :: Proxy ReadEraSummaryRequest -> ByteString Source # defMessage :: ReadEraSummaryRequest Source # fieldsByTag :: Map Tag (FieldDescriptor ReadEraSummaryRequest) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadEraSummaryRequest) Source # unknownFields :: Lens' ReadEraSummaryRequest FieldSet Source # parseMessage :: Parser ReadEraSummaryRequest Source # | |
| HasField ReadEraSummaryRequest "fieldMask" FieldMask # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "fieldMask" -> (FieldMask -> f FieldMask) -> ReadEraSummaryRequest -> f ReadEraSummaryRequest Source # | |
| HasField ReadEraSummaryRequest "maybe'fieldMask" (Maybe FieldMask) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'fieldMask" -> (Maybe FieldMask -> f (Maybe FieldMask)) -> ReadEraSummaryRequest -> f ReadEraSummaryRequest Source # | |
data ReadEraSummaryResponse #
Instances
| NFData ReadEraSummaryResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadEraSummaryResponse -> () Source # | |
| Eq ReadEraSummaryResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadEraSummaryResponse -> ReadEraSummaryResponse -> Bool Source # (/=) :: ReadEraSummaryResponse -> ReadEraSummaryResponse -> Bool Source # | |
| Ord ReadEraSummaryResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadEraSummaryResponse -> ReadEraSummaryResponse -> Ordering Source # (<) :: ReadEraSummaryResponse -> ReadEraSummaryResponse -> Bool Source # (<=) :: ReadEraSummaryResponse -> ReadEraSummaryResponse -> Bool Source # (>) :: ReadEraSummaryResponse -> ReadEraSummaryResponse -> Bool Source # (>=) :: ReadEraSummaryResponse -> ReadEraSummaryResponse -> Bool Source # max :: ReadEraSummaryResponse -> ReadEraSummaryResponse -> ReadEraSummaryResponse Source # min :: ReadEraSummaryResponse -> ReadEraSummaryResponse -> ReadEraSummaryResponse Source # | |
| Show ReadEraSummaryResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Message ReadEraSummaryResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy ReadEraSummaryResponse -> Text Source # packedMessageDescriptor :: Proxy ReadEraSummaryResponse -> ByteString Source # packedFileDescriptor :: Proxy ReadEraSummaryResponse -> ByteString Source # defMessage :: ReadEraSummaryResponse Source # fieldsByTag :: Map Tag (FieldDescriptor ReadEraSummaryResponse) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadEraSummaryResponse) Source # unknownFields :: Lens' ReadEraSummaryResponse FieldSet Source # parseMessage :: Parser ReadEraSummaryResponse Source # | |
| HasField ReadEraSummaryResponse "cardano" EraSummaries # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "cardano" -> (EraSummaries -> f EraSummaries) -> ReadEraSummaryResponse -> f ReadEraSummaryResponse Source # | |
| HasField ReadEraSummaryResponse "maybe'cardano" (Maybe EraSummaries) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'cardano" -> (Maybe EraSummaries -> f (Maybe EraSummaries)) -> ReadEraSummaryResponse -> f ReadEraSummaryResponse Source # | |
| HasField ReadEraSummaryResponse "maybe'summary" (Maybe ReadEraSummaryResponse'Summary) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'summary" -> (Maybe ReadEraSummaryResponse'Summary -> f (Maybe ReadEraSummaryResponse'Summary)) -> ReadEraSummaryResponse -> f ReadEraSummaryResponse Source # | |
data ReadEraSummaryResponse'Summary #
Constructors
| ReadEraSummaryResponse'Cardano !EraSummaries |
Instances
| NFData ReadEraSummaryResponse'Summary # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadEraSummaryResponse'Summary -> () Source # | |
| Eq ReadEraSummaryResponse'Summary # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Ord ReadEraSummaryResponse'Summary # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadEraSummaryResponse'Summary -> ReadEraSummaryResponse'Summary -> Ordering Source # (<) :: ReadEraSummaryResponse'Summary -> ReadEraSummaryResponse'Summary -> Bool Source # (<=) :: ReadEraSummaryResponse'Summary -> ReadEraSummaryResponse'Summary -> Bool Source # (>) :: ReadEraSummaryResponse'Summary -> ReadEraSummaryResponse'Summary -> Bool Source # (>=) :: ReadEraSummaryResponse'Summary -> ReadEraSummaryResponse'Summary -> Bool Source # max :: ReadEraSummaryResponse'Summary -> ReadEraSummaryResponse'Summary -> ReadEraSummaryResponse'Summary Source # min :: ReadEraSummaryResponse'Summary -> ReadEraSummaryResponse'Summary -> ReadEraSummaryResponse'Summary Source # | |
| Show ReadEraSummaryResponse'Summary # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| HasField ReadEraSummaryResponse "maybe'summary" (Maybe ReadEraSummaryResponse'Summary) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'summary" -> (Maybe ReadEraSummaryResponse'Summary -> f (Maybe ReadEraSummaryResponse'Summary)) -> ReadEraSummaryResponse -> f ReadEraSummaryResponse Source # | |
data ReadGenesisRequest #
Instances
| NFData ReadGenesisRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadGenesisRequest -> () Source # | |
| Eq ReadGenesisRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadGenesisRequest -> ReadGenesisRequest -> Bool Source # (/=) :: ReadGenesisRequest -> ReadGenesisRequest -> Bool Source # | |
| Ord ReadGenesisRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadGenesisRequest -> ReadGenesisRequest -> Ordering Source # (<) :: ReadGenesisRequest -> ReadGenesisRequest -> Bool Source # (<=) :: ReadGenesisRequest -> ReadGenesisRequest -> Bool Source # (>) :: ReadGenesisRequest -> ReadGenesisRequest -> Bool Source # (>=) :: ReadGenesisRequest -> ReadGenesisRequest -> Bool Source # max :: ReadGenesisRequest -> ReadGenesisRequest -> ReadGenesisRequest Source # min :: ReadGenesisRequest -> ReadGenesisRequest -> ReadGenesisRequest Source # | |
| Show ReadGenesisRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Message ReadGenesisRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy ReadGenesisRequest -> Text Source # packedMessageDescriptor :: Proxy ReadGenesisRequest -> ByteString Source # packedFileDescriptor :: Proxy ReadGenesisRequest -> ByteString Source # defMessage :: ReadGenesisRequest Source # fieldsByTag :: Map Tag (FieldDescriptor ReadGenesisRequest) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadGenesisRequest) Source # unknownFields :: Lens' ReadGenesisRequest FieldSet Source # parseMessage :: Parser ReadGenesisRequest Source # | |
| HasField ReadGenesisRequest "fieldMask" FieldMask # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "fieldMask" -> (FieldMask -> f FieldMask) -> ReadGenesisRequest -> f ReadGenesisRequest Source # | |
| HasField ReadGenesisRequest "maybe'fieldMask" (Maybe FieldMask) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'fieldMask" -> (Maybe FieldMask -> f (Maybe FieldMask)) -> ReadGenesisRequest -> f ReadGenesisRequest Source # | |
data ReadGenesisResponse #
Instances
| NFData ReadGenesisResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadGenesisResponse -> () Source # | |
| Eq ReadGenesisResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadGenesisResponse -> ReadGenesisResponse -> Bool Source # (/=) :: ReadGenesisResponse -> ReadGenesisResponse -> Bool Source # | |
| Ord ReadGenesisResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadGenesisResponse -> ReadGenesisResponse -> Ordering Source # (<) :: ReadGenesisResponse -> ReadGenesisResponse -> Bool Source # (<=) :: ReadGenesisResponse -> ReadGenesisResponse -> Bool Source # (>) :: ReadGenesisResponse -> ReadGenesisResponse -> Bool Source # (>=) :: ReadGenesisResponse -> ReadGenesisResponse -> Bool Source # max :: ReadGenesisResponse -> ReadGenesisResponse -> ReadGenesisResponse Source # min :: ReadGenesisResponse -> ReadGenesisResponse -> ReadGenesisResponse Source # | |
| Show ReadGenesisResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Message ReadGenesisResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy ReadGenesisResponse -> Text Source # packedMessageDescriptor :: Proxy ReadGenesisResponse -> ByteString Source # packedFileDescriptor :: Proxy ReadGenesisResponse -> ByteString Source # defMessage :: ReadGenesisResponse Source # fieldsByTag :: Map Tag (FieldDescriptor ReadGenesisResponse) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadGenesisResponse) Source # unknownFields :: Lens' ReadGenesisResponse FieldSet Source # parseMessage :: Parser ReadGenesisResponse Source # | |
| HasField ReadGenesisResponse "caip2" Text # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "caip2" -> (Text -> f Text) -> ReadGenesisResponse -> f ReadGenesisResponse Source # | |
| HasField ReadGenesisResponse "cardano" Genesis # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "cardano" -> (Genesis -> f Genesis) -> ReadGenesisResponse -> f ReadGenesisResponse Source # | |
| HasField ReadGenesisResponse "genesis" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "genesis" -> (ByteString -> f ByteString) -> ReadGenesisResponse -> f ReadGenesisResponse Source # | |
| HasField ReadGenesisResponse "maybe'cardano" (Maybe Genesis) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| HasField ReadGenesisResponse "maybe'config" (Maybe ReadGenesisResponse'Config) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'config" -> (Maybe ReadGenesisResponse'Config -> f (Maybe ReadGenesisResponse'Config)) -> ReadGenesisResponse -> f ReadGenesisResponse Source # | |
data ReadGenesisResponse'Config #
Constructors
| ReadGenesisResponse'Cardano !Genesis |
Instances
| NFData ReadGenesisResponse'Config # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadGenesisResponse'Config -> () Source # | |
| Eq ReadGenesisResponse'Config # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadGenesisResponse'Config -> ReadGenesisResponse'Config -> Bool Source # (/=) :: ReadGenesisResponse'Config -> ReadGenesisResponse'Config -> Bool Source # | |
| Ord ReadGenesisResponse'Config # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadGenesisResponse'Config -> ReadGenesisResponse'Config -> Ordering Source # (<) :: ReadGenesisResponse'Config -> ReadGenesisResponse'Config -> Bool Source # (<=) :: ReadGenesisResponse'Config -> ReadGenesisResponse'Config -> Bool Source # (>) :: ReadGenesisResponse'Config -> ReadGenesisResponse'Config -> Bool Source # (>=) :: ReadGenesisResponse'Config -> ReadGenesisResponse'Config -> Bool Source # max :: ReadGenesisResponse'Config -> ReadGenesisResponse'Config -> ReadGenesisResponse'Config Source # min :: ReadGenesisResponse'Config -> ReadGenesisResponse'Config -> ReadGenesisResponse'Config Source # | |
| Show ReadGenesisResponse'Config # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| HasField ReadGenesisResponse "maybe'config" (Maybe ReadGenesisResponse'Config) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'config" -> (Maybe ReadGenesisResponse'Config -> f (Maybe ReadGenesisResponse'Config)) -> ReadGenesisResponse -> f ReadGenesisResponse Source # | |
data ReadParamsRequest #
Instances
| NFData ReadParamsRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadParamsRequest -> () Source # | |
| Eq ReadParamsRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadParamsRequest -> ReadParamsRequest -> Bool Source # (/=) :: ReadParamsRequest -> ReadParamsRequest -> Bool Source # | |
| Ord ReadParamsRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadParamsRequest -> ReadParamsRequest -> Ordering Source # (<) :: ReadParamsRequest -> ReadParamsRequest -> Bool Source # (<=) :: ReadParamsRequest -> ReadParamsRequest -> Bool Source # (>) :: ReadParamsRequest -> ReadParamsRequest -> Bool Source # (>=) :: ReadParamsRequest -> ReadParamsRequest -> Bool Source # max :: ReadParamsRequest -> ReadParamsRequest -> ReadParamsRequest Source # min :: ReadParamsRequest -> ReadParamsRequest -> ReadParamsRequest Source # | |
| Show ReadParamsRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Message ReadParamsRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy ReadParamsRequest -> Text Source # packedMessageDescriptor :: Proxy ReadParamsRequest -> ByteString Source # packedFileDescriptor :: Proxy ReadParamsRequest -> ByteString Source # defMessage :: ReadParamsRequest Source # fieldsByTag :: Map Tag (FieldDescriptor ReadParamsRequest) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadParamsRequest) Source # unknownFields :: Lens' ReadParamsRequest FieldSet Source # parseMessage :: Parser ReadParamsRequest Source # | |
| HasField ReadParamsRequest "fieldMask" FieldMask # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "fieldMask" -> (FieldMask -> f FieldMask) -> ReadParamsRequest -> f ReadParamsRequest Source # | |
| HasField ReadParamsRequest "maybe'fieldMask" (Maybe FieldMask) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'fieldMask" -> (Maybe FieldMask -> f (Maybe FieldMask)) -> ReadParamsRequest -> f ReadParamsRequest Source # | |
data ReadParamsResponse #
Instances
| NFData ReadParamsResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadParamsResponse -> () Source # | |
| Eq ReadParamsResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadParamsResponse -> ReadParamsResponse -> Bool Source # (/=) :: ReadParamsResponse -> ReadParamsResponse -> Bool Source # | |
| Ord ReadParamsResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadParamsResponse -> ReadParamsResponse -> Ordering Source # (<) :: ReadParamsResponse -> ReadParamsResponse -> Bool Source # (<=) :: ReadParamsResponse -> ReadParamsResponse -> Bool Source # (>) :: ReadParamsResponse -> ReadParamsResponse -> Bool Source # (>=) :: ReadParamsResponse -> ReadParamsResponse -> Bool Source # max :: ReadParamsResponse -> ReadParamsResponse -> ReadParamsResponse Source # min :: ReadParamsResponse -> ReadParamsResponse -> ReadParamsResponse Source # | |
| Show ReadParamsResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Message ReadParamsResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy ReadParamsResponse -> Text Source # packedMessageDescriptor :: Proxy ReadParamsResponse -> ByteString Source # packedFileDescriptor :: Proxy ReadParamsResponse -> ByteString Source # defMessage :: ReadParamsResponse Source # fieldsByTag :: Map Tag (FieldDescriptor ReadParamsResponse) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadParamsResponse) Source # unknownFields :: Lens' ReadParamsResponse FieldSet Source # parseMessage :: Parser ReadParamsResponse Source # | |
| HasField ReadParamsResponse "ledgerTip" ChainPoint # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "ledgerTip" -> (ChainPoint -> f ChainPoint) -> ReadParamsResponse -> f ReadParamsResponse Source # | |
| HasField ReadParamsResponse "values" AnyChainParams # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "values" -> (AnyChainParams -> f AnyChainParams) -> ReadParamsResponse -> f ReadParamsResponse Source # | |
| HasField ReadParamsResponse "maybe'ledgerTip" (Maybe ChainPoint) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'ledgerTip" -> (Maybe ChainPoint -> f (Maybe ChainPoint)) -> ReadParamsResponse -> f ReadParamsResponse Source # | |
| HasField ReadParamsResponse "maybe'values" (Maybe AnyChainParams) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'values" -> (Maybe AnyChainParams -> f (Maybe AnyChainParams)) -> ReadParamsResponse -> f ReadParamsResponse Source # | |
data ReadTxRequest #
Instances
| NFData ReadTxRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadTxRequest -> () Source # | |
| Eq ReadTxRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadTxRequest -> ReadTxRequest -> Bool Source # (/=) :: ReadTxRequest -> ReadTxRequest -> Bool Source # | |
| Ord ReadTxRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadTxRequest -> ReadTxRequest -> Ordering Source # (<) :: ReadTxRequest -> ReadTxRequest -> Bool Source # (<=) :: ReadTxRequest -> ReadTxRequest -> Bool Source # (>) :: ReadTxRequest -> ReadTxRequest -> Bool Source # (>=) :: ReadTxRequest -> ReadTxRequest -> Bool Source # max :: ReadTxRequest -> ReadTxRequest -> ReadTxRequest Source # min :: ReadTxRequest -> ReadTxRequest -> ReadTxRequest Source # | |
| Show ReadTxRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Message ReadTxRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy ReadTxRequest -> Text Source # packedMessageDescriptor :: Proxy ReadTxRequest -> ByteString Source # packedFileDescriptor :: Proxy ReadTxRequest -> ByteString Source # defMessage :: ReadTxRequest Source # fieldsByTag :: Map Tag (FieldDescriptor ReadTxRequest) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadTxRequest) Source # unknownFields :: Lens' ReadTxRequest FieldSet Source # parseMessage :: Parser ReadTxRequest Source # buildMessage :: ReadTxRequest -> Builder Source # | |
| HasField ReadTxRequest "fieldMask" FieldMask # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "fieldMask" -> (FieldMask -> f FieldMask) -> ReadTxRequest -> f ReadTxRequest Source # | |
| HasField ReadTxRequest "hash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "hash" -> (ByteString -> f ByteString) -> ReadTxRequest -> f ReadTxRequest Source # | |
| HasField ReadTxRequest "maybe'fieldMask" (Maybe FieldMask) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'fieldMask" -> (Maybe FieldMask -> f (Maybe FieldMask)) -> ReadTxRequest -> f ReadTxRequest Source # | |
data ReadTxResponse #
Instances
| NFData ReadTxResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadTxResponse -> () Source # | |
| Eq ReadTxResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadTxResponse -> ReadTxResponse -> Bool Source # (/=) :: ReadTxResponse -> ReadTxResponse -> Bool Source # | |
| Ord ReadTxResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadTxResponse -> ReadTxResponse -> Ordering Source # (<) :: ReadTxResponse -> ReadTxResponse -> Bool Source # (<=) :: ReadTxResponse -> ReadTxResponse -> Bool Source # (>) :: ReadTxResponse -> ReadTxResponse -> Bool Source # (>=) :: ReadTxResponse -> ReadTxResponse -> Bool Source # max :: ReadTxResponse -> ReadTxResponse -> ReadTxResponse Source # min :: ReadTxResponse -> ReadTxResponse -> ReadTxResponse Source # | |
| Show ReadTxResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Message ReadTxResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy ReadTxResponse -> Text Source # packedMessageDescriptor :: Proxy ReadTxResponse -> ByteString Source # packedFileDescriptor :: Proxy ReadTxResponse -> ByteString Source # defMessage :: ReadTxResponse Source # fieldsByTag :: Map Tag (FieldDescriptor ReadTxResponse) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadTxResponse) Source # unknownFields :: Lens' ReadTxResponse FieldSet Source # parseMessage :: Parser ReadTxResponse Source # buildMessage :: ReadTxResponse -> Builder Source # | |
| HasField ReadTxResponse "ledgerTip" ChainPoint # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "ledgerTip" -> (ChainPoint -> f ChainPoint) -> ReadTxResponse -> f ReadTxResponse Source # | |
| HasField ReadTxResponse "tx" AnyChainTx # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "tx" -> (AnyChainTx -> f AnyChainTx) -> ReadTxResponse -> f ReadTxResponse Source # | |
| HasField ReadTxResponse "maybe'ledgerTip" (Maybe ChainPoint) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'ledgerTip" -> (Maybe ChainPoint -> f (Maybe ChainPoint)) -> ReadTxResponse -> f ReadTxResponse Source # | |
| HasField ReadTxResponse "maybe'tx" (Maybe AnyChainTx) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'tx" -> (Maybe AnyChainTx -> f (Maybe AnyChainTx)) -> ReadTxResponse -> f ReadTxResponse Source # | |
data ReadUtxosRequest #
Instances
| NFData ReadUtxosRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadUtxosRequest -> () Source # | |
| Eq ReadUtxosRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadUtxosRequest -> ReadUtxosRequest -> Bool Source # (/=) :: ReadUtxosRequest -> ReadUtxosRequest -> Bool Source # | |
| Ord ReadUtxosRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadUtxosRequest -> ReadUtxosRequest -> Ordering Source # (<) :: ReadUtxosRequest -> ReadUtxosRequest -> Bool Source # (<=) :: ReadUtxosRequest -> ReadUtxosRequest -> Bool Source # (>) :: ReadUtxosRequest -> ReadUtxosRequest -> Bool Source # (>=) :: ReadUtxosRequest -> ReadUtxosRequest -> Bool Source # max :: ReadUtxosRequest -> ReadUtxosRequest -> ReadUtxosRequest Source # min :: ReadUtxosRequest -> ReadUtxosRequest -> ReadUtxosRequest Source # | |
| Show ReadUtxosRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Message ReadUtxosRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy ReadUtxosRequest -> Text Source # packedMessageDescriptor :: Proxy ReadUtxosRequest -> ByteString Source # packedFileDescriptor :: Proxy ReadUtxosRequest -> ByteString Source # defMessage :: ReadUtxosRequest Source # fieldsByTag :: Map Tag (FieldDescriptor ReadUtxosRequest) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadUtxosRequest) Source # unknownFields :: Lens' ReadUtxosRequest FieldSet Source # parseMessage :: Parser ReadUtxosRequest Source # | |
| HasField ReadUtxosRequest "fieldMask" FieldMask # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "fieldMask" -> (FieldMask -> f FieldMask) -> ReadUtxosRequest -> f ReadUtxosRequest Source # | |
| HasField ReadUtxosRequest "keys" [TxoRef] # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "keys" -> ([TxoRef] -> f [TxoRef]) -> ReadUtxosRequest -> f ReadUtxosRequest Source # | |
| HasField ReadUtxosRequest "maybe'fieldMask" (Maybe FieldMask) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'fieldMask" -> (Maybe FieldMask -> f (Maybe FieldMask)) -> ReadUtxosRequest -> f ReadUtxosRequest Source # | |
| HasField ReadUtxosRequest "vec'keys" (Vector TxoRef) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'keys" -> (Vector TxoRef -> f (Vector TxoRef)) -> ReadUtxosRequest -> f ReadUtxosRequest Source # | |
data ReadUtxosResponse #
Instances
| NFData ReadUtxosResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadUtxosResponse -> () Source # | |
| Eq ReadUtxosResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadUtxosResponse -> ReadUtxosResponse -> Bool Source # (/=) :: ReadUtxosResponse -> ReadUtxosResponse -> Bool Source # | |
| Ord ReadUtxosResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadUtxosResponse -> ReadUtxosResponse -> Ordering Source # (<) :: ReadUtxosResponse -> ReadUtxosResponse -> Bool Source # (<=) :: ReadUtxosResponse -> ReadUtxosResponse -> Bool Source # (>) :: ReadUtxosResponse -> ReadUtxosResponse -> Bool Source # (>=) :: ReadUtxosResponse -> ReadUtxosResponse -> Bool Source # max :: ReadUtxosResponse -> ReadUtxosResponse -> ReadUtxosResponse Source # min :: ReadUtxosResponse -> ReadUtxosResponse -> ReadUtxosResponse Source # | |
| Show ReadUtxosResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Message ReadUtxosResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy ReadUtxosResponse -> Text Source # packedMessageDescriptor :: Proxy ReadUtxosResponse -> ByteString Source # packedFileDescriptor :: Proxy ReadUtxosResponse -> ByteString Source # defMessage :: ReadUtxosResponse Source # fieldsByTag :: Map Tag (FieldDescriptor ReadUtxosResponse) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadUtxosResponse) Source # unknownFields :: Lens' ReadUtxosResponse FieldSet Source # parseMessage :: Parser ReadUtxosResponse Source # | |
| HasField ReadUtxosResponse "ledgerTip" ChainPoint # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "ledgerTip" -> (ChainPoint -> f ChainPoint) -> ReadUtxosResponse -> f ReadUtxosResponse Source # | |
| HasField ReadUtxosResponse "items" [AnyUtxoData] # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "items" -> ([AnyUtxoData] -> f [AnyUtxoData]) -> ReadUtxosResponse -> f ReadUtxosResponse Source # | |
| HasField ReadUtxosResponse "maybe'ledgerTip" (Maybe ChainPoint) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'ledgerTip" -> (Maybe ChainPoint -> f (Maybe ChainPoint)) -> ReadUtxosResponse -> f ReadUtxosResponse Source # | |
| HasField ReadUtxosResponse "vec'items" (Vector AnyUtxoData) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'items" -> (Vector AnyUtxoData -> f (Vector AnyUtxoData)) -> ReadUtxosResponse -> f ReadUtxosResponse Source # | |
data SearchUtxosRequest #
Instances
| NFData SearchUtxosRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: SearchUtxosRequest -> () Source # | |
| Eq SearchUtxosRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: SearchUtxosRequest -> SearchUtxosRequest -> Bool Source # (/=) :: SearchUtxosRequest -> SearchUtxosRequest -> Bool Source # | |
| Ord SearchUtxosRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: SearchUtxosRequest -> SearchUtxosRequest -> Ordering Source # (<) :: SearchUtxosRequest -> SearchUtxosRequest -> Bool Source # (<=) :: SearchUtxosRequest -> SearchUtxosRequest -> Bool Source # (>) :: SearchUtxosRequest -> SearchUtxosRequest -> Bool Source # (>=) :: SearchUtxosRequest -> SearchUtxosRequest -> Bool Source # max :: SearchUtxosRequest -> SearchUtxosRequest -> SearchUtxosRequest Source # min :: SearchUtxosRequest -> SearchUtxosRequest -> SearchUtxosRequest Source # | |
| Show SearchUtxosRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Message SearchUtxosRequest # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy SearchUtxosRequest -> Text Source # packedMessageDescriptor :: Proxy SearchUtxosRequest -> ByteString Source # packedFileDescriptor :: Proxy SearchUtxosRequest -> ByteString Source # defMessage :: SearchUtxosRequest Source # fieldsByTag :: Map Tag (FieldDescriptor SearchUtxosRequest) Source # fieldsByTextFormatName :: Map String (FieldDescriptor SearchUtxosRequest) Source # unknownFields :: Lens' SearchUtxosRequest FieldSet Source # parseMessage :: Parser SearchUtxosRequest Source # | |
| HasField SearchUtxosRequest "fieldMask" FieldMask # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "fieldMask" -> (FieldMask -> f FieldMask) -> SearchUtxosRequest -> f SearchUtxosRequest Source # | |
| HasField SearchUtxosRequest "maxItems" Int32 # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maxItems" -> (Int32 -> f Int32) -> SearchUtxosRequest -> f SearchUtxosRequest Source # | |
| HasField SearchUtxosRequest "predicate" UtxoPredicate # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "predicate" -> (UtxoPredicate -> f UtxoPredicate) -> SearchUtxosRequest -> f SearchUtxosRequest Source # | |
| HasField SearchUtxosRequest "startToken" Text # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "startToken" -> (Text -> f Text) -> SearchUtxosRequest -> f SearchUtxosRequest Source # | |
| HasField SearchUtxosRequest "maybe'fieldMask" (Maybe FieldMask) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'fieldMask" -> (Maybe FieldMask -> f (Maybe FieldMask)) -> SearchUtxosRequest -> f SearchUtxosRequest Source # | |
| HasField SearchUtxosRequest "maybe'maxItems" (Maybe Int32) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| HasField SearchUtxosRequest "maybe'predicate" (Maybe UtxoPredicate) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'predicate" -> (Maybe UtxoPredicate -> f (Maybe UtxoPredicate)) -> SearchUtxosRequest -> f SearchUtxosRequest Source # | |
| HasField SearchUtxosRequest "maybe'startToken" (Maybe Text) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
data SearchUtxosResponse #
Instances
| NFData SearchUtxosResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: SearchUtxosResponse -> () Source # | |
| Eq SearchUtxosResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: SearchUtxosResponse -> SearchUtxosResponse -> Bool Source # (/=) :: SearchUtxosResponse -> SearchUtxosResponse -> Bool Source # | |
| Ord SearchUtxosResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: SearchUtxosResponse -> SearchUtxosResponse -> Ordering Source # (<) :: SearchUtxosResponse -> SearchUtxosResponse -> Bool Source # (<=) :: SearchUtxosResponse -> SearchUtxosResponse -> Bool Source # (>) :: SearchUtxosResponse -> SearchUtxosResponse -> Bool Source # (>=) :: SearchUtxosResponse -> SearchUtxosResponse -> Bool Source # max :: SearchUtxosResponse -> SearchUtxosResponse -> SearchUtxosResponse Source # min :: SearchUtxosResponse -> SearchUtxosResponse -> SearchUtxosResponse Source # | |
| Show SearchUtxosResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Message SearchUtxosResponse # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy SearchUtxosResponse -> Text Source # packedMessageDescriptor :: Proxy SearchUtxosResponse -> ByteString Source # packedFileDescriptor :: Proxy SearchUtxosResponse -> ByteString Source # defMessage :: SearchUtxosResponse Source # fieldsByTag :: Map Tag (FieldDescriptor SearchUtxosResponse) Source # fieldsByTextFormatName :: Map String (FieldDescriptor SearchUtxosResponse) Source # unknownFields :: Lens' SearchUtxosResponse FieldSet Source # parseMessage :: Parser SearchUtxosResponse Source # | |
| HasField SearchUtxosResponse "ledgerTip" ChainPoint # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "ledgerTip" -> (ChainPoint -> f ChainPoint) -> SearchUtxosResponse -> f SearchUtxosResponse Source # | |
| HasField SearchUtxosResponse "nextToken" Text # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "nextToken" -> (Text -> f Text) -> SearchUtxosResponse -> f SearchUtxosResponse Source # | |
| HasField SearchUtxosResponse "items" [AnyUtxoData] # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "items" -> ([AnyUtxoData] -> f [AnyUtxoData]) -> SearchUtxosResponse -> f SearchUtxosResponse Source # | |
| HasField SearchUtxosResponse "maybe'ledgerTip" (Maybe ChainPoint) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'ledgerTip" -> (Maybe ChainPoint -> f (Maybe ChainPoint)) -> SearchUtxosResponse -> f SearchUtxosResponse Source # | |
| HasField SearchUtxosResponse "maybe'nextToken" (Maybe Text) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| HasField SearchUtxosResponse "vec'items" (Vector AnyUtxoData) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'items" -> (Vector AnyUtxoData -> f (Vector AnyUtxoData)) -> SearchUtxosResponse -> f SearchUtxosResponse Source # | |
Instances
| NFData TxoRef # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq TxoRef # | |
| Ord TxoRef # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Show TxoRef # | |
| Message TxoRef # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy TxoRef -> Text Source # packedMessageDescriptor :: Proxy TxoRef -> ByteString Source # packedFileDescriptor :: Proxy TxoRef -> ByteString Source # defMessage :: TxoRef Source # fieldsByTag :: Map Tag (FieldDescriptor TxoRef) Source # fieldsByTextFormatName :: Map String (FieldDescriptor TxoRef) Source # unknownFields :: Lens' TxoRef FieldSet Source # parseMessage :: Parser TxoRef Source # buildMessage :: TxoRef -> Builder Source # | |
| HasField AnyUtxoData "txoRef" TxoRef # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "txoRef" -> (TxoRef -> f TxoRef) -> AnyUtxoData -> f AnyUtxoData Source # | |
| HasField TxoRef "hash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "hash" -> (ByteString -> f ByteString) -> TxoRef -> f TxoRef Source # | |
| HasField TxoRef "index" Word32 # | |
| HasField AnyUtxoData "maybe'txoRef" (Maybe TxoRef) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| HasField ReadUtxosRequest "keys" [TxoRef] # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "keys" -> ([TxoRef] -> f [TxoRef]) -> ReadUtxosRequest -> f ReadUtxosRequest Source # | |
| HasField ReadUtxosRequest "vec'keys" (Vector TxoRef) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'keys" -> (Vector TxoRef -> f (Vector TxoRef)) -> ReadUtxosRequest -> f ReadUtxosRequest Source # | |
| Inject TxIn (Proto TxoRef) Source # | Note that conversion is not total in the other direction |
data UtxoPredicate #
Instances
| NFData UtxoPredicate # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: UtxoPredicate -> () Source # | |
| Eq UtxoPredicate # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: UtxoPredicate -> UtxoPredicate -> Bool Source # (/=) :: UtxoPredicate -> UtxoPredicate -> Bool Source # | |
| Ord UtxoPredicate # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: UtxoPredicate -> UtxoPredicate -> Ordering Source # (<) :: UtxoPredicate -> UtxoPredicate -> Bool Source # (<=) :: UtxoPredicate -> UtxoPredicate -> Bool Source # (>) :: UtxoPredicate -> UtxoPredicate -> Bool Source # (>=) :: UtxoPredicate -> UtxoPredicate -> Bool Source # max :: UtxoPredicate -> UtxoPredicate -> UtxoPredicate Source # min :: UtxoPredicate -> UtxoPredicate -> UtxoPredicate Source # | |
| Show UtxoPredicate # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Message UtxoPredicate # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy UtxoPredicate -> Text Source # packedMessageDescriptor :: Proxy UtxoPredicate -> ByteString Source # packedFileDescriptor :: Proxy UtxoPredicate -> ByteString Source # defMessage :: UtxoPredicate Source # fieldsByTag :: Map Tag (FieldDescriptor UtxoPredicate) Source # fieldsByTextFormatName :: Map String (FieldDescriptor UtxoPredicate) Source # unknownFields :: Lens' UtxoPredicate FieldSet Source # parseMessage :: Parser UtxoPredicate Source # buildMessage :: UtxoPredicate -> Builder Source # | |
| HasField SearchUtxosRequest "predicate" UtxoPredicate # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "predicate" -> (UtxoPredicate -> f UtxoPredicate) -> SearchUtxosRequest -> f SearchUtxosRequest Source # | |
| HasField UtxoPredicate "match" AnyUtxoPattern # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "match" -> (AnyUtxoPattern -> f AnyUtxoPattern) -> UtxoPredicate -> f UtxoPredicate Source # | |
| HasField SearchUtxosRequest "maybe'predicate" (Maybe UtxoPredicate) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'predicate" -> (Maybe UtxoPredicate -> f (Maybe UtxoPredicate)) -> SearchUtxosRequest -> f SearchUtxosRequest Source # | |
| HasField UtxoPredicate "allOf" [UtxoPredicate] # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "allOf" -> ([UtxoPredicate] -> f [UtxoPredicate]) -> UtxoPredicate -> f UtxoPredicate Source # | |
| HasField UtxoPredicate "anyOf" [UtxoPredicate] # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "anyOf" -> ([UtxoPredicate] -> f [UtxoPredicate]) -> UtxoPredicate -> f UtxoPredicate Source # | |
| HasField UtxoPredicate "maybe'match" (Maybe AnyUtxoPattern) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'match" -> (Maybe AnyUtxoPattern -> f (Maybe AnyUtxoPattern)) -> UtxoPredicate -> f UtxoPredicate Source # | |
| HasField UtxoPredicate "not" [UtxoPredicate] # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "not" -> ([UtxoPredicate] -> f [UtxoPredicate]) -> UtxoPredicate -> f UtxoPredicate Source # | |
| HasField UtxoPredicate "vec'allOf" (Vector UtxoPredicate) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'allOf" -> (Vector UtxoPredicate -> f (Vector UtxoPredicate)) -> UtxoPredicate -> f UtxoPredicate Source # | |
| HasField UtxoPredicate "vec'anyOf" (Vector UtxoPredicate) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'anyOf" -> (Vector UtxoPredicate -> f (Vector UtxoPredicate)) -> UtxoPredicate -> f UtxoPredicate Source # | |
| HasField UtxoPredicate "vec'not" (Vector UtxoPredicate) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'not" -> (Vector UtxoPredicate -> f (Vector UtxoPredicate)) -> UtxoPredicate -> f UtxoPredicate Source # | |
maybe'blockRef :: (Functor f, HasField s "maybe'blockRef" a) => LensLike' f s a #
maybe'cardano :: (Functor f, HasField s "maybe'cardano" a) => LensLike' f s a #
maybe'chain :: (Functor f, HasField s "maybe'chain" a) => LensLike' f s a #
maybe'config :: (Functor f, HasField s "maybe'config" a) => LensLike' f s a #
maybe'fieldMask :: (Functor f, HasField s "maybe'fieldMask" a) => LensLike' f s a #
maybe'ledgerTip :: (Functor f, HasField s "maybe'ledgerTip" a) => LensLike' f s a #
maybe'match :: (Functor f, HasField s "maybe'match" a) => LensLike' f s a #
maybe'maxItems :: (Functor f, HasField s "maybe'maxItems" a) => LensLike' f s a #
maybe'nextToken :: (Functor f, HasField s "maybe'nextToken" a) => LensLike' f s a #
maybe'params :: (Functor f, HasField s "maybe'params" a) => LensLike' f s a #
maybe'parsedState :: (Functor f, HasField s "maybe'parsedState" a) => LensLike' f s a #
maybe'predicate :: (Functor f, HasField s "maybe'predicate" a) => LensLike' f s a #
maybe'startToken :: (Functor f, HasField s "maybe'startToken" a) => LensLike' f s a #
maybe'summary :: (Functor f, HasField s "maybe'summary" a) => LensLike' f s a #
maybe'txoRef :: (Functor f, HasField s "maybe'txoRef" a) => LensLike' f s a #
maybe'utxoPattern :: (Functor f, HasField s "maybe'utxoPattern" a) => LensLike' f s a #
maybe'values :: (Functor f, HasField s "maybe'values" a) => LensLike' f s a #
nativeBytes :: (Functor f, HasField s "nativeBytes" a) => LensLike' f s a #
startToken :: (Functor f, HasField s "startToken" a) => LensLike' f s a #
vec'values :: (Functor f, HasField s "vec'values" a) => LensLike' f s a #
_BigInt'BigNInt :: Prism' BigInt'BigInt ByteString #
_BigInt'BigUInt :: Prism' BigInt'BigInt ByteString #
_BigInt'Int :: Prism' BigInt'BigInt Int64 #
_Certificate'MirCert :: Prism' Certificate'Certificate MirCert #
_Certificate'RegCert :: Prism' Certificate'Certificate RegCert #
_CertificatePattern'PoolRegistration :: Prism' CertificatePattern'CertificateType PoolRegistrationPattern #
_CertificatePattern'PoolRetirement :: Prism' CertificatePattern'CertificateType PoolRetirementPattern #
_CertificatePattern'StakeDelegation :: Prism' CertificatePattern'CertificateType StakeDelegationPattern #
_CertificatePattern'StakeDeregistration :: Prism' CertificatePattern'CertificateType StakeCredential #
_CertificatePattern'StakeRegistration :: Prism' CertificatePattern'CertificateType StakeCredential #
_DRep'Abstain :: Prism' DRep'Drep Bool #
_DRep'AddrKeyHash :: Prism' DRep'Drep ByteString #
_DRep'NoConfidence :: Prism' DRep'Drep Bool #
_DRep'ScriptHash :: Prism' DRep'Drep ByteString #
_GovernanceAction'HardForkInitiationAction :: Prism' GovernanceAction'GovernanceAction HardForkInitiationAction #
_GovernanceAction'NewConstitutionAction :: Prism' GovernanceAction'GovernanceAction NewConstitutionAction #
_GovernanceAction'NoConfidenceAction :: Prism' GovernanceAction'GovernanceAction NoConfidenceAction #
_GovernanceAction'ParameterChangeAction :: Prism' GovernanceAction'GovernanceAction ParameterChangeAction #
_GovernanceAction'TreasuryWithdrawalsAction :: Prism' GovernanceAction'GovernanceAction TreasuryWithdrawalsAction #
_GovernanceAction'UpdateCommitteeAction :: Prism' GovernanceAction'GovernanceAction UpdateCommitteeAction #
_Metadatum'Array :: Prism' Metadatum'Metadatum MetadatumArray #
_Metadatum'Bytes :: Prism' Metadatum'Metadatum ByteString #
_Metadatum'Int :: Prism' Metadatum'Metadatum Int64 #
_Metadatum'Map :: Prism' Metadatum'Metadatum MetadatumMap #
_Metadatum'Text :: Prism' Metadatum'Metadatum Text #
_PlutusData'BigInt :: Prism' PlutusData'PlutusData BigInt #
_PlutusData'Constr :: Prism' PlutusData'PlutusData Constr #
_PlutusData'Map :: Prism' PlutusData'PlutusData PlutusDataMap #
_Script'Native :: Prism' Script'Script NativeScript #
_Script'PlutusV1 :: Prism' Script'Script ByteString #
_Script'PlutusV2 :: Prism' Script'Script ByteString #
_Script'PlutusV3 :: Prism' Script'Script ByteString #
_Script'PlutusV4 :: Prism' Script'Script ByteString #
data AddressPattern #
Instances
| NFData AddressPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: AddressPattern -> () Source # | |
| Eq AddressPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: AddressPattern -> AddressPattern -> Bool Source # (/=) :: AddressPattern -> AddressPattern -> Bool Source # | |
| Ord AddressPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: AddressPattern -> AddressPattern -> Ordering Source # (<) :: AddressPattern -> AddressPattern -> Bool Source # (<=) :: AddressPattern -> AddressPattern -> Bool Source # (>) :: AddressPattern -> AddressPattern -> Bool Source # (>=) :: AddressPattern -> AddressPattern -> Bool Source # max :: AddressPattern -> AddressPattern -> AddressPattern Source # min :: AddressPattern -> AddressPattern -> AddressPattern Source # | |
| Show AddressPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message AddressPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy AddressPattern -> Text Source # packedMessageDescriptor :: Proxy AddressPattern -> ByteString Source # packedFileDescriptor :: Proxy AddressPattern -> ByteString Source # defMessage :: AddressPattern Source # fieldsByTag :: Map Tag (FieldDescriptor AddressPattern) Source # fieldsByTextFormatName :: Map String (FieldDescriptor AddressPattern) Source # unknownFields :: Lens' AddressPattern FieldSet Source # parseMessage :: Parser AddressPattern Source # buildMessage :: AddressPattern -> Builder Source # | |
| HasField AddressPattern "delegationPart" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "delegationPart" -> (ByteString -> f ByteString) -> AddressPattern -> f AddressPattern Source # | |
| HasField AddressPattern "exactAddress" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "exactAddress" -> (ByteString -> f ByteString) -> AddressPattern -> f AddressPattern Source # | |
| HasField AddressPattern "paymentPart" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "paymentPart" -> (ByteString -> f ByteString) -> AddressPattern -> f AddressPattern Source # | |
| HasField TxOutputPattern "address" AddressPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "address" -> (AddressPattern -> f AddressPattern) -> TxOutputPattern -> f TxOutputPattern Source # | |
| HasField TxPattern "hasAddress" AddressPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "hasAddress" -> (AddressPattern -> f AddressPattern) -> TxPattern -> f TxPattern Source # | |
| HasField AddressPattern "maybe'delegationPart" (Maybe ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'delegationPart" -> (Maybe ByteString -> f (Maybe ByteString)) -> AddressPattern -> f AddressPattern Source # | |
| HasField AddressPattern "maybe'exactAddress" (Maybe ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'exactAddress" -> (Maybe ByteString -> f (Maybe ByteString)) -> AddressPattern -> f AddressPattern Source # | |
| HasField AddressPattern "maybe'paymentPart" (Maybe ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'paymentPart" -> (Maybe ByteString -> f (Maybe ByteString)) -> AddressPattern -> f AddressPattern Source # | |
| HasField TxOutputPattern "maybe'address" (Maybe AddressPattern) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'address" -> (Maybe AddressPattern -> f (Maybe AddressPattern)) -> TxOutputPattern -> f TxOutputPattern Source # | |
| HasField TxPattern "maybe'hasAddress" (Maybe AddressPattern) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
Instances
| NFData Anchor # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq Anchor # | |
| Ord Anchor # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show Anchor # | |
| Message Anchor # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Anchor -> Text Source # packedMessageDescriptor :: Proxy Anchor -> ByteString Source # packedFileDescriptor :: Proxy Anchor -> ByteString Source # defMessage :: Anchor Source # fieldsByTag :: Map Tag (FieldDescriptor Anchor) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Anchor) Source # unknownFields :: Lens' Anchor FieldSet Source # parseMessage :: Parser Anchor Source # buildMessage :: Anchor -> Builder Source # | |
| HasField Anchor "contentHash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "contentHash" -> (ByteString -> f ByteString) -> Anchor -> f Anchor Source # | |
| HasField Anchor "url" Text # | |
| HasField Constitution "anchor" Anchor # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "anchor" -> (Anchor -> f Anchor) -> Constitution -> f Constitution Source # | |
| HasField GovernanceActionProposal "anchor" Anchor # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "anchor" -> (Anchor -> f Anchor) -> GovernanceActionProposal -> f GovernanceActionProposal Source # | |
| HasField RegDRepCert "anchor" Anchor # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "anchor" -> (Anchor -> f Anchor) -> RegDRepCert -> f RegDRepCert Source # | |
| HasField ResignCommitteeColdCert "anchor" Anchor # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "anchor" -> (Anchor -> f Anchor) -> ResignCommitteeColdCert -> f ResignCommitteeColdCert Source # | |
| HasField UpdateDRepCert "anchor" Anchor # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "anchor" -> (Anchor -> f Anchor) -> UpdateDRepCert -> f UpdateDRepCert Source # | |
| HasField Constitution "maybe'anchor" (Maybe Anchor) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField GovernanceActionProposal "maybe'anchor" (Maybe Anchor) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField RegDRepCert "maybe'anchor" (Maybe Anchor) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField ResignCommitteeColdCert "maybe'anchor" (Maybe Anchor) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField UpdateDRepCert "maybe'anchor" (Maybe Anchor) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
Instances
| NFData Asset # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq Asset # | |
| Ord Asset # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show Asset # | |
| Message Asset # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Asset -> Text Source # packedMessageDescriptor :: Proxy Asset -> ByteString Source # packedFileDescriptor :: Proxy Asset -> ByteString Source # defMessage :: Asset Source # fieldsByTag :: Map Tag (FieldDescriptor Asset) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Asset) Source # unknownFields :: Lens' Asset FieldSet Source # parseMessage :: Parser Asset Source # buildMessage :: Asset -> Builder Source # | |
| HasField Asset "name" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "name" -> (ByteString -> f ByteString) -> Asset -> f Asset Source # | |
| HasField Asset "quantity" BigInt # | |
| HasField Asset "maybe'quantity" (Maybe BigInt) # | |
| HasField Multiasset "assets" [Asset] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "assets" -> ([Asset] -> f [Asset]) -> Multiasset -> f Multiasset Source # | |
| HasField Multiasset "vec'assets" (Vector Asset) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'assets" -> (Vector Asset -> f (Vector Asset)) -> Multiasset -> f Multiasset Source # | |
data AssetPattern #
Instances
| NFData AssetPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: AssetPattern -> () Source # | |
| Eq AssetPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: AssetPattern -> AssetPattern -> Bool Source # (/=) :: AssetPattern -> AssetPattern -> Bool Source # | |
| Ord AssetPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: AssetPattern -> AssetPattern -> Ordering Source # (<) :: AssetPattern -> AssetPattern -> Bool Source # (<=) :: AssetPattern -> AssetPattern -> Bool Source # (>) :: AssetPattern -> AssetPattern -> Bool Source # (>=) :: AssetPattern -> AssetPattern -> Bool Source # max :: AssetPattern -> AssetPattern -> AssetPattern Source # min :: AssetPattern -> AssetPattern -> AssetPattern Source # | |
| Show AssetPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message AssetPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy AssetPattern -> Text Source # packedMessageDescriptor :: Proxy AssetPattern -> ByteString Source # packedFileDescriptor :: Proxy AssetPattern -> ByteString Source # defMessage :: AssetPattern Source # fieldsByTag :: Map Tag (FieldDescriptor AssetPattern) Source # fieldsByTextFormatName :: Map String (FieldDescriptor AssetPattern) Source # unknownFields :: Lens' AssetPattern FieldSet Source # parseMessage :: Parser AssetPattern Source # buildMessage :: AssetPattern -> Builder Source # | |
| HasField AssetPattern "assetName" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "assetName" -> (ByteString -> f ByteString) -> AssetPattern -> f AssetPattern Source # | |
| HasField AssetPattern "policyId" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "policyId" -> (ByteString -> f ByteString) -> AssetPattern -> f AssetPattern Source # | |
| HasField TxOutputPattern "asset" AssetPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "asset" -> (AssetPattern -> f AssetPattern) -> TxOutputPattern -> f TxOutputPattern Source # | |
| HasField TxPattern "mintsAsset" AssetPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "mintsAsset" -> (AssetPattern -> f AssetPattern) -> TxPattern -> f TxPattern Source # | |
| HasField TxPattern "movesAsset" AssetPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "movesAsset" -> (AssetPattern -> f AssetPattern) -> TxPattern -> f TxPattern Source # | |
| HasField AssetPattern "maybe'assetName" (Maybe ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'assetName" -> (Maybe ByteString -> f (Maybe ByteString)) -> AssetPattern -> f AssetPattern Source # | |
| HasField AssetPattern "maybe'policyId" (Maybe ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'policyId" -> (Maybe ByteString -> f (Maybe ByteString)) -> AssetPattern -> f AssetPattern Source # | |
| HasField TxOutputPattern "maybe'asset" (Maybe AssetPattern) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'asset" -> (Maybe AssetPattern -> f (Maybe AssetPattern)) -> TxOutputPattern -> f TxOutputPattern Source # | |
| HasField TxPattern "maybe'mintsAsset" (Maybe AssetPattern) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField TxPattern "maybe'movesAsset" (Maybe AssetPattern) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
data AuthCommitteeHotCert #
Instances
| NFData AuthCommitteeHotCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: AuthCommitteeHotCert -> () Source # | |
| Eq AuthCommitteeHotCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: AuthCommitteeHotCert -> AuthCommitteeHotCert -> Bool Source # (/=) :: AuthCommitteeHotCert -> AuthCommitteeHotCert -> Bool Source # | |
| Ord AuthCommitteeHotCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: AuthCommitteeHotCert -> AuthCommitteeHotCert -> Ordering Source # (<) :: AuthCommitteeHotCert -> AuthCommitteeHotCert -> Bool Source # (<=) :: AuthCommitteeHotCert -> AuthCommitteeHotCert -> Bool Source # (>) :: AuthCommitteeHotCert -> AuthCommitteeHotCert -> Bool Source # (>=) :: AuthCommitteeHotCert -> AuthCommitteeHotCert -> Bool Source # max :: AuthCommitteeHotCert -> AuthCommitteeHotCert -> AuthCommitteeHotCert Source # min :: AuthCommitteeHotCert -> AuthCommitteeHotCert -> AuthCommitteeHotCert Source # | |
| Show AuthCommitteeHotCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message AuthCommitteeHotCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy AuthCommitteeHotCert -> Text Source # packedMessageDescriptor :: Proxy AuthCommitteeHotCert -> ByteString Source # packedFileDescriptor :: Proxy AuthCommitteeHotCert -> ByteString Source # defMessage :: AuthCommitteeHotCert Source # fieldsByTag :: Map Tag (FieldDescriptor AuthCommitteeHotCert) Source # fieldsByTextFormatName :: Map String (FieldDescriptor AuthCommitteeHotCert) Source # unknownFields :: Lens' AuthCommitteeHotCert FieldSet Source # parseMessage :: Parser AuthCommitteeHotCert Source # | |
| HasField AuthCommitteeHotCert "committeeColdCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "committeeColdCredential" -> (StakeCredential -> f StakeCredential) -> AuthCommitteeHotCert -> f AuthCommitteeHotCert Source # | |
| HasField AuthCommitteeHotCert "committeeHotCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "committeeHotCredential" -> (StakeCredential -> f StakeCredential) -> AuthCommitteeHotCert -> f AuthCommitteeHotCert Source # | |
| HasField Certificate "authCommitteeHotCert" AuthCommitteeHotCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "authCommitteeHotCert" -> (AuthCommitteeHotCert -> f AuthCommitteeHotCert) -> Certificate -> f Certificate Source # | |
| HasField AuthCommitteeHotCert "maybe'committeeColdCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'committeeColdCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> AuthCommitteeHotCert -> f AuthCommitteeHotCert Source # | |
| HasField AuthCommitteeHotCert "maybe'committeeHotCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'committeeHotCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> AuthCommitteeHotCert -> f AuthCommitteeHotCert Source # | |
| HasField Certificate "maybe'authCommitteeHotCert" (Maybe AuthCommitteeHotCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'authCommitteeHotCert" -> (Maybe AuthCommitteeHotCert -> f (Maybe AuthCommitteeHotCert)) -> Certificate -> f Certificate Source # | |
Instances
| NFData AuxData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq AuxData # | |
| Ord AuxData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show AuxData # | |
| Message AuxData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy AuxData -> Text Source # packedMessageDescriptor :: Proxy AuxData -> ByteString Source # packedFileDescriptor :: Proxy AuxData -> ByteString Source # defMessage :: AuxData Source # fieldsByTag :: Map Tag (FieldDescriptor AuxData) Source # fieldsByTextFormatName :: Map String (FieldDescriptor AuxData) Source # unknownFields :: Lens' AuxData FieldSet Source # parseMessage :: Parser AuxData Source # buildMessage :: AuxData -> Builder Source # | |
| HasField Tx "auxiliary" AuxData # | |
| HasField AuxData "metadata" [Metadata] # | |
| HasField AuxData "scripts" [Script] # | |
| HasField AuxData "vec'metadata" (Vector Metadata) # | |
| HasField AuxData "vec'scripts" (Vector Script) # | |
| HasField Tx "maybe'auxiliary" (Maybe AuxData) # | |
Instances
| NFData BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq BigInt # | |
| Ord BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show BigInt # | |
| Message BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy BigInt -> Text Source # packedMessageDescriptor :: Proxy BigInt -> ByteString Source # packedFileDescriptor :: Proxy BigInt -> ByteString Source # defMessage :: BigInt Source # fieldsByTag :: Map Tag (FieldDescriptor BigInt) Source # fieldsByTextFormatName :: Map String (FieldDescriptor BigInt) Source # unknownFields :: Lens' BigInt FieldSet Source # parseMessage :: Parser BigInt Source # buildMessage :: BigInt -> Builder Source # | |
| HasField Asset "quantity" BigInt # | |
| HasField BigInt "bigNInt" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "bigNInt" -> (ByteString -> f ByteString) -> BigInt -> f BigInt Source # | |
| HasField BigInt "bigUInt" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "bigUInt" -> (ByteString -> f ByteString) -> BigInt -> f BigInt Source # | |
| HasField BigInt "int" Int64 # | |
| HasField Collateral "totalCollateral" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "totalCollateral" -> (BigInt -> f BigInt) -> Collateral -> f Collateral Source # | |
| HasField Genesis "drepDeposit" BigInt # | |
| HasField Genesis "govActionDeposit" BigInt # | |
| HasField Genesis "lovelacePerUtxoWord" BigInt # | |
| HasField Genesis "maxLovelaceSupply" BigInt # | |
| HasField Genesis'InitialFundsEntry "value" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "value" -> (BigInt -> f BigInt) -> Genesis'InitialFundsEntry -> f Genesis'InitialFundsEntry Source # | |
| HasField GovernanceActionProposal "deposit" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "deposit" -> (BigInt -> f BigInt) -> GovernanceActionProposal -> f GovernanceActionProposal Source # | |
| HasField MirTarget "deltaCoin" BigInt # | |
| HasField PParams "coinsPerUtxoByte" BigInt # | |
| HasField PParams "drepDeposit" BigInt # | |
| HasField PParams "governanceActionDeposit" BigInt # | |
| HasField PParams "minFeeCoefficient" BigInt # | |
| HasField PParams "minFeeConstant" BigInt # | |
| HasField PParams "minPoolCost" BigInt # | |
| HasField PParams "poolDeposit" BigInt # | |
| HasField PParams "stakeKeyDeposit" BigInt # | |
| HasField PlutusData "bigInt" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "bigInt" -> (BigInt -> f BigInt) -> PlutusData -> f PlutusData Source # | |
| HasField PoolRegistrationCert "cost" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "cost" -> (BigInt -> f BigInt) -> PoolRegistrationCert -> f PoolRegistrationCert Source # | |
| HasField PoolRegistrationCert "pledge" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "pledge" -> (BigInt -> f BigInt) -> PoolRegistrationCert -> f PoolRegistrationCert Source # | |
| HasField RegCert "coin" BigInt # | |
| HasField RegDRepCert "coin" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "coin" -> (BigInt -> f BigInt) -> RegDRepCert -> f RegDRepCert Source # | |
| HasField StakeRegDelegCert "coin" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "coin" -> (BigInt -> f BigInt) -> StakeRegDelegCert -> f StakeRegDelegCert Source # | |
| HasField StakeVoteRegDelegCert "coin" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "coin" -> (BigInt -> f BigInt) -> StakeVoteRegDelegCert -> f StakeVoteRegDelegCert Source # | |
| HasField Tx "fee" BigInt # | |
| HasField TxEval "fee" BigInt # | |
| HasField TxOutput "coin" BigInt # | |
| HasField UnRegCert "coin" BigInt # | |
| HasField UnRegDRepCert "coin" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "coin" -> (BigInt -> f BigInt) -> UnRegDRepCert -> f UnRegDRepCert Source # | |
| HasField VoteRegDelegCert "coin" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "coin" -> (BigInt -> f BigInt) -> VoteRegDelegCert -> f VoteRegDelegCert Source # | |
| HasField Withdrawal "coin" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "coin" -> (BigInt -> f BigInt) -> Withdrawal -> f Withdrawal Source # | |
| HasField WithdrawalAmount "coin" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "coin" -> (BigInt -> f BigInt) -> WithdrawalAmount -> f WithdrawalAmount Source # | |
| HasField Asset "maybe'quantity" (Maybe BigInt) # | |
| HasField BigInt "maybe'bigInt" (Maybe BigInt'BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField BigInt "maybe'bigNInt" (Maybe ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField BigInt "maybe'bigUInt" (Maybe ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField BigInt "maybe'int" (Maybe Int64) # | |
| HasField Collateral "maybe'totalCollateral" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Genesis "maybe'drepDeposit" (Maybe BigInt) # | |
| HasField Genesis "maybe'govActionDeposit" (Maybe BigInt) # | |
| HasField Genesis "maybe'lovelacePerUtxoWord" (Maybe BigInt) # | |
| HasField Genesis "maybe'maxLovelaceSupply" (Maybe BigInt) # | |
| HasField Genesis'InitialFundsEntry "maybe'value" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField GovernanceActionProposal "maybe'deposit" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField MirTarget "maybe'deltaCoin" (Maybe BigInt) # | |
| HasField PParams "maybe'coinsPerUtxoByte" (Maybe BigInt) # | |
| HasField PParams "maybe'drepDeposit" (Maybe BigInt) # | |
| HasField PParams "maybe'governanceActionDeposit" (Maybe BigInt) # | |
| HasField PParams "maybe'minFeeCoefficient" (Maybe BigInt) # | |
| HasField PParams "maybe'minFeeConstant" (Maybe BigInt) # | |
| HasField PParams "maybe'minPoolCost" (Maybe BigInt) # | |
| HasField PParams "maybe'poolDeposit" (Maybe BigInt) # | |
| HasField PParams "maybe'stakeKeyDeposit" (Maybe BigInt) # | |
| HasField PlutusData "maybe'bigInt" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PoolRegistrationCert "maybe'cost" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PoolRegistrationCert "maybe'pledge" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField RegCert "maybe'coin" (Maybe BigInt) # | |
| HasField RegDRepCert "maybe'coin" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField StakeRegDelegCert "maybe'coin" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField StakeVoteRegDelegCert "maybe'coin" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Tx "maybe'fee" (Maybe BigInt) # | |
| HasField TxEval "maybe'fee" (Maybe BigInt) # | |
| HasField TxOutput "maybe'coin" (Maybe BigInt) # | |
| HasField UnRegCert "maybe'coin" (Maybe BigInt) # | |
| HasField UnRegDRepCert "maybe'coin" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField VoteRegDelegCert "maybe'coin" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Withdrawal "maybe'coin" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField WithdrawalAmount "maybe'coin" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Genesis "initialFunds" (Map Text BigInt) # | |
| Inject Coin (Proto BigInt) Source # | |
| Inject Int64 (Proto BigInt) Source # | |
| Inject Integer (Proto BigInt) Source # | |
data BigInt'BigInt #
Constructors
| BigInt'Int !Int64 | |
| BigInt'BigUInt !ByteString | |
| BigInt'BigNInt !ByteString |
Instances
| NFData BigInt'BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: BigInt'BigInt -> () Source # | |
| Eq BigInt'BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: BigInt'BigInt -> BigInt'BigInt -> Bool Source # (/=) :: BigInt'BigInt -> BigInt'BigInt -> Bool Source # | |
| Ord BigInt'BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: BigInt'BigInt -> BigInt'BigInt -> Ordering Source # (<) :: BigInt'BigInt -> BigInt'BigInt -> Bool Source # (<=) :: BigInt'BigInt -> BigInt'BigInt -> Bool Source # (>) :: BigInt'BigInt -> BigInt'BigInt -> Bool Source # (>=) :: BigInt'BigInt -> BigInt'BigInt -> Bool Source # max :: BigInt'BigInt -> BigInt'BigInt -> BigInt'BigInt Source # min :: BigInt'BigInt -> BigInt'BigInt -> BigInt'BigInt Source # | |
| Show BigInt'BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField BigInt "maybe'bigInt" (Maybe BigInt'BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
Instances
| NFData Block # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq Block # | |
| Ord Block # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show Block # | |
| Message Block # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Block -> Text Source # packedMessageDescriptor :: Proxy Block -> ByteString Source # packedFileDescriptor :: Proxy Block -> ByteString Source # defMessage :: Block Source # fieldsByTag :: Map Tag (FieldDescriptor Block) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Block) Source # unknownFields :: Lens' Block FieldSet Source # parseMessage :: Parser Block Source # buildMessage :: Block -> Builder Source # | |
| HasField Block "body" BlockBody # | |
| HasField Block "header" BlockHeader # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "header" -> (BlockHeader -> f BlockHeader) -> Block -> f Block Source # | |
| HasField Block "timestamp" Word64 # | |
| HasField AnyChainBlock "cardano" Block # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "cardano" -> (Block -> f Block) -> AnyChainBlock -> f AnyChainBlock Source # | |
| HasField AnyChainBlock "cardano" Block # | |
Defined in Proto.Utxorpc.V1beta.Sync.Sync Methods fieldOf :: Functor f => Proxy# "cardano" -> (Block -> f Block) -> AnyChainBlock -> f AnyChainBlock Source # | |
| HasField Block "maybe'body" (Maybe BlockBody) # | |
| HasField Block "maybe'header" (Maybe BlockHeader) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField AnyChainBlock "maybe'cardano" (Maybe Block) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| HasField AnyChainBlock "maybe'cardano" (Maybe Block) # | |
Defined in Proto.Utxorpc.V1beta.Sync.Sync | |
Instances
| NFData BlockBody # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq BlockBody # | |
| Ord BlockBody # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show BlockBody # | |
| Message BlockBody # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy BlockBody -> Text Source # packedMessageDescriptor :: Proxy BlockBody -> ByteString Source # packedFileDescriptor :: Proxy BlockBody -> ByteString Source # defMessage :: BlockBody Source # fieldsByTag :: Map Tag (FieldDescriptor BlockBody) Source # fieldsByTextFormatName :: Map String (FieldDescriptor BlockBody) Source # unknownFields :: Lens' BlockBody FieldSet Source # parseMessage :: Parser BlockBody Source # buildMessage :: BlockBody -> Builder Source # | |
| HasField Block "body" BlockBody # | |
| HasField Block "maybe'body" (Maybe BlockBody) # | |
| HasField BlockBody "tx" [Tx] # | |
| HasField BlockBody "vec'tx" (Vector Tx) # | |
data BlockHeader #
Instances
| NFData BlockHeader # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: BlockHeader -> () Source # | |
| Eq BlockHeader # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: BlockHeader -> BlockHeader -> Bool Source # (/=) :: BlockHeader -> BlockHeader -> Bool Source # | |
| Ord BlockHeader # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: BlockHeader -> BlockHeader -> Ordering Source # (<) :: BlockHeader -> BlockHeader -> Bool Source # (<=) :: BlockHeader -> BlockHeader -> Bool Source # (>) :: BlockHeader -> BlockHeader -> Bool Source # (>=) :: BlockHeader -> BlockHeader -> Bool Source # max :: BlockHeader -> BlockHeader -> BlockHeader Source # min :: BlockHeader -> BlockHeader -> BlockHeader Source # | |
| Show BlockHeader # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message BlockHeader # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy BlockHeader -> Text Source # packedMessageDescriptor :: Proxy BlockHeader -> ByteString Source # packedFileDescriptor :: Proxy BlockHeader -> ByteString Source # defMessage :: BlockHeader Source # fieldsByTag :: Map Tag (FieldDescriptor BlockHeader) Source # fieldsByTextFormatName :: Map String (FieldDescriptor BlockHeader) Source # unknownFields :: Lens' BlockHeader FieldSet Source # parseMessage :: Parser BlockHeader Source # buildMessage :: BlockHeader -> Builder Source # | |
| HasField Block "header" BlockHeader # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "header" -> (BlockHeader -> f BlockHeader) -> Block -> f Block Source # | |
| HasField BlockHeader "hash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "hash" -> (ByteString -> f ByteString) -> BlockHeader -> f BlockHeader Source # | |
| HasField BlockHeader "height" Word64 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "height" -> (Word64 -> f Word64) -> BlockHeader -> f BlockHeader Source # | |
| HasField BlockHeader "slot" Word64 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "slot" -> (Word64 -> f Word64) -> BlockHeader -> f BlockHeader Source # | |
| HasField Block "maybe'header" (Maybe BlockHeader) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
data BlockVersionData #
Instances
| NFData BlockVersionData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: BlockVersionData -> () Source # | |
| Eq BlockVersionData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: BlockVersionData -> BlockVersionData -> Bool Source # (/=) :: BlockVersionData -> BlockVersionData -> Bool Source # | |
| Ord BlockVersionData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: BlockVersionData -> BlockVersionData -> Ordering Source # (<) :: BlockVersionData -> BlockVersionData -> Bool Source # (<=) :: BlockVersionData -> BlockVersionData -> Bool Source # (>) :: BlockVersionData -> BlockVersionData -> Bool Source # (>=) :: BlockVersionData -> BlockVersionData -> Bool Source # max :: BlockVersionData -> BlockVersionData -> BlockVersionData Source # min :: BlockVersionData -> BlockVersionData -> BlockVersionData Source # | |
| Show BlockVersionData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message BlockVersionData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy BlockVersionData -> Text Source # packedMessageDescriptor :: Proxy BlockVersionData -> ByteString Source # packedFileDescriptor :: Proxy BlockVersionData -> ByteString Source # defMessage :: BlockVersionData Source # fieldsByTag :: Map Tag (FieldDescriptor BlockVersionData) Source # fieldsByTextFormatName :: Map String (FieldDescriptor BlockVersionData) Source # unknownFields :: Lens' BlockVersionData FieldSet Source # parseMessage :: Parser BlockVersionData Source # | |
| HasField BlockVersionData "heavyDelThd" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "heavyDelThd" -> (Text -> f Text) -> BlockVersionData -> f BlockVersionData Source # | |
| HasField BlockVersionData "maxBlockSize" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maxBlockSize" -> (Text -> f Text) -> BlockVersionData -> f BlockVersionData Source # | |
| HasField BlockVersionData "maxHeaderSize" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maxHeaderSize" -> (Text -> f Text) -> BlockVersionData -> f BlockVersionData Source # | |
| HasField BlockVersionData "maxProposalSize" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maxProposalSize" -> (Text -> f Text) -> BlockVersionData -> f BlockVersionData Source # | |
| HasField BlockVersionData "maxTxSize" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maxTxSize" -> (Text -> f Text) -> BlockVersionData -> f BlockVersionData Source # | |
| HasField BlockVersionData "mpcThd" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "mpcThd" -> (Text -> f Text) -> BlockVersionData -> f BlockVersionData Source # | |
| HasField BlockVersionData "scriptVersion" Word32 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "scriptVersion" -> (Word32 -> f Word32) -> BlockVersionData -> f BlockVersionData Source # | |
| HasField BlockVersionData "slotDuration" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "slotDuration" -> (Text -> f Text) -> BlockVersionData -> f BlockVersionData Source # | |
| HasField BlockVersionData "softforkRule" SoftforkRule # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "softforkRule" -> (SoftforkRule -> f SoftforkRule) -> BlockVersionData -> f BlockVersionData Source # | |
| HasField BlockVersionData "txFeePolicy" TxFeePolicy # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "txFeePolicy" -> (TxFeePolicy -> f TxFeePolicy) -> BlockVersionData -> f BlockVersionData Source # | |
| HasField BlockVersionData "unlockStakeEpoch" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "unlockStakeEpoch" -> (Text -> f Text) -> BlockVersionData -> f BlockVersionData Source # | |
| HasField BlockVersionData "updateImplicit" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "updateImplicit" -> (Text -> f Text) -> BlockVersionData -> f BlockVersionData Source # | |
| HasField BlockVersionData "updateProposalThd" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "updateProposalThd" -> (Text -> f Text) -> BlockVersionData -> f BlockVersionData Source # | |
| HasField BlockVersionData "updateVoteThd" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "updateVoteThd" -> (Text -> f Text) -> BlockVersionData -> f BlockVersionData Source # | |
| HasField Genesis "blockVersionData" BlockVersionData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "blockVersionData" -> (BlockVersionData -> f BlockVersionData) -> Genesis -> f Genesis Source # | |
| HasField BlockVersionData "maybe'softforkRule" (Maybe SoftforkRule) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'softforkRule" -> (Maybe SoftforkRule -> f (Maybe SoftforkRule)) -> BlockVersionData -> f BlockVersionData Source # | |
| HasField BlockVersionData "maybe'txFeePolicy" (Maybe TxFeePolicy) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'txFeePolicy" -> (Maybe TxFeePolicy -> f (Maybe TxFeePolicy)) -> BlockVersionData -> f BlockVersionData Source # | |
| HasField Genesis "maybe'blockVersionData" (Maybe BlockVersionData) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
data BootstrapWitness #
Instances
| NFData BootstrapWitness # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: BootstrapWitness -> () Source # | |
| Eq BootstrapWitness # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: BootstrapWitness -> BootstrapWitness -> Bool Source # (/=) :: BootstrapWitness -> BootstrapWitness -> Bool Source # | |
| Ord BootstrapWitness # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: BootstrapWitness -> BootstrapWitness -> Ordering Source # (<) :: BootstrapWitness -> BootstrapWitness -> Bool Source # (<=) :: BootstrapWitness -> BootstrapWitness -> Bool Source # (>) :: BootstrapWitness -> BootstrapWitness -> Bool Source # (>=) :: BootstrapWitness -> BootstrapWitness -> Bool Source # max :: BootstrapWitness -> BootstrapWitness -> BootstrapWitness Source # min :: BootstrapWitness -> BootstrapWitness -> BootstrapWitness Source # | |
| Show BootstrapWitness # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message BootstrapWitness # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy BootstrapWitness -> Text Source # packedMessageDescriptor :: Proxy BootstrapWitness -> ByteString Source # packedFileDescriptor :: Proxy BootstrapWitness -> ByteString Source # defMessage :: BootstrapWitness Source # fieldsByTag :: Map Tag (FieldDescriptor BootstrapWitness) Source # fieldsByTextFormatName :: Map String (FieldDescriptor BootstrapWitness) Source # unknownFields :: Lens' BootstrapWitness FieldSet Source # parseMessage :: Parser BootstrapWitness Source # | |
| HasField BootstrapWitness "attributes" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "attributes" -> (ByteString -> f ByteString) -> BootstrapWitness -> f BootstrapWitness Source # | |
| HasField BootstrapWitness "chainCode" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "chainCode" -> (ByteString -> f ByteString) -> BootstrapWitness -> f BootstrapWitness Source # | |
| HasField BootstrapWitness "signature" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "signature" -> (ByteString -> f ByteString) -> BootstrapWitness -> f BootstrapWitness Source # | |
| HasField BootstrapWitness "vkey" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vkey" -> (ByteString -> f ByteString) -> BootstrapWitness -> f BootstrapWitness Source # | |
| HasField WitnessSet "bootstrapWitnesses" [BootstrapWitness] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "bootstrapWitnesses" -> ([BootstrapWitness] -> f [BootstrapWitness]) -> WitnessSet -> f WitnessSet Source # | |
| HasField WitnessSet "vec'bootstrapWitnesses" (Vector BootstrapWitness) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'bootstrapWitnesses" -> (Vector BootstrapWitness -> f (Vector BootstrapWitness)) -> WitnessSet -> f WitnessSet Source # | |
data Certificate #
Instances
| NFData Certificate # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: Certificate -> () Source # | |
| Eq Certificate # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: Certificate -> Certificate -> Bool Source # (/=) :: Certificate -> Certificate -> Bool Source # | |
| Ord Certificate # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: Certificate -> Certificate -> Ordering Source # (<) :: Certificate -> Certificate -> Bool Source # (<=) :: Certificate -> Certificate -> Bool Source # (>) :: Certificate -> Certificate -> Bool Source # (>=) :: Certificate -> Certificate -> Bool Source # max :: Certificate -> Certificate -> Certificate Source # min :: Certificate -> Certificate -> Certificate Source # | |
| Show Certificate # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message Certificate # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Certificate -> Text Source # packedMessageDescriptor :: Proxy Certificate -> ByteString Source # packedFileDescriptor :: Proxy Certificate -> ByteString Source # defMessage :: Certificate Source # fieldsByTag :: Map Tag (FieldDescriptor Certificate) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Certificate) Source # unknownFields :: Lens' Certificate FieldSet Source # parseMessage :: Parser Certificate Source # buildMessage :: Certificate -> Builder Source # | |
| HasField Certificate "authCommitteeHotCert" AuthCommitteeHotCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "authCommitteeHotCert" -> (AuthCommitteeHotCert -> f AuthCommitteeHotCert) -> Certificate -> f Certificate Source # | |
| HasField Certificate "genesisKeyDelegation" GenesisKeyDelegationCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "genesisKeyDelegation" -> (GenesisKeyDelegationCert -> f GenesisKeyDelegationCert) -> Certificate -> f Certificate Source # | |
| HasField Certificate "mirCert" MirCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "mirCert" -> (MirCert -> f MirCert) -> Certificate -> f Certificate Source # | |
| HasField Certificate "poolRegistration" PoolRegistrationCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolRegistration" -> (PoolRegistrationCert -> f PoolRegistrationCert) -> Certificate -> f Certificate Source # | |
| HasField Certificate "poolRetirement" PoolRetirementCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolRetirement" -> (PoolRetirementCert -> f PoolRetirementCert) -> Certificate -> f Certificate Source # | |
| HasField Certificate "redeemer" Redeemer # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "redeemer" -> (Redeemer -> f Redeemer) -> Certificate -> f Certificate Source # | |
| HasField Certificate "regCert" RegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "regCert" -> (RegCert -> f RegCert) -> Certificate -> f Certificate Source # | |
| HasField Certificate "regDrepCert" RegDRepCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "regDrepCert" -> (RegDRepCert -> f RegDRepCert) -> Certificate -> f Certificate Source # | |
| HasField Certificate "resignCommitteeColdCert" ResignCommitteeColdCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "resignCommitteeColdCert" -> (ResignCommitteeColdCert -> f ResignCommitteeColdCert) -> Certificate -> f Certificate Source # | |
| HasField Certificate "stakeDelegation" StakeDelegationCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeDelegation" -> (StakeDelegationCert -> f StakeDelegationCert) -> Certificate -> f Certificate Source # | |
| HasField Certificate "stakeDeregistration" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeDeregistration" -> (StakeCredential -> f StakeCredential) -> Certificate -> f Certificate Source # | |
| HasField Certificate "stakeRegDelegCert" StakeRegDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeRegDelegCert" -> (StakeRegDelegCert -> f StakeRegDelegCert) -> Certificate -> f Certificate Source # | |
| HasField Certificate "stakeRegistration" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeRegistration" -> (StakeCredential -> f StakeCredential) -> Certificate -> f Certificate Source # | |
| HasField Certificate "stakeVoteDelegCert" StakeVoteDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeVoteDelegCert" -> (StakeVoteDelegCert -> f StakeVoteDelegCert) -> Certificate -> f Certificate Source # | |
| HasField Certificate "stakeVoteRegDelegCert" StakeVoteRegDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeVoteRegDelegCert" -> (StakeVoteRegDelegCert -> f StakeVoteRegDelegCert) -> Certificate -> f Certificate Source # | |
| HasField Certificate "unregCert" UnRegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "unregCert" -> (UnRegCert -> f UnRegCert) -> Certificate -> f Certificate Source # | |
| HasField Certificate "unregDrepCert" UnRegDRepCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "unregDrepCert" -> (UnRegDRepCert -> f UnRegDRepCert) -> Certificate -> f Certificate Source # | |
| HasField Certificate "updateDrepCert" UpdateDRepCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "updateDrepCert" -> (UpdateDRepCert -> f UpdateDRepCert) -> Certificate -> f Certificate Source # | |
| HasField Certificate "voteDelegCert" VoteDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "voteDelegCert" -> (VoteDelegCert -> f VoteDelegCert) -> Certificate -> f Certificate Source # | |
| HasField Certificate "voteRegDelegCert" VoteRegDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "voteRegDelegCert" -> (VoteRegDelegCert -> f VoteRegDelegCert) -> Certificate -> f Certificate Source # | |
| HasField Certificate "maybe'authCommitteeHotCert" (Maybe AuthCommitteeHotCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'authCommitteeHotCert" -> (Maybe AuthCommitteeHotCert -> f (Maybe AuthCommitteeHotCert)) -> Certificate -> f Certificate Source # | |
| HasField Certificate "maybe'certificate" (Maybe Certificate'Certificate) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'certificate" -> (Maybe Certificate'Certificate -> f (Maybe Certificate'Certificate)) -> Certificate -> f Certificate Source # | |
| HasField Certificate "maybe'genesisKeyDelegation" (Maybe GenesisKeyDelegationCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'genesisKeyDelegation" -> (Maybe GenesisKeyDelegationCert -> f (Maybe GenesisKeyDelegationCert)) -> Certificate -> f Certificate Source # | |
| HasField Certificate "maybe'mirCert" (Maybe MirCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Certificate "maybe'poolRegistration" (Maybe PoolRegistrationCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'poolRegistration" -> (Maybe PoolRegistrationCert -> f (Maybe PoolRegistrationCert)) -> Certificate -> f Certificate Source # | |
| HasField Certificate "maybe'poolRetirement" (Maybe PoolRetirementCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'poolRetirement" -> (Maybe PoolRetirementCert -> f (Maybe PoolRetirementCert)) -> Certificate -> f Certificate Source # | |
| HasField Certificate "maybe'redeemer" (Maybe Redeemer) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Certificate "maybe'regCert" (Maybe RegCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Certificate "maybe'regDrepCert" (Maybe RegDRepCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'regDrepCert" -> (Maybe RegDRepCert -> f (Maybe RegDRepCert)) -> Certificate -> f Certificate Source # | |
| HasField Certificate "maybe'resignCommitteeColdCert" (Maybe ResignCommitteeColdCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'resignCommitteeColdCert" -> (Maybe ResignCommitteeColdCert -> f (Maybe ResignCommitteeColdCert)) -> Certificate -> f Certificate Source # | |
| HasField Certificate "maybe'stakeDelegation" (Maybe StakeDelegationCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeDelegation" -> (Maybe StakeDelegationCert -> f (Maybe StakeDelegationCert)) -> Certificate -> f Certificate Source # | |
| HasField Certificate "maybe'stakeDeregistration" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeDeregistration" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> Certificate -> f Certificate Source # | |
| HasField Certificate "maybe'stakeRegDelegCert" (Maybe StakeRegDelegCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeRegDelegCert" -> (Maybe StakeRegDelegCert -> f (Maybe StakeRegDelegCert)) -> Certificate -> f Certificate Source # | |
| HasField Certificate "maybe'stakeRegistration" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeRegistration" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> Certificate -> f Certificate Source # | |
| HasField Certificate "maybe'stakeVoteDelegCert" (Maybe StakeVoteDelegCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeVoteDelegCert" -> (Maybe StakeVoteDelegCert -> f (Maybe StakeVoteDelegCert)) -> Certificate -> f Certificate Source # | |
| HasField Certificate "maybe'stakeVoteRegDelegCert" (Maybe StakeVoteRegDelegCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeVoteRegDelegCert" -> (Maybe StakeVoteRegDelegCert -> f (Maybe StakeVoteRegDelegCert)) -> Certificate -> f Certificate Source # | |
| HasField Certificate "maybe'unregCert" (Maybe UnRegCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Certificate "maybe'unregDrepCert" (Maybe UnRegDRepCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'unregDrepCert" -> (Maybe UnRegDRepCert -> f (Maybe UnRegDRepCert)) -> Certificate -> f Certificate Source # | |
| HasField Certificate "maybe'updateDrepCert" (Maybe UpdateDRepCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'updateDrepCert" -> (Maybe UpdateDRepCert -> f (Maybe UpdateDRepCert)) -> Certificate -> f Certificate Source # | |
| HasField Certificate "maybe'voteDelegCert" (Maybe VoteDelegCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'voteDelegCert" -> (Maybe VoteDelegCert -> f (Maybe VoteDelegCert)) -> Certificate -> f Certificate Source # | |
| HasField Certificate "maybe'voteRegDelegCert" (Maybe VoteRegDelegCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'voteRegDelegCert" -> (Maybe VoteRegDelegCert -> f (Maybe VoteRegDelegCert)) -> Certificate -> f Certificate Source # | |
| HasField Tx "certificates" [Certificate] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "certificates" -> ([Certificate] -> f [Certificate]) -> Tx -> f Tx Source # | |
| HasField Tx "vec'certificates" (Vector Certificate) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'certificates" -> (Vector Certificate -> f (Vector Certificate)) -> Tx -> f Tx Source # | |
data Certificate'Certificate #
Constructors
| Certificate'StakeRegistration !StakeCredential | |
| Certificate'StakeDeregistration !StakeCredential | |
| Certificate'StakeDelegation !StakeDelegationCert | |
| Certificate'PoolRegistration !PoolRegistrationCert | |
| Certificate'PoolRetirement !PoolRetirementCert | |
| Certificate'GenesisKeyDelegation !GenesisKeyDelegationCert | |
| Certificate'MirCert !MirCert | |
| Certificate'RegCert !RegCert | |
| Certificate'UnregCert !UnRegCert | |
| Certificate'VoteDelegCert !VoteDelegCert | |
| Certificate'StakeVoteDelegCert !StakeVoteDelegCert | |
| Certificate'StakeRegDelegCert !StakeRegDelegCert | |
| Certificate'VoteRegDelegCert !VoteRegDelegCert | |
| Certificate'StakeVoteRegDelegCert !StakeVoteRegDelegCert | |
| Certificate'AuthCommitteeHotCert !AuthCommitteeHotCert | |
| Certificate'ResignCommitteeColdCert !ResignCommitteeColdCert | |
| Certificate'RegDrepCert !RegDRepCert | |
| Certificate'UnregDrepCert !UnRegDRepCert | |
| Certificate'UpdateDrepCert !UpdateDRepCert |
Instances
| NFData Certificate'Certificate # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: Certificate'Certificate -> () Source # | |
| Eq Certificate'Certificate # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: Certificate'Certificate -> Certificate'Certificate -> Bool Source # (/=) :: Certificate'Certificate -> Certificate'Certificate -> Bool Source # | |
| Ord Certificate'Certificate # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: Certificate'Certificate -> Certificate'Certificate -> Ordering Source # (<) :: Certificate'Certificate -> Certificate'Certificate -> Bool Source # (<=) :: Certificate'Certificate -> Certificate'Certificate -> Bool Source # (>) :: Certificate'Certificate -> Certificate'Certificate -> Bool Source # (>=) :: Certificate'Certificate -> Certificate'Certificate -> Bool Source # max :: Certificate'Certificate -> Certificate'Certificate -> Certificate'Certificate Source # min :: Certificate'Certificate -> Certificate'Certificate -> Certificate'Certificate Source # | |
| Show Certificate'Certificate # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Certificate "maybe'certificate" (Maybe Certificate'Certificate) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'certificate" -> (Maybe Certificate'Certificate -> f (Maybe Certificate'Certificate)) -> Certificate -> f Certificate Source # | |
data CertificatePattern #
Instances
| NFData CertificatePattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: CertificatePattern -> () Source # | |
| Eq CertificatePattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: CertificatePattern -> CertificatePattern -> Bool Source # (/=) :: CertificatePattern -> CertificatePattern -> Bool Source # | |
| Ord CertificatePattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: CertificatePattern -> CertificatePattern -> Ordering Source # (<) :: CertificatePattern -> CertificatePattern -> Bool Source # (<=) :: CertificatePattern -> CertificatePattern -> Bool Source # (>) :: CertificatePattern -> CertificatePattern -> Bool Source # (>=) :: CertificatePattern -> CertificatePattern -> Bool Source # max :: CertificatePattern -> CertificatePattern -> CertificatePattern Source # min :: CertificatePattern -> CertificatePattern -> CertificatePattern Source # | |
| Show CertificatePattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message CertificatePattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy CertificatePattern -> Text Source # packedMessageDescriptor :: Proxy CertificatePattern -> ByteString Source # packedFileDescriptor :: Proxy CertificatePattern -> ByteString Source # defMessage :: CertificatePattern Source # fieldsByTag :: Map Tag (FieldDescriptor CertificatePattern) Source # fieldsByTextFormatName :: Map String (FieldDescriptor CertificatePattern) Source # unknownFields :: Lens' CertificatePattern FieldSet Source # parseMessage :: Parser CertificatePattern Source # | |
| HasField CertificatePattern "anyDrep" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "anyDrep" -> (ByteString -> f ByteString) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField CertificatePattern "anyPoolKeyhash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "anyPoolKeyhash" -> (ByteString -> f ByteString) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField CertificatePattern "anyStakeCredential" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "anyStakeCredential" -> (ByteString -> f ByteString) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField CertificatePattern "poolRegistration" PoolRegistrationPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolRegistration" -> (PoolRegistrationPattern -> f PoolRegistrationPattern) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField CertificatePattern "poolRetirement" PoolRetirementPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolRetirement" -> (PoolRetirementPattern -> f PoolRetirementPattern) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField CertificatePattern "stakeDelegation" StakeDelegationPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeDelegation" -> (StakeDelegationPattern -> f StakeDelegationPattern) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField CertificatePattern "stakeDeregistration" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeDeregistration" -> (StakeCredential -> f StakeCredential) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField CertificatePattern "stakeRegistration" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeRegistration" -> (StakeCredential -> f StakeCredential) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField TxPattern "hasCertificate" CertificatePattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "hasCertificate" -> (CertificatePattern -> f CertificatePattern) -> TxPattern -> f TxPattern Source # | |
| HasField CertificatePattern "maybe'anyDrep" (Maybe ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'anyDrep" -> (Maybe ByteString -> f (Maybe ByteString)) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField CertificatePattern "maybe'anyPoolKeyhash" (Maybe ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'anyPoolKeyhash" -> (Maybe ByteString -> f (Maybe ByteString)) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField CertificatePattern "maybe'anyStakeCredential" (Maybe ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'anyStakeCredential" -> (Maybe ByteString -> f (Maybe ByteString)) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField CertificatePattern "maybe'certificateType" (Maybe CertificatePattern'CertificateType) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'certificateType" -> (Maybe CertificatePattern'CertificateType -> f (Maybe CertificatePattern'CertificateType)) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField CertificatePattern "maybe'poolRegistration" (Maybe PoolRegistrationPattern) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'poolRegistration" -> (Maybe PoolRegistrationPattern -> f (Maybe PoolRegistrationPattern)) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField CertificatePattern "maybe'poolRetirement" (Maybe PoolRetirementPattern) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'poolRetirement" -> (Maybe PoolRetirementPattern -> f (Maybe PoolRetirementPattern)) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField CertificatePattern "maybe'stakeDelegation" (Maybe StakeDelegationPattern) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeDelegation" -> (Maybe StakeDelegationPattern -> f (Maybe StakeDelegationPattern)) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField CertificatePattern "maybe'stakeDeregistration" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeDeregistration" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField CertificatePattern "maybe'stakeRegistration" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeRegistration" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField TxPattern "maybe'hasCertificate" (Maybe CertificatePattern) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
data CertificatePattern'CertificateType #
Constructors
| CertificatePattern'StakeRegistration !StakeCredential | |
| CertificatePattern'StakeDeregistration !StakeCredential | |
| CertificatePattern'StakeDelegation !StakeDelegationPattern | |
| CertificatePattern'PoolRegistration !PoolRegistrationPattern | |
| CertificatePattern'PoolRetirement !PoolRetirementPattern | |
| CertificatePattern'AnyStakeCredential !ByteString | |
| CertificatePattern'AnyPoolKeyhash !ByteString | |
| CertificatePattern'AnyDrep !ByteString |
Instances
| NFData CertificatePattern'CertificateType # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: CertificatePattern'CertificateType -> () Source # | |
| Eq CertificatePattern'CertificateType # | |
| Ord CertificatePattern'CertificateType # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: CertificatePattern'CertificateType -> CertificatePattern'CertificateType -> Ordering Source # (<) :: CertificatePattern'CertificateType -> CertificatePattern'CertificateType -> Bool Source # (<=) :: CertificatePattern'CertificateType -> CertificatePattern'CertificateType -> Bool Source # (>) :: CertificatePattern'CertificateType -> CertificatePattern'CertificateType -> Bool Source # (>=) :: CertificatePattern'CertificateType -> CertificatePattern'CertificateType -> Bool Source # max :: CertificatePattern'CertificateType -> CertificatePattern'CertificateType -> CertificatePattern'CertificateType Source # min :: CertificatePattern'CertificateType -> CertificatePattern'CertificateType -> CertificatePattern'CertificateType Source # | |
| Show CertificatePattern'CertificateType # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField CertificatePattern "maybe'certificateType" (Maybe CertificatePattern'CertificateType) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'certificateType" -> (Maybe CertificatePattern'CertificateType -> f (Maybe CertificatePattern'CertificateType)) -> CertificatePattern -> f CertificatePattern Source # | |
data Collateral #
Instances
| NFData Collateral # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: Collateral -> () Source # | |
| Eq Collateral # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: Collateral -> Collateral -> Bool Source # (/=) :: Collateral -> Collateral -> Bool Source # | |
| Ord Collateral # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: Collateral -> Collateral -> Ordering Source # (<) :: Collateral -> Collateral -> Bool Source # (<=) :: Collateral -> Collateral -> Bool Source # (>) :: Collateral -> Collateral -> Bool Source # (>=) :: Collateral -> Collateral -> Bool Source # max :: Collateral -> Collateral -> Collateral Source # min :: Collateral -> Collateral -> Collateral Source # | |
| Show Collateral # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message Collateral # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Collateral -> Text Source # packedMessageDescriptor :: Proxy Collateral -> ByteString Source # packedFileDescriptor :: Proxy Collateral -> ByteString Source # defMessage :: Collateral Source # fieldsByTag :: Map Tag (FieldDescriptor Collateral) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Collateral) Source # unknownFields :: Lens' Collateral FieldSet Source # parseMessage :: Parser Collateral Source # buildMessage :: Collateral -> Builder Source # | |
| HasField Collateral "collateralReturn" TxOutput # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "collateralReturn" -> (TxOutput -> f TxOutput) -> Collateral -> f Collateral Source # | |
| HasField Collateral "totalCollateral" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "totalCollateral" -> (BigInt -> f BigInt) -> Collateral -> f Collateral Source # | |
| HasField Tx "collateral" Collateral # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "collateral" -> (Collateral -> f Collateral) -> Tx -> f Tx Source # | |
| HasField Collateral "collateral" [TxInput] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "collateral" -> ([TxInput] -> f [TxInput]) -> Collateral -> f Collateral Source # | |
| HasField Collateral "maybe'collateralReturn" (Maybe TxOutput) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Collateral "maybe'totalCollateral" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Collateral "vec'collateral" (Vector TxInput) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'collateral" -> (Vector TxInput -> f (Vector TxInput)) -> Collateral -> f Collateral Source # | |
| HasField Tx "maybe'collateral" (Maybe Collateral) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
Instances
| NFData Committee # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq Committee # | |
| Ord Committee # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show Committee # | |
| Message Committee # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Committee -> Text Source # packedMessageDescriptor :: Proxy Committee -> ByteString Source # packedFileDescriptor :: Proxy Committee -> ByteString Source # defMessage :: Committee Source # fieldsByTag :: Map Tag (FieldDescriptor Committee) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Committee) Source # unknownFields :: Lens' Committee FieldSet Source # parseMessage :: Parser Committee Source # buildMessage :: Committee -> Builder Source # | |
| HasField Committee "threshold" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "threshold" -> (RationalNumber -> f RationalNumber) -> Committee -> f Committee Source # | |
| HasField Genesis "committee" Committee # | |
| HasField Committee "maybe'threshold" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Genesis "maybe'committee" (Maybe Committee) # | |
| HasField Committee "members" (Map Text Word64) # | |
data Committee'MembersEntry #
Instances
| NFData Committee'MembersEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: Committee'MembersEntry -> () Source # | |
| Eq Committee'MembersEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: Committee'MembersEntry -> Committee'MembersEntry -> Bool Source # (/=) :: Committee'MembersEntry -> Committee'MembersEntry -> Bool Source # | |
| Ord Committee'MembersEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: Committee'MembersEntry -> Committee'MembersEntry -> Ordering Source # (<) :: Committee'MembersEntry -> Committee'MembersEntry -> Bool Source # (<=) :: Committee'MembersEntry -> Committee'MembersEntry -> Bool Source # (>) :: Committee'MembersEntry -> Committee'MembersEntry -> Bool Source # (>=) :: Committee'MembersEntry -> Committee'MembersEntry -> Bool Source # max :: Committee'MembersEntry -> Committee'MembersEntry -> Committee'MembersEntry Source # min :: Committee'MembersEntry -> Committee'MembersEntry -> Committee'MembersEntry Source # | |
| Show Committee'MembersEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message Committee'MembersEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Committee'MembersEntry -> Text Source # packedMessageDescriptor :: Proxy Committee'MembersEntry -> ByteString Source # packedFileDescriptor :: Proxy Committee'MembersEntry -> ByteString Source # defMessage :: Committee'MembersEntry Source # fieldsByTag :: Map Tag (FieldDescriptor Committee'MembersEntry) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Committee'MembersEntry) Source # unknownFields :: Lens' Committee'MembersEntry FieldSet Source # parseMessage :: Parser Committee'MembersEntry Source # | |
| HasField Committee'MembersEntry "key" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "key" -> (Text -> f Text) -> Committee'MembersEntry -> f Committee'MembersEntry Source # | |
| HasField Committee'MembersEntry "value" Word64 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "value" -> (Word64 -> f Word64) -> Committee'MembersEntry -> f Committee'MembersEntry Source # | |
data Constitution #
Instances
| NFData Constitution # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: Constitution -> () Source # | |
| Eq Constitution # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: Constitution -> Constitution -> Bool Source # (/=) :: Constitution -> Constitution -> Bool Source # | |
| Ord Constitution # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: Constitution -> Constitution -> Ordering Source # (<) :: Constitution -> Constitution -> Bool Source # (<=) :: Constitution -> Constitution -> Bool Source # (>) :: Constitution -> Constitution -> Bool Source # (>=) :: Constitution -> Constitution -> Bool Source # max :: Constitution -> Constitution -> Constitution Source # min :: Constitution -> Constitution -> Constitution Source # | |
| Show Constitution # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message Constitution # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Constitution -> Text Source # packedMessageDescriptor :: Proxy Constitution -> ByteString Source # packedFileDescriptor :: Proxy Constitution -> ByteString Source # defMessage :: Constitution Source # fieldsByTag :: Map Tag (FieldDescriptor Constitution) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Constitution) Source # unknownFields :: Lens' Constitution FieldSet Source # parseMessage :: Parser Constitution Source # buildMessage :: Constitution -> Builder Source # | |
| HasField Constitution "anchor" Anchor # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "anchor" -> (Anchor -> f Anchor) -> Constitution -> f Constitution Source # | |
| HasField Constitution "hash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "hash" -> (ByteString -> f ByteString) -> Constitution -> f Constitution Source # | |
| HasField Genesis "constitution" Constitution # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "constitution" -> (Constitution -> f Constitution) -> Genesis -> f Genesis Source # | |
| HasField NewConstitutionAction "constitution" Constitution # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "constitution" -> (Constitution -> f Constitution) -> NewConstitutionAction -> f NewConstitutionAction Source # | |
| HasField Constitution "maybe'anchor" (Maybe Anchor) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Genesis "maybe'constitution" (Maybe Constitution) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField NewConstitutionAction "maybe'constitution" (Maybe Constitution) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'constitution" -> (Maybe Constitution -> f (Maybe Constitution)) -> NewConstitutionAction -> f NewConstitutionAction Source # | |
Instances
| NFData Constr # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq Constr # | |
| Ord Constr # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show Constr # | |
| Message Constr # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Constr -> Text Source # packedMessageDescriptor :: Proxy Constr -> ByteString Source # packedFileDescriptor :: Proxy Constr -> ByteString Source # defMessage :: Constr Source # fieldsByTag :: Map Tag (FieldDescriptor Constr) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Constr) Source # unknownFields :: Lens' Constr FieldSet Source # parseMessage :: Parser Constr Source # buildMessage :: Constr -> Builder Source # | |
| HasField Constr "anyConstructor" Word64 # | |
| HasField Constr "tag" Word32 # | |
| HasField PlutusData "constr" Constr # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "constr" -> (Constr -> f Constr) -> PlutusData -> f PlutusData Source # | |
| HasField Constr "fields" [PlutusData] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "fields" -> ([PlutusData] -> f [PlutusData]) -> Constr -> f Constr Source # | |
| HasField Constr "vec'fields" (Vector PlutusData) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'fields" -> (Vector PlutusData -> f (Vector PlutusData)) -> Constr -> f Constr Source # | |
| HasField PlutusData "maybe'constr" (Maybe Constr) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
Instances
| NFData CostModel # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq CostModel # | |
| Ord CostModel # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show CostModel # | |
| Message CostModel # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy CostModel -> Text Source # packedMessageDescriptor :: Proxy CostModel -> ByteString Source # packedFileDescriptor :: Proxy CostModel -> ByteString Source # defMessage :: CostModel Source # fieldsByTag :: Map Tag (FieldDescriptor CostModel) Source # fieldsByTextFormatName :: Map String (FieldDescriptor CostModel) Source # unknownFields :: Lens' CostModel FieldSet Source # parseMessage :: Parser CostModel Source # buildMessage :: CostModel -> Builder Source # | |
| HasField CostModelMap "plutusV1" CostModel # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "plutusV1" -> (CostModel -> f CostModel) -> CostModelMap -> f CostModelMap Source # | |
| HasField CostModelMap "plutusV2" CostModel # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "plutusV2" -> (CostModel -> f CostModel) -> CostModelMap -> f CostModelMap Source # | |
| HasField CostModelMap "plutusV3" CostModel # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "plutusV3" -> (CostModel -> f CostModel) -> CostModelMap -> f CostModelMap Source # | |
| HasField CostModelMap "plutusV4" CostModel # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "plutusV4" -> (CostModel -> f CostModel) -> CostModelMap -> f CostModelMap Source # | |
| HasField CostModels "plutusV1" CostModel # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "plutusV1" -> (CostModel -> f CostModel) -> CostModels -> f CostModels Source # | |
| HasField CostModels "plutusV2" CostModel # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "plutusV2" -> (CostModel -> f CostModel) -> CostModels -> f CostModels Source # | |
| HasField CostModels "plutusV3" CostModel # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "plutusV3" -> (CostModel -> f CostModel) -> CostModels -> f CostModels Source # | |
| HasField CostModels "plutusV4" CostModel # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "plutusV4" -> (CostModel -> f CostModel) -> CostModels -> f CostModels Source # | |
| HasField CostModel "values" [Int64] # | |
| HasField CostModel "vec'values" (Vector Int64) # | |
| HasField CostModelMap "maybe'plutusV1" (Maybe CostModel) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField CostModelMap "maybe'plutusV2" (Maybe CostModel) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField CostModelMap "maybe'plutusV3" (Maybe CostModel) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField CostModelMap "maybe'plutusV4" (Maybe CostModel) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField CostModels "maybe'plutusV1" (Maybe CostModel) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField CostModels "maybe'plutusV2" (Maybe CostModel) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField CostModels "maybe'plutusV3" (Maybe CostModel) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField CostModels "maybe'plutusV4" (Maybe CostModel) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
data CostModelMap #
Instances
| NFData CostModelMap # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: CostModelMap -> () Source # | |
| Eq CostModelMap # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: CostModelMap -> CostModelMap -> Bool Source # (/=) :: CostModelMap -> CostModelMap -> Bool Source # | |
| Ord CostModelMap # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: CostModelMap -> CostModelMap -> Ordering Source # (<) :: CostModelMap -> CostModelMap -> Bool Source # (<=) :: CostModelMap -> CostModelMap -> Bool Source # (>) :: CostModelMap -> CostModelMap -> Bool Source # (>=) :: CostModelMap -> CostModelMap -> Bool Source # max :: CostModelMap -> CostModelMap -> CostModelMap Source # min :: CostModelMap -> CostModelMap -> CostModelMap Source # | |
| Show CostModelMap # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message CostModelMap # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy CostModelMap -> Text Source # packedMessageDescriptor :: Proxy CostModelMap -> ByteString Source # packedFileDescriptor :: Proxy CostModelMap -> ByteString Source # defMessage :: CostModelMap Source # fieldsByTag :: Map Tag (FieldDescriptor CostModelMap) Source # fieldsByTextFormatName :: Map String (FieldDescriptor CostModelMap) Source # unknownFields :: Lens' CostModelMap FieldSet Source # parseMessage :: Parser CostModelMap Source # buildMessage :: CostModelMap -> Builder Source # | |
| HasField CostModelMap "plutusV1" CostModel # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "plutusV1" -> (CostModel -> f CostModel) -> CostModelMap -> f CostModelMap Source # | |
| HasField CostModelMap "plutusV2" CostModel # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "plutusV2" -> (CostModel -> f CostModel) -> CostModelMap -> f CostModelMap Source # | |
| HasField CostModelMap "plutusV3" CostModel # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "plutusV3" -> (CostModel -> f CostModel) -> CostModelMap -> f CostModelMap Source # | |
| HasField CostModelMap "plutusV4" CostModel # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "plutusV4" -> (CostModel -> f CostModel) -> CostModelMap -> f CostModelMap Source # | |
| HasField Genesis "costModels" CostModelMap # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "costModels" -> (CostModelMap -> f CostModelMap) -> Genesis -> f Genesis Source # | |
| HasField CostModelMap "maybe'plutusV1" (Maybe CostModel) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField CostModelMap "maybe'plutusV2" (Maybe CostModel) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField CostModelMap "maybe'plutusV3" (Maybe CostModel) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField CostModelMap "maybe'plutusV4" (Maybe CostModel) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Genesis "maybe'costModels" (Maybe CostModelMap) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
data CostModels #
Instances
| NFData CostModels # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: CostModels -> () Source # | |
| Eq CostModels # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: CostModels -> CostModels -> Bool Source # (/=) :: CostModels -> CostModels -> Bool Source # | |
| Ord CostModels # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: CostModels -> CostModels -> Ordering Source # (<) :: CostModels -> CostModels -> Bool Source # (<=) :: CostModels -> CostModels -> Bool Source # (>) :: CostModels -> CostModels -> Bool Source # (>=) :: CostModels -> CostModels -> Bool Source # max :: CostModels -> CostModels -> CostModels Source # min :: CostModels -> CostModels -> CostModels Source # | |
| Show CostModels # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message CostModels # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy CostModels -> Text Source # packedMessageDescriptor :: Proxy CostModels -> ByteString Source # packedFileDescriptor :: Proxy CostModels -> ByteString Source # defMessage :: CostModels Source # fieldsByTag :: Map Tag (FieldDescriptor CostModels) Source # fieldsByTextFormatName :: Map String (FieldDescriptor CostModels) Source # unknownFields :: Lens' CostModels FieldSet Source # parseMessage :: Parser CostModels Source # buildMessage :: CostModels -> Builder Source # | |
| HasField CostModels "plutusV1" CostModel # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "plutusV1" -> (CostModel -> f CostModel) -> CostModels -> f CostModels Source # | |
| HasField CostModels "plutusV2" CostModel # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "plutusV2" -> (CostModel -> f CostModel) -> CostModels -> f CostModels Source # | |
| HasField CostModels "plutusV3" CostModel # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "plutusV3" -> (CostModel -> f CostModel) -> CostModels -> f CostModels Source # | |
| HasField CostModels "plutusV4" CostModel # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "plutusV4" -> (CostModel -> f CostModel) -> CostModels -> f CostModels Source # | |
| HasField PParams "costModels" CostModels # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "costModels" -> (CostModels -> f CostModels) -> PParams -> f PParams Source # | |
| HasField CostModels "maybe'plutusV1" (Maybe CostModel) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField CostModels "maybe'plutusV2" (Maybe CostModel) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField CostModels "maybe'plutusV3" (Maybe CostModel) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField CostModels "maybe'plutusV4" (Maybe CostModel) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PParams "maybe'costModels" (Maybe CostModels) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
Instances
| NFData DRep # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq DRep # | |
| Ord DRep # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show DRep # | |
| Message DRep # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy DRep -> Text Source # packedMessageDescriptor :: Proxy DRep -> ByteString Source # packedFileDescriptor :: Proxy DRep -> ByteString Source # defMessage :: DRep Source # fieldsByTag :: Map Tag (FieldDescriptor DRep) Source # fieldsByTextFormatName :: Map String (FieldDescriptor DRep) Source # unknownFields :: Lens' DRep FieldSet Source # parseMessage :: Parser DRep Source # buildMessage :: DRep -> Builder Source # | |
| HasField DRep "abstain" Bool # | |
| HasField DRep "addrKeyHash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "addrKeyHash" -> (ByteString -> f ByteString) -> DRep -> f DRep Source # | |
| HasField DRep "noConfidence" Bool # | |
| HasField DRep "scriptHash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "scriptHash" -> (ByteString -> f ByteString) -> DRep -> f DRep Source # | |
| HasField StakeVoteDelegCert "drep" DRep # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "drep" -> (DRep -> f DRep) -> StakeVoteDelegCert -> f StakeVoteDelegCert Source # | |
| HasField StakeVoteRegDelegCert "drep" DRep # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "drep" -> (DRep -> f DRep) -> StakeVoteRegDelegCert -> f StakeVoteRegDelegCert Source # | |
| HasField VoteDelegCert "drep" DRep # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "drep" -> (DRep -> f DRep) -> VoteDelegCert -> f VoteDelegCert Source # | |
| HasField VoteRegDelegCert "drep" DRep # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "drep" -> (DRep -> f DRep) -> VoteRegDelegCert -> f VoteRegDelegCert Source # | |
| HasField DRep "maybe'abstain" (Maybe Bool) # | |
| HasField DRep "maybe'addrKeyHash" (Maybe ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField DRep "maybe'drep" (Maybe DRep'Drep) # | |
| HasField DRep "maybe'noConfidence" (Maybe Bool) # | |
| HasField DRep "maybe'scriptHash" (Maybe ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField StakeVoteDelegCert "maybe'drep" (Maybe DRep) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField StakeVoteRegDelegCert "maybe'drep" (Maybe DRep) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField VoteDelegCert "maybe'drep" (Maybe DRep) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField VoteRegDelegCert "maybe'drep" (Maybe DRep) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
Constructors
| DRep'AddrKeyHash !ByteString | |
| DRep'ScriptHash !ByteString | |
| DRep'Abstain !Bool | |
| DRep'NoConfidence !Bool |
Instances
| NFData DRep'Drep # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq DRep'Drep # | |
| Ord DRep'Drep # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show DRep'Drep # | |
| HasField DRep "maybe'drep" (Maybe DRep'Drep) # | |
data DRepVotingThresholds #
Instances
| NFData DRepVotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: DRepVotingThresholds -> () Source # | |
| Eq DRepVotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: DRepVotingThresholds -> DRepVotingThresholds -> Bool Source # (/=) :: DRepVotingThresholds -> DRepVotingThresholds -> Bool Source # | |
| Ord DRepVotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: DRepVotingThresholds -> DRepVotingThresholds -> Ordering Source # (<) :: DRepVotingThresholds -> DRepVotingThresholds -> Bool Source # (<=) :: DRepVotingThresholds -> DRepVotingThresholds -> Bool Source # (>) :: DRepVotingThresholds -> DRepVotingThresholds -> Bool Source # (>=) :: DRepVotingThresholds -> DRepVotingThresholds -> Bool Source # max :: DRepVotingThresholds -> DRepVotingThresholds -> DRepVotingThresholds Source # min :: DRepVotingThresholds -> DRepVotingThresholds -> DRepVotingThresholds Source # | |
| Show DRepVotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message DRepVotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy DRepVotingThresholds -> Text Source # packedMessageDescriptor :: Proxy DRepVotingThresholds -> ByteString Source # packedFileDescriptor :: Proxy DRepVotingThresholds -> ByteString Source # defMessage :: DRepVotingThresholds Source # fieldsByTag :: Map Tag (FieldDescriptor DRepVotingThresholds) Source # fieldsByTextFormatName :: Map String (FieldDescriptor DRepVotingThresholds) Source # unknownFields :: Lens' DRepVotingThresholds FieldSet Source # parseMessage :: Parser DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "committeeNoConfidence" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "committeeNoConfidence" -> (RationalNumber -> f RationalNumber) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "committeeNormal" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "committeeNormal" -> (RationalNumber -> f RationalNumber) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "hardForkInitiation" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "hardForkInitiation" -> (RationalNumber -> f RationalNumber) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "motionNoConfidence" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "motionNoConfidence" -> (RationalNumber -> f RationalNumber) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "ppEconomicGroup" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "ppEconomicGroup" -> (RationalNumber -> f RationalNumber) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "ppGovGroup" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "ppGovGroup" -> (RationalNumber -> f RationalNumber) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "ppNetworkGroup" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "ppNetworkGroup" -> (RationalNumber -> f RationalNumber) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "ppTechnicalGroup" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "ppTechnicalGroup" -> (RationalNumber -> f RationalNumber) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "treasuryWithdrawal" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "treasuryWithdrawal" -> (RationalNumber -> f RationalNumber) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "updateToConstitution" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "updateToConstitution" -> (RationalNumber -> f RationalNumber) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField Genesis "drepVotingThresholds" DRepVotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "drepVotingThresholds" -> (DRepVotingThresholds -> f DRepVotingThresholds) -> Genesis -> f Genesis Source # | |
| HasField DRepVotingThresholds "maybe'committeeNoConfidence" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'committeeNoConfidence" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "maybe'committeeNormal" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'committeeNormal" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "maybe'hardForkInitiation" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'hardForkInitiation" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "maybe'motionNoConfidence" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'motionNoConfidence" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "maybe'ppEconomicGroup" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'ppEconomicGroup" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "maybe'ppGovGroup" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'ppGovGroup" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "maybe'ppNetworkGroup" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'ppNetworkGroup" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "maybe'ppTechnicalGroup" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'ppTechnicalGroup" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "maybe'treasuryWithdrawal" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'treasuryWithdrawal" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "maybe'updateToConstitution" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'updateToConstitution" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField Genesis "maybe'drepVotingThresholds" (Maybe DRepVotingThresholds) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
Instances
| NFData Datum # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq Datum # | |
| Ord Datum # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show Datum # | |
| Message Datum # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Datum -> Text Source # packedMessageDescriptor :: Proxy Datum -> ByteString Source # packedFileDescriptor :: Proxy Datum -> ByteString Source # defMessage :: Datum Source # fieldsByTag :: Map Tag (FieldDescriptor Datum) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Datum) Source # unknownFields :: Lens' Datum FieldSet Source # parseMessage :: Parser Datum Source # buildMessage :: Datum -> Builder Source # | |
| HasField Datum "hash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "hash" -> (ByteString -> f ByteString) -> Datum -> f Datum Source # | |
| HasField Datum "originalCbor" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "originalCbor" -> (ByteString -> f ByteString) -> Datum -> f Datum Source # | |
| HasField Datum "payload" PlutusData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "payload" -> (PlutusData -> f PlutusData) -> Datum -> f Datum Source # | |
| HasField TxOutput "datum" Datum # | |
| HasField Datum "maybe'originalCbor" (Maybe ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Datum "maybe'payload" (Maybe PlutusData) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField TxOutput "maybe'datum" (Maybe Datum) # | |
data EraBoundary #
Instances
| NFData EraBoundary # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: EraBoundary -> () Source # | |
| Eq EraBoundary # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: EraBoundary -> EraBoundary -> Bool Source # (/=) :: EraBoundary -> EraBoundary -> Bool Source # | |
| Ord EraBoundary # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: EraBoundary -> EraBoundary -> Ordering Source # (<) :: EraBoundary -> EraBoundary -> Bool Source # (<=) :: EraBoundary -> EraBoundary -> Bool Source # (>) :: EraBoundary -> EraBoundary -> Bool Source # (>=) :: EraBoundary -> EraBoundary -> Bool Source # max :: EraBoundary -> EraBoundary -> EraBoundary Source # min :: EraBoundary -> EraBoundary -> EraBoundary Source # | |
| Show EraBoundary # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message EraBoundary # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy EraBoundary -> Text Source # packedMessageDescriptor :: Proxy EraBoundary -> ByteString Source # packedFileDescriptor :: Proxy EraBoundary -> ByteString Source # defMessage :: EraBoundary Source # fieldsByTag :: Map Tag (FieldDescriptor EraBoundary) Source # fieldsByTextFormatName :: Map String (FieldDescriptor EraBoundary) Source # unknownFields :: Lens' EraBoundary FieldSet Source # parseMessage :: Parser EraBoundary Source # buildMessage :: EraBoundary -> Builder Source # | |
| HasField EraBoundary "epoch" Word64 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "epoch" -> (Word64 -> f Word64) -> EraBoundary -> f EraBoundary Source # | |
| HasField EraBoundary "slot" Word64 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "slot" -> (Word64 -> f Word64) -> EraBoundary -> f EraBoundary Source # | |
| HasField EraBoundary "time" Word64 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "time" -> (Word64 -> f Word64) -> EraBoundary -> f EraBoundary Source # | |
| HasField EraSummary "end" EraBoundary # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "end" -> (EraBoundary -> f EraBoundary) -> EraSummary -> f EraSummary Source # | |
| HasField EraSummary "start" EraBoundary # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "start" -> (EraBoundary -> f EraBoundary) -> EraSummary -> f EraSummary Source # | |
| HasField EraSummary "maybe'end" (Maybe EraBoundary) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'end" -> (Maybe EraBoundary -> f (Maybe EraBoundary)) -> EraSummary -> f EraSummary Source # | |
| HasField EraSummary "maybe'start" (Maybe EraBoundary) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'start" -> (Maybe EraBoundary -> f (Maybe EraBoundary)) -> EraSummary -> f EraSummary Source # | |
data EraSummaries #
Instances
| NFData EraSummaries # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: EraSummaries -> () Source # | |
| Eq EraSummaries # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: EraSummaries -> EraSummaries -> Bool Source # (/=) :: EraSummaries -> EraSummaries -> Bool Source # | |
| Ord EraSummaries # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: EraSummaries -> EraSummaries -> Ordering Source # (<) :: EraSummaries -> EraSummaries -> Bool Source # (<=) :: EraSummaries -> EraSummaries -> Bool Source # (>) :: EraSummaries -> EraSummaries -> Bool Source # (>=) :: EraSummaries -> EraSummaries -> Bool Source # max :: EraSummaries -> EraSummaries -> EraSummaries Source # min :: EraSummaries -> EraSummaries -> EraSummaries Source # | |
| Show EraSummaries # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message EraSummaries # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy EraSummaries -> Text Source # packedMessageDescriptor :: Proxy EraSummaries -> ByteString Source # packedFileDescriptor :: Proxy EraSummaries -> ByteString Source # defMessage :: EraSummaries Source # fieldsByTag :: Map Tag (FieldDescriptor EraSummaries) Source # fieldsByTextFormatName :: Map String (FieldDescriptor EraSummaries) Source # unknownFields :: Lens' EraSummaries FieldSet Source # parseMessage :: Parser EraSummaries Source # buildMessage :: EraSummaries -> Builder Source # | |
| HasField ReadEraSummaryResponse "cardano" EraSummaries # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "cardano" -> (EraSummaries -> f EraSummaries) -> ReadEraSummaryResponse -> f ReadEraSummaryResponse Source # | |
| HasField EraSummaries "summaries" [EraSummary] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "summaries" -> ([EraSummary] -> f [EraSummary]) -> EraSummaries -> f EraSummaries Source # | |
| HasField EraSummaries "vec'summaries" (Vector EraSummary) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'summaries" -> (Vector EraSummary -> f (Vector EraSummary)) -> EraSummaries -> f EraSummaries Source # | |
| HasField ReadEraSummaryResponse "maybe'cardano" (Maybe EraSummaries) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'cardano" -> (Maybe EraSummaries -> f (Maybe EraSummaries)) -> ReadEraSummaryResponse -> f ReadEraSummaryResponse Source # | |
data EraSummary #
Instances
| NFData EraSummary # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: EraSummary -> () Source # | |
| Eq EraSummary # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: EraSummary -> EraSummary -> Bool Source # (/=) :: EraSummary -> EraSummary -> Bool Source # | |
| Ord EraSummary # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: EraSummary -> EraSummary -> Ordering Source # (<) :: EraSummary -> EraSummary -> Bool Source # (<=) :: EraSummary -> EraSummary -> Bool Source # (>) :: EraSummary -> EraSummary -> Bool Source # (>=) :: EraSummary -> EraSummary -> Bool Source # max :: EraSummary -> EraSummary -> EraSummary Source # min :: EraSummary -> EraSummary -> EraSummary Source # | |
| Show EraSummary # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message EraSummary # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy EraSummary -> Text Source # packedMessageDescriptor :: Proxy EraSummary -> ByteString Source # packedFileDescriptor :: Proxy EraSummary -> ByteString Source # defMessage :: EraSummary Source # fieldsByTag :: Map Tag (FieldDescriptor EraSummary) Source # fieldsByTextFormatName :: Map String (FieldDescriptor EraSummary) Source # unknownFields :: Lens' EraSummary FieldSet Source # parseMessage :: Parser EraSummary Source # buildMessage :: EraSummary -> Builder Source # | |
| HasField EraSummary "end" EraBoundary # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "end" -> (EraBoundary -> f EraBoundary) -> EraSummary -> f EraSummary Source # | |
| HasField EraSummary "name" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "name" -> (Text -> f Text) -> EraSummary -> f EraSummary Source # | |
| HasField EraSummary "protocolParams" PParams # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "protocolParams" -> (PParams -> f PParams) -> EraSummary -> f EraSummary Source # | |
| HasField EraSummary "start" EraBoundary # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "start" -> (EraBoundary -> f EraBoundary) -> EraSummary -> f EraSummary Source # | |
| HasField EraSummaries "summaries" [EraSummary] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "summaries" -> ([EraSummary] -> f [EraSummary]) -> EraSummaries -> f EraSummaries Source # | |
| HasField EraSummaries "vec'summaries" (Vector EraSummary) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'summaries" -> (Vector EraSummary -> f (Vector EraSummary)) -> EraSummaries -> f EraSummaries Source # | |
| HasField EraSummary "maybe'end" (Maybe EraBoundary) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'end" -> (Maybe EraBoundary -> f (Maybe EraBoundary)) -> EraSummary -> f EraSummary Source # | |
| HasField EraSummary "maybe'protocolParams" (Maybe PParams) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField EraSummary "maybe'start" (Maybe EraBoundary) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'start" -> (Maybe EraBoundary -> f (Maybe EraBoundary)) -> EraSummary -> f EraSummary Source # | |
data EvalReport #
Instances
| NFData EvalReport # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: EvalReport -> () Source # | |
| Eq EvalReport # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: EvalReport -> EvalReport -> Bool Source # (/=) :: EvalReport -> EvalReport -> Bool Source # | |
| Ord EvalReport # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: EvalReport -> EvalReport -> Ordering Source # (<) :: EvalReport -> EvalReport -> Bool Source # (<=) :: EvalReport -> EvalReport -> Bool Source # (>) :: EvalReport -> EvalReport -> Bool Source # (>=) :: EvalReport -> EvalReport -> Bool Source # max :: EvalReport -> EvalReport -> EvalReport Source # min :: EvalReport -> EvalReport -> EvalReport Source # | |
| Show EvalReport # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message EvalReport # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy EvalReport -> Text Source # packedMessageDescriptor :: Proxy EvalReport -> ByteString Source # packedFileDescriptor :: Proxy EvalReport -> ByteString Source # defMessage :: EvalReport Source # fieldsByTag :: Map Tag (FieldDescriptor EvalReport) Source # fieldsByTextFormatName :: Map String (FieldDescriptor EvalReport) Source # unknownFields :: Lens' EvalReport FieldSet Source # parseMessage :: Parser EvalReport Source # buildMessage :: EvalReport -> Builder Source # | |
| HasField EvalReport "index" Word32 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "index" -> (Word32 -> f Word32) -> EvalReport -> f EvalReport Source # | |
| HasField EvalReport "msg" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "msg" -> (Text -> f Text) -> EvalReport -> f EvalReport Source # | |
| HasField EvalReport "purpose" RedeemerPurpose # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "purpose" -> (RedeemerPurpose -> f RedeemerPurpose) -> EvalReport -> f EvalReport Source # | |
| HasField EvalReport "maybe'index" (Maybe Word32) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField EvalReport "maybe'purpose" (Maybe RedeemerPurpose) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'purpose" -> (Maybe RedeemerPurpose -> f (Maybe RedeemerPurpose)) -> EvalReport -> f EvalReport Source # | |
| HasField TxEval "errors" [EvalReport] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "errors" -> ([EvalReport] -> f [EvalReport]) -> TxEval -> f TxEval Source # | |
| HasField TxEval "traces" [EvalReport] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "traces" -> ([EvalReport] -> f [EvalReport]) -> TxEval -> f TxEval Source # | |
| HasField TxEval "vec'errors" (Vector EvalReport) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'errors" -> (Vector EvalReport -> f (Vector EvalReport)) -> TxEval -> f TxEval Source # | |
| HasField TxEval "vec'traces" (Vector EvalReport) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'traces" -> (Vector EvalReport -> f (Vector EvalReport)) -> TxEval -> f TxEval Source # | |
Instances
| NFData ExPrices # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq ExPrices # | |
| Ord ExPrices # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show ExPrices # | |
| Message ExPrices # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy ExPrices -> Text Source # packedMessageDescriptor :: Proxy ExPrices -> ByteString Source # packedFileDescriptor :: Proxy ExPrices -> ByteString Source # defMessage :: ExPrices Source # fieldsByTag :: Map Tag (FieldDescriptor ExPrices) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ExPrices) Source # unknownFields :: Lens' ExPrices FieldSet Source # parseMessage :: Parser ExPrices Source # buildMessage :: ExPrices -> Builder Source # | |
| HasField ExPrices "memory" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "memory" -> (RationalNumber -> f RationalNumber) -> ExPrices -> f ExPrices Source # | |
| HasField ExPrices "steps" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "steps" -> (RationalNumber -> f RationalNumber) -> ExPrices -> f ExPrices Source # | |
| HasField Genesis "executionPrices" ExPrices # | |
| HasField PParams "prices" ExPrices # | |
| HasField ExPrices "maybe'memory" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField ExPrices "maybe'steps" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Genesis "maybe'executionPrices" (Maybe ExPrices) # | |
| HasField PParams "maybe'prices" (Maybe ExPrices) # | |
Instances
| NFData ExUnits # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq ExUnits # | |
| Ord ExUnits # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show ExUnits # | |
| Message ExUnits # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy ExUnits -> Text Source # packedMessageDescriptor :: Proxy ExUnits -> ByteString Source # packedFileDescriptor :: Proxy ExUnits -> ByteString Source # defMessage :: ExUnits Source # fieldsByTag :: Map Tag (FieldDescriptor ExUnits) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ExUnits) Source # unknownFields :: Lens' ExUnits FieldSet Source # parseMessage :: Parser ExUnits Source # buildMessage :: ExUnits -> Builder Source # | |
| HasField ExUnits "memory" Word64 # | |
| HasField ExUnits "steps" Word64 # | |
| HasField Genesis "maxBlockExUnits" ExUnits # | |
| HasField Genesis "maxTxExUnits" ExUnits # | |
| HasField PParams "maxExecutionUnitsPerBlock" ExUnits # | |
| HasField PParams "maxExecutionUnitsPerTransaction" ExUnits # | |
| HasField Redeemer "exUnits" ExUnits # | |
| HasField TxEval "exUnits" ExUnits # | |
| HasField Genesis "maybe'maxBlockExUnits" (Maybe ExUnits) # | |
| HasField Genesis "maybe'maxTxExUnits" (Maybe ExUnits) # | |
| HasField PParams "maybe'maxExecutionUnitsPerBlock" (Maybe ExUnits) # | |
| HasField PParams "maybe'maxExecutionUnitsPerTransaction" (Maybe ExUnits) # | |
| HasField Redeemer "maybe'exUnits" (Maybe ExUnits) # | |
| HasField TxEval "maybe'exUnits" (Maybe ExUnits) # | |
| Inject ExUnits (Proto ExUnits) Source # | |
| Inject (Proto ExUnits) ExUnits Source # | |
data ExtraEntropy #
Instances
| NFData ExtraEntropy # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: ExtraEntropy -> () Source # | |
| Eq ExtraEntropy # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: ExtraEntropy -> ExtraEntropy -> Bool Source # (/=) :: ExtraEntropy -> ExtraEntropy -> Bool Source # | |
| Ord ExtraEntropy # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: ExtraEntropy -> ExtraEntropy -> Ordering Source # (<) :: ExtraEntropy -> ExtraEntropy -> Bool Source # (<=) :: ExtraEntropy -> ExtraEntropy -> Bool Source # (>) :: ExtraEntropy -> ExtraEntropy -> Bool Source # (>=) :: ExtraEntropy -> ExtraEntropy -> Bool Source # max :: ExtraEntropy -> ExtraEntropy -> ExtraEntropy Source # min :: ExtraEntropy -> ExtraEntropy -> ExtraEntropy Source # | |
| Show ExtraEntropy # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message ExtraEntropy # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy ExtraEntropy -> Text Source # packedMessageDescriptor :: Proxy ExtraEntropy -> ByteString Source # packedFileDescriptor :: Proxy ExtraEntropy -> ByteString Source # defMessage :: ExtraEntropy Source # fieldsByTag :: Map Tag (FieldDescriptor ExtraEntropy) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ExtraEntropy) Source # unknownFields :: Lens' ExtraEntropy FieldSet Source # parseMessage :: Parser ExtraEntropy Source # buildMessage :: ExtraEntropy -> Builder Source # | |
| HasField ExtraEntropy "tag" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "tag" -> (Text -> f Text) -> ExtraEntropy -> f ExtraEntropy Source # | |
Instances
| NFData GenDelegs # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq GenDelegs # | |
| Ord GenDelegs # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show GenDelegs # | |
| Message GenDelegs # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy GenDelegs -> Text Source # packedMessageDescriptor :: Proxy GenDelegs -> ByteString Source # packedFileDescriptor :: Proxy GenDelegs -> ByteString Source # defMessage :: GenDelegs Source # fieldsByTag :: Map Tag (FieldDescriptor GenDelegs) Source # fieldsByTextFormatName :: Map String (FieldDescriptor GenDelegs) Source # unknownFields :: Lens' GenDelegs FieldSet Source # parseMessage :: Parser GenDelegs Source # buildMessage :: GenDelegs -> Builder Source # | |
| HasField GenDelegs "delegate" Text # | |
| HasField GenDelegs "vrf" Text # | |
| HasField Genesis'GenDelegsEntry "value" GenDelegs # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "value" -> (GenDelegs -> f GenDelegs) -> Genesis'GenDelegsEntry -> f Genesis'GenDelegsEntry Source # | |
| HasField Genesis'GenDelegsEntry "maybe'value" (Maybe GenDelegs) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Genesis "genDelegs" (Map Text GenDelegs) # | |
Instances
| NFData Genesis # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq Genesis # | |
| Ord Genesis # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show Genesis # | |
| Message Genesis # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Genesis -> Text Source # packedMessageDescriptor :: Proxy Genesis -> ByteString Source # packedFileDescriptor :: Proxy Genesis -> ByteString Source # defMessage :: Genesis Source # fieldsByTag :: Map Tag (FieldDescriptor Genesis) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Genesis) Source # unknownFields :: Lens' Genesis FieldSet Source # parseMessage :: Parser Genesis Source # buildMessage :: Genesis -> Builder Source # | |
| HasField Genesis "activeSlotsCoeff" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "activeSlotsCoeff" -> (RationalNumber -> f RationalNumber) -> Genesis -> f Genesis Source # | |
| HasField Genesis "blockVersionData" BlockVersionData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "blockVersionData" -> (BlockVersionData -> f BlockVersionData) -> Genesis -> f Genesis Source # | |
| HasField Genesis "collateralPercentage" Word32 # | |
| HasField Genesis "committee" Committee # | |
| HasField Genesis "committeeMaxTermLength" Word64 # | |
| HasField Genesis "committeeMinSize" Word64 # | |
| HasField Genesis "constitution" Constitution # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "constitution" -> (Constitution -> f Constitution) -> Genesis -> f Genesis Source # | |
| HasField Genesis "costModels" CostModelMap # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "costModels" -> (CostModelMap -> f CostModelMap) -> Genesis -> f Genesis Source # | |
| HasField Genesis "drepActivity" Word64 # | |
| HasField Genesis "drepDeposit" BigInt # | |
| HasField Genesis "drepVotingThresholds" DRepVotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "drepVotingThresholds" -> (DRepVotingThresholds -> f DRepVotingThresholds) -> Genesis -> f Genesis Source # | |
| HasField Genesis "epochLength" Word32 # | |
| HasField Genesis "executionPrices" ExPrices # | |
| HasField Genesis "ftsSeed" Text # | |
| HasField Genesis "govActionDeposit" BigInt # | |
| HasField Genesis "govActionLifetime" Word64 # | |
| HasField Genesis "lovelacePerUtxoWord" BigInt # | |
| HasField Genesis "maxBlockExUnits" ExUnits # | |
| HasField Genesis "maxCollateralInputs" Word32 # | |
| HasField Genesis "maxKesEvolutions" Word32 # | |
| HasField Genesis "maxLovelaceSupply" BigInt # | |
| HasField Genesis "maxTxExUnits" ExUnits # | |
| HasField Genesis "maxValueSize" Word32 # | |
| HasField Genesis "minFeeRefScriptCostPerByte" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "minFeeRefScriptCostPerByte" -> (RationalNumber -> f RationalNumber) -> Genesis -> f Genesis Source # | |
| HasField Genesis "networkId" Text # | |
| HasField Genesis "networkMagic" Word32 # | |
| HasField Genesis "poolVotingThresholds" PoolVotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolVotingThresholds" -> (PoolVotingThresholds -> f PoolVotingThresholds) -> Genesis -> f Genesis Source # | |
| HasField Genesis "protocolConsts" ProtocolConsts # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "protocolConsts" -> (ProtocolConsts -> f ProtocolConsts) -> Genesis -> f Genesis Source # | |
| HasField Genesis "protocolParams" PParams # | |
| HasField Genesis "securityParam" Word32 # | |
| HasField Genesis "slotLength" Word32 # | |
| HasField Genesis "slotsPerKesPeriod" Word32 # | |
| HasField Genesis "startTime" Word64 # | |
| HasField Genesis "systemStart" Text # | |
| HasField Genesis "updateQuorum" Word32 # | |
| HasField ReadGenesisResponse "cardano" Genesis # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "cardano" -> (Genesis -> f Genesis) -> ReadGenesisResponse -> f ReadGenesisResponse Source # | |
| HasField Genesis "maybe'activeSlotsCoeff" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Genesis "maybe'blockVersionData" (Maybe BlockVersionData) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Genesis "maybe'committee" (Maybe Committee) # | |
| HasField Genesis "maybe'constitution" (Maybe Constitution) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Genesis "maybe'costModels" (Maybe CostModelMap) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Genesis "maybe'drepDeposit" (Maybe BigInt) # | |
| HasField Genesis "maybe'drepVotingThresholds" (Maybe DRepVotingThresholds) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Genesis "maybe'executionPrices" (Maybe ExPrices) # | |
| HasField Genesis "maybe'govActionDeposit" (Maybe BigInt) # | |
| HasField Genesis "maybe'lovelacePerUtxoWord" (Maybe BigInt) # | |
| HasField Genesis "maybe'maxBlockExUnits" (Maybe ExUnits) # | |
| HasField Genesis "maybe'maxLovelaceSupply" (Maybe BigInt) # | |
| HasField Genesis "maybe'maxTxExUnits" (Maybe ExUnits) # | |
| HasField Genesis "maybe'minFeeRefScriptCostPerByte" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Genesis "maybe'poolVotingThresholds" (Maybe PoolVotingThresholds) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Genesis "maybe'protocolConsts" (Maybe ProtocolConsts) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Genesis "maybe'protocolParams" (Maybe PParams) # | |
| HasField ReadGenesisResponse "maybe'cardano" (Maybe Genesis) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| HasField Genesis "avvmDistr" (Map Text Text) # | |
| HasField Genesis "bootStakeholders" (Map Text Word64) # | |
| HasField Genesis "genDelegs" (Map Text GenDelegs) # | |
| HasField Genesis "heavyDelegation" (Map Text HeavyDelegation) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Genesis "initialFunds" (Map Text BigInt) # | |
| HasField Genesis "nonAvvmBalances" (Map Text Text) # | |
| HasField Genesis "vssCerts" (Map Text VssCert) # | |
data Genesis'AvvmDistrEntry #
Instances
| NFData Genesis'AvvmDistrEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: Genesis'AvvmDistrEntry -> () Source # | |
| Eq Genesis'AvvmDistrEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: Genesis'AvvmDistrEntry -> Genesis'AvvmDistrEntry -> Bool Source # (/=) :: Genesis'AvvmDistrEntry -> Genesis'AvvmDistrEntry -> Bool Source # | |
| Ord Genesis'AvvmDistrEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: Genesis'AvvmDistrEntry -> Genesis'AvvmDistrEntry -> Ordering Source # (<) :: Genesis'AvvmDistrEntry -> Genesis'AvvmDistrEntry -> Bool Source # (<=) :: Genesis'AvvmDistrEntry -> Genesis'AvvmDistrEntry -> Bool Source # (>) :: Genesis'AvvmDistrEntry -> Genesis'AvvmDistrEntry -> Bool Source # (>=) :: Genesis'AvvmDistrEntry -> Genesis'AvvmDistrEntry -> Bool Source # max :: Genesis'AvvmDistrEntry -> Genesis'AvvmDistrEntry -> Genesis'AvvmDistrEntry Source # min :: Genesis'AvvmDistrEntry -> Genesis'AvvmDistrEntry -> Genesis'AvvmDistrEntry Source # | |
| Show Genesis'AvvmDistrEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message Genesis'AvvmDistrEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Genesis'AvvmDistrEntry -> Text Source # packedMessageDescriptor :: Proxy Genesis'AvvmDistrEntry -> ByteString Source # packedFileDescriptor :: Proxy Genesis'AvvmDistrEntry -> ByteString Source # defMessage :: Genesis'AvvmDistrEntry Source # fieldsByTag :: Map Tag (FieldDescriptor Genesis'AvvmDistrEntry) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Genesis'AvvmDistrEntry) Source # unknownFields :: Lens' Genesis'AvvmDistrEntry FieldSet Source # parseMessage :: Parser Genesis'AvvmDistrEntry Source # | |
| HasField Genesis'AvvmDistrEntry "key" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "key" -> (Text -> f Text) -> Genesis'AvvmDistrEntry -> f Genesis'AvvmDistrEntry Source # | |
| HasField Genesis'AvvmDistrEntry "value" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "value" -> (Text -> f Text) -> Genesis'AvvmDistrEntry -> f Genesis'AvvmDistrEntry Source # | |
data Genesis'BootStakeholdersEntry #
Instances
| NFData Genesis'BootStakeholdersEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: Genesis'BootStakeholdersEntry -> () Source # | |
| Eq Genesis'BootStakeholdersEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Ord Genesis'BootStakeholdersEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: Genesis'BootStakeholdersEntry -> Genesis'BootStakeholdersEntry -> Ordering Source # (<) :: Genesis'BootStakeholdersEntry -> Genesis'BootStakeholdersEntry -> Bool Source # (<=) :: Genesis'BootStakeholdersEntry -> Genesis'BootStakeholdersEntry -> Bool Source # (>) :: Genesis'BootStakeholdersEntry -> Genesis'BootStakeholdersEntry -> Bool Source # (>=) :: Genesis'BootStakeholdersEntry -> Genesis'BootStakeholdersEntry -> Bool Source # max :: Genesis'BootStakeholdersEntry -> Genesis'BootStakeholdersEntry -> Genesis'BootStakeholdersEntry Source # min :: Genesis'BootStakeholdersEntry -> Genesis'BootStakeholdersEntry -> Genesis'BootStakeholdersEntry Source # | |
| Show Genesis'BootStakeholdersEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message Genesis'BootStakeholdersEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Genesis'BootStakeholdersEntry -> Text Source # packedMessageDescriptor :: Proxy Genesis'BootStakeholdersEntry -> ByteString Source # packedFileDescriptor :: Proxy Genesis'BootStakeholdersEntry -> ByteString Source # defMessage :: Genesis'BootStakeholdersEntry Source # fieldsByTag :: Map Tag (FieldDescriptor Genesis'BootStakeholdersEntry) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Genesis'BootStakeholdersEntry) Source # unknownFields :: Lens' Genesis'BootStakeholdersEntry FieldSet Source # parseMessage :: Parser Genesis'BootStakeholdersEntry Source # buildMessage :: Genesis'BootStakeholdersEntry -> Builder Source # | |
| HasField Genesis'BootStakeholdersEntry "key" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "key" -> (Text -> f Text) -> Genesis'BootStakeholdersEntry -> f Genesis'BootStakeholdersEntry Source # | |
| HasField Genesis'BootStakeholdersEntry "value" Word64 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "value" -> (Word64 -> f Word64) -> Genesis'BootStakeholdersEntry -> f Genesis'BootStakeholdersEntry Source # | |
data Genesis'GenDelegsEntry #
Instances
| NFData Genesis'GenDelegsEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: Genesis'GenDelegsEntry -> () Source # | |
| Eq Genesis'GenDelegsEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: Genesis'GenDelegsEntry -> Genesis'GenDelegsEntry -> Bool Source # (/=) :: Genesis'GenDelegsEntry -> Genesis'GenDelegsEntry -> Bool Source # | |
| Ord Genesis'GenDelegsEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: Genesis'GenDelegsEntry -> Genesis'GenDelegsEntry -> Ordering Source # (<) :: Genesis'GenDelegsEntry -> Genesis'GenDelegsEntry -> Bool Source # (<=) :: Genesis'GenDelegsEntry -> Genesis'GenDelegsEntry -> Bool Source # (>) :: Genesis'GenDelegsEntry -> Genesis'GenDelegsEntry -> Bool Source # (>=) :: Genesis'GenDelegsEntry -> Genesis'GenDelegsEntry -> Bool Source # max :: Genesis'GenDelegsEntry -> Genesis'GenDelegsEntry -> Genesis'GenDelegsEntry Source # min :: Genesis'GenDelegsEntry -> Genesis'GenDelegsEntry -> Genesis'GenDelegsEntry Source # | |
| Show Genesis'GenDelegsEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message Genesis'GenDelegsEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Genesis'GenDelegsEntry -> Text Source # packedMessageDescriptor :: Proxy Genesis'GenDelegsEntry -> ByteString Source # packedFileDescriptor :: Proxy Genesis'GenDelegsEntry -> ByteString Source # defMessage :: Genesis'GenDelegsEntry Source # fieldsByTag :: Map Tag (FieldDescriptor Genesis'GenDelegsEntry) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Genesis'GenDelegsEntry) Source # unknownFields :: Lens' Genesis'GenDelegsEntry FieldSet Source # parseMessage :: Parser Genesis'GenDelegsEntry Source # | |
| HasField Genesis'GenDelegsEntry "key" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "key" -> (Text -> f Text) -> Genesis'GenDelegsEntry -> f Genesis'GenDelegsEntry Source # | |
| HasField Genesis'GenDelegsEntry "value" GenDelegs # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "value" -> (GenDelegs -> f GenDelegs) -> Genesis'GenDelegsEntry -> f Genesis'GenDelegsEntry Source # | |
| HasField Genesis'GenDelegsEntry "maybe'value" (Maybe GenDelegs) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
data Genesis'HeavyDelegationEntry #
Instances
| NFData Genesis'HeavyDelegationEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: Genesis'HeavyDelegationEntry -> () Source # | |
| Eq Genesis'HeavyDelegationEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Ord Genesis'HeavyDelegationEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: Genesis'HeavyDelegationEntry -> Genesis'HeavyDelegationEntry -> Ordering Source # (<) :: Genesis'HeavyDelegationEntry -> Genesis'HeavyDelegationEntry -> Bool Source # (<=) :: Genesis'HeavyDelegationEntry -> Genesis'HeavyDelegationEntry -> Bool Source # (>) :: Genesis'HeavyDelegationEntry -> Genesis'HeavyDelegationEntry -> Bool Source # (>=) :: Genesis'HeavyDelegationEntry -> Genesis'HeavyDelegationEntry -> Bool Source # max :: Genesis'HeavyDelegationEntry -> Genesis'HeavyDelegationEntry -> Genesis'HeavyDelegationEntry Source # min :: Genesis'HeavyDelegationEntry -> Genesis'HeavyDelegationEntry -> Genesis'HeavyDelegationEntry Source # | |
| Show Genesis'HeavyDelegationEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message Genesis'HeavyDelegationEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Genesis'HeavyDelegationEntry -> Text Source # packedMessageDescriptor :: Proxy Genesis'HeavyDelegationEntry -> ByteString Source # packedFileDescriptor :: Proxy Genesis'HeavyDelegationEntry -> ByteString Source # defMessage :: Genesis'HeavyDelegationEntry Source # fieldsByTag :: Map Tag (FieldDescriptor Genesis'HeavyDelegationEntry) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Genesis'HeavyDelegationEntry) Source # unknownFields :: Lens' Genesis'HeavyDelegationEntry FieldSet Source # parseMessage :: Parser Genesis'HeavyDelegationEntry Source # buildMessage :: Genesis'HeavyDelegationEntry -> Builder Source # | |
| HasField Genesis'HeavyDelegationEntry "key" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "key" -> (Text -> f Text) -> Genesis'HeavyDelegationEntry -> f Genesis'HeavyDelegationEntry Source # | |
| HasField Genesis'HeavyDelegationEntry "value" HeavyDelegation # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "value" -> (HeavyDelegation -> f HeavyDelegation) -> Genesis'HeavyDelegationEntry -> f Genesis'HeavyDelegationEntry Source # | |
| HasField Genesis'HeavyDelegationEntry "maybe'value" (Maybe HeavyDelegation) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'value" -> (Maybe HeavyDelegation -> f (Maybe HeavyDelegation)) -> Genesis'HeavyDelegationEntry -> f Genesis'HeavyDelegationEntry Source # | |
data Genesis'InitialFundsEntry #
Instances
| NFData Genesis'InitialFundsEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: Genesis'InitialFundsEntry -> () Source # | |
| Eq Genesis'InitialFundsEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: Genesis'InitialFundsEntry -> Genesis'InitialFundsEntry -> Bool Source # (/=) :: Genesis'InitialFundsEntry -> Genesis'InitialFundsEntry -> Bool Source # | |
| Ord Genesis'InitialFundsEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: Genesis'InitialFundsEntry -> Genesis'InitialFundsEntry -> Ordering Source # (<) :: Genesis'InitialFundsEntry -> Genesis'InitialFundsEntry -> Bool Source # (<=) :: Genesis'InitialFundsEntry -> Genesis'InitialFundsEntry -> Bool Source # (>) :: Genesis'InitialFundsEntry -> Genesis'InitialFundsEntry -> Bool Source # (>=) :: Genesis'InitialFundsEntry -> Genesis'InitialFundsEntry -> Bool Source # max :: Genesis'InitialFundsEntry -> Genesis'InitialFundsEntry -> Genesis'InitialFundsEntry Source # min :: Genesis'InitialFundsEntry -> Genesis'InitialFundsEntry -> Genesis'InitialFundsEntry Source # | |
| Show Genesis'InitialFundsEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message Genesis'InitialFundsEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Genesis'InitialFundsEntry -> Text Source # packedMessageDescriptor :: Proxy Genesis'InitialFundsEntry -> ByteString Source # packedFileDescriptor :: Proxy Genesis'InitialFundsEntry -> ByteString Source # defMessage :: Genesis'InitialFundsEntry Source # fieldsByTag :: Map Tag (FieldDescriptor Genesis'InitialFundsEntry) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Genesis'InitialFundsEntry) Source # unknownFields :: Lens' Genesis'InitialFundsEntry FieldSet Source # parseMessage :: Parser Genesis'InitialFundsEntry Source # buildMessage :: Genesis'InitialFundsEntry -> Builder Source # | |
| HasField Genesis'InitialFundsEntry "key" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "key" -> (Text -> f Text) -> Genesis'InitialFundsEntry -> f Genesis'InitialFundsEntry Source # | |
| HasField Genesis'InitialFundsEntry "value" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "value" -> (BigInt -> f BigInt) -> Genesis'InitialFundsEntry -> f Genesis'InitialFundsEntry Source # | |
| HasField Genesis'InitialFundsEntry "maybe'value" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
data Genesis'NonAvvmBalancesEntry #
Instances
| NFData Genesis'NonAvvmBalancesEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: Genesis'NonAvvmBalancesEntry -> () Source # | |
| Eq Genesis'NonAvvmBalancesEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Ord Genesis'NonAvvmBalancesEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: Genesis'NonAvvmBalancesEntry -> Genesis'NonAvvmBalancesEntry -> Ordering Source # (<) :: Genesis'NonAvvmBalancesEntry -> Genesis'NonAvvmBalancesEntry -> Bool Source # (<=) :: Genesis'NonAvvmBalancesEntry -> Genesis'NonAvvmBalancesEntry -> Bool Source # (>) :: Genesis'NonAvvmBalancesEntry -> Genesis'NonAvvmBalancesEntry -> Bool Source # (>=) :: Genesis'NonAvvmBalancesEntry -> Genesis'NonAvvmBalancesEntry -> Bool Source # max :: Genesis'NonAvvmBalancesEntry -> Genesis'NonAvvmBalancesEntry -> Genesis'NonAvvmBalancesEntry Source # min :: Genesis'NonAvvmBalancesEntry -> Genesis'NonAvvmBalancesEntry -> Genesis'NonAvvmBalancesEntry Source # | |
| Show Genesis'NonAvvmBalancesEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message Genesis'NonAvvmBalancesEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Genesis'NonAvvmBalancesEntry -> Text Source # packedMessageDescriptor :: Proxy Genesis'NonAvvmBalancesEntry -> ByteString Source # packedFileDescriptor :: Proxy Genesis'NonAvvmBalancesEntry -> ByteString Source # defMessage :: Genesis'NonAvvmBalancesEntry Source # fieldsByTag :: Map Tag (FieldDescriptor Genesis'NonAvvmBalancesEntry) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Genesis'NonAvvmBalancesEntry) Source # unknownFields :: Lens' Genesis'NonAvvmBalancesEntry FieldSet Source # parseMessage :: Parser Genesis'NonAvvmBalancesEntry Source # buildMessage :: Genesis'NonAvvmBalancesEntry -> Builder Source # | |
| HasField Genesis'NonAvvmBalancesEntry "key" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "key" -> (Text -> f Text) -> Genesis'NonAvvmBalancesEntry -> f Genesis'NonAvvmBalancesEntry Source # | |
| HasField Genesis'NonAvvmBalancesEntry "value" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "value" -> (Text -> f Text) -> Genesis'NonAvvmBalancesEntry -> f Genesis'NonAvvmBalancesEntry Source # | |
data Genesis'VssCertsEntry #
Instances
| NFData Genesis'VssCertsEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: Genesis'VssCertsEntry -> () Source # | |
| Eq Genesis'VssCertsEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: Genesis'VssCertsEntry -> Genesis'VssCertsEntry -> Bool Source # (/=) :: Genesis'VssCertsEntry -> Genesis'VssCertsEntry -> Bool Source # | |
| Ord Genesis'VssCertsEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: Genesis'VssCertsEntry -> Genesis'VssCertsEntry -> Ordering Source # (<) :: Genesis'VssCertsEntry -> Genesis'VssCertsEntry -> Bool Source # (<=) :: Genesis'VssCertsEntry -> Genesis'VssCertsEntry -> Bool Source # (>) :: Genesis'VssCertsEntry -> Genesis'VssCertsEntry -> Bool Source # (>=) :: Genesis'VssCertsEntry -> Genesis'VssCertsEntry -> Bool Source # max :: Genesis'VssCertsEntry -> Genesis'VssCertsEntry -> Genesis'VssCertsEntry Source # min :: Genesis'VssCertsEntry -> Genesis'VssCertsEntry -> Genesis'VssCertsEntry Source # | |
| Show Genesis'VssCertsEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message Genesis'VssCertsEntry # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Genesis'VssCertsEntry -> Text Source # packedMessageDescriptor :: Proxy Genesis'VssCertsEntry -> ByteString Source # packedFileDescriptor :: Proxy Genesis'VssCertsEntry -> ByteString Source # defMessage :: Genesis'VssCertsEntry Source # fieldsByTag :: Map Tag (FieldDescriptor Genesis'VssCertsEntry) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Genesis'VssCertsEntry) Source # unknownFields :: Lens' Genesis'VssCertsEntry FieldSet Source # parseMessage :: Parser Genesis'VssCertsEntry Source # | |
| HasField Genesis'VssCertsEntry "key" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "key" -> (Text -> f Text) -> Genesis'VssCertsEntry -> f Genesis'VssCertsEntry Source # | |
| HasField Genesis'VssCertsEntry "value" VssCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "value" -> (VssCert -> f VssCert) -> Genesis'VssCertsEntry -> f Genesis'VssCertsEntry Source # | |
| HasField Genesis'VssCertsEntry "maybe'value" (Maybe VssCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
data GenesisKeyDelegationCert #
Instances
| NFData GenesisKeyDelegationCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: GenesisKeyDelegationCert -> () Source # | |
| Eq GenesisKeyDelegationCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: GenesisKeyDelegationCert -> GenesisKeyDelegationCert -> Bool Source # (/=) :: GenesisKeyDelegationCert -> GenesisKeyDelegationCert -> Bool Source # | |
| Ord GenesisKeyDelegationCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: GenesisKeyDelegationCert -> GenesisKeyDelegationCert -> Ordering Source # (<) :: GenesisKeyDelegationCert -> GenesisKeyDelegationCert -> Bool Source # (<=) :: GenesisKeyDelegationCert -> GenesisKeyDelegationCert -> Bool Source # (>) :: GenesisKeyDelegationCert -> GenesisKeyDelegationCert -> Bool Source # (>=) :: GenesisKeyDelegationCert -> GenesisKeyDelegationCert -> Bool Source # max :: GenesisKeyDelegationCert -> GenesisKeyDelegationCert -> GenesisKeyDelegationCert Source # min :: GenesisKeyDelegationCert -> GenesisKeyDelegationCert -> GenesisKeyDelegationCert Source # | |
| Show GenesisKeyDelegationCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message GenesisKeyDelegationCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy GenesisKeyDelegationCert -> Text Source # packedMessageDescriptor :: Proxy GenesisKeyDelegationCert -> ByteString Source # packedFileDescriptor :: Proxy GenesisKeyDelegationCert -> ByteString Source # defMessage :: GenesisKeyDelegationCert Source # fieldsByTag :: Map Tag (FieldDescriptor GenesisKeyDelegationCert) Source # fieldsByTextFormatName :: Map String (FieldDescriptor GenesisKeyDelegationCert) Source # unknownFields :: Lens' GenesisKeyDelegationCert FieldSet Source # parseMessage :: Parser GenesisKeyDelegationCert Source # buildMessage :: GenesisKeyDelegationCert -> Builder Source # | |
| HasField Certificate "genesisKeyDelegation" GenesisKeyDelegationCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "genesisKeyDelegation" -> (GenesisKeyDelegationCert -> f GenesisKeyDelegationCert) -> Certificate -> f Certificate Source # | |
| HasField GenesisKeyDelegationCert "genesisDelegateHash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "genesisDelegateHash" -> (ByteString -> f ByteString) -> GenesisKeyDelegationCert -> f GenesisKeyDelegationCert Source # | |
| HasField GenesisKeyDelegationCert "genesisHash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "genesisHash" -> (ByteString -> f ByteString) -> GenesisKeyDelegationCert -> f GenesisKeyDelegationCert Source # | |
| HasField GenesisKeyDelegationCert "vrfKeyhash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vrfKeyhash" -> (ByteString -> f ByteString) -> GenesisKeyDelegationCert -> f GenesisKeyDelegationCert Source # | |
| HasField Certificate "maybe'genesisKeyDelegation" (Maybe GenesisKeyDelegationCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'genesisKeyDelegation" -> (Maybe GenesisKeyDelegationCert -> f (Maybe GenesisKeyDelegationCert)) -> Certificate -> f Certificate Source # | |
data GovernanceAction #
Instances
| NFData GovernanceAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: GovernanceAction -> () Source # | |
| Eq GovernanceAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: GovernanceAction -> GovernanceAction -> Bool Source # (/=) :: GovernanceAction -> GovernanceAction -> Bool Source # | |
| Ord GovernanceAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: GovernanceAction -> GovernanceAction -> Ordering Source # (<) :: GovernanceAction -> GovernanceAction -> Bool Source # (<=) :: GovernanceAction -> GovernanceAction -> Bool Source # (>) :: GovernanceAction -> GovernanceAction -> Bool Source # (>=) :: GovernanceAction -> GovernanceAction -> Bool Source # max :: GovernanceAction -> GovernanceAction -> GovernanceAction Source # min :: GovernanceAction -> GovernanceAction -> GovernanceAction Source # | |
| Show GovernanceAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message GovernanceAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy GovernanceAction -> Text Source # packedMessageDescriptor :: Proxy GovernanceAction -> ByteString Source # packedFileDescriptor :: Proxy GovernanceAction -> ByteString Source # defMessage :: GovernanceAction Source # fieldsByTag :: Map Tag (FieldDescriptor GovernanceAction) Source # fieldsByTextFormatName :: Map String (FieldDescriptor GovernanceAction) Source # unknownFields :: Lens' GovernanceAction FieldSet Source # parseMessage :: Parser GovernanceAction Source # | |
| HasField GovernanceAction "hardForkInitiationAction" HardForkInitiationAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "hardForkInitiationAction" -> (HardForkInitiationAction -> f HardForkInitiationAction) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField GovernanceAction "infoAction" InfoAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "infoAction" -> (InfoAction -> f InfoAction) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField GovernanceAction "newConstitutionAction" NewConstitutionAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "newConstitutionAction" -> (NewConstitutionAction -> f NewConstitutionAction) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField GovernanceAction "noConfidenceAction" NoConfidenceAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "noConfidenceAction" -> (NoConfidenceAction -> f NoConfidenceAction) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField GovernanceAction "parameterChangeAction" ParameterChangeAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "parameterChangeAction" -> (ParameterChangeAction -> f ParameterChangeAction) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField GovernanceAction "treasuryWithdrawalsAction" TreasuryWithdrawalsAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "treasuryWithdrawalsAction" -> (TreasuryWithdrawalsAction -> f TreasuryWithdrawalsAction) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField GovernanceAction "updateCommitteeAction" UpdateCommitteeAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "updateCommitteeAction" -> (UpdateCommitteeAction -> f UpdateCommitteeAction) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField GovernanceActionProposal "govAction" GovernanceAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "govAction" -> (GovernanceAction -> f GovernanceAction) -> GovernanceActionProposal -> f GovernanceActionProposal Source # | |
| HasField GovernanceAction "maybe'governanceAction" (Maybe GovernanceAction'GovernanceAction) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'governanceAction" -> (Maybe GovernanceAction'GovernanceAction -> f (Maybe GovernanceAction'GovernanceAction)) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField GovernanceAction "maybe'hardForkInitiationAction" (Maybe HardForkInitiationAction) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'hardForkInitiationAction" -> (Maybe HardForkInitiationAction -> f (Maybe HardForkInitiationAction)) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField GovernanceAction "maybe'infoAction" (Maybe InfoAction) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'infoAction" -> (Maybe InfoAction -> f (Maybe InfoAction)) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField GovernanceAction "maybe'newConstitutionAction" (Maybe NewConstitutionAction) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'newConstitutionAction" -> (Maybe NewConstitutionAction -> f (Maybe NewConstitutionAction)) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField GovernanceAction "maybe'noConfidenceAction" (Maybe NoConfidenceAction) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'noConfidenceAction" -> (Maybe NoConfidenceAction -> f (Maybe NoConfidenceAction)) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField GovernanceAction "maybe'parameterChangeAction" (Maybe ParameterChangeAction) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'parameterChangeAction" -> (Maybe ParameterChangeAction -> f (Maybe ParameterChangeAction)) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField GovernanceAction "maybe'treasuryWithdrawalsAction" (Maybe TreasuryWithdrawalsAction) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'treasuryWithdrawalsAction" -> (Maybe TreasuryWithdrawalsAction -> f (Maybe TreasuryWithdrawalsAction)) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField GovernanceAction "maybe'updateCommitteeAction" (Maybe UpdateCommitteeAction) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'updateCommitteeAction" -> (Maybe UpdateCommitteeAction -> f (Maybe UpdateCommitteeAction)) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField GovernanceActionProposal "maybe'govAction" (Maybe GovernanceAction) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'govAction" -> (Maybe GovernanceAction -> f (Maybe GovernanceAction)) -> GovernanceActionProposal -> f GovernanceActionProposal Source # | |
data GovernanceAction'GovernanceAction #
Constructors
| GovernanceAction'ParameterChangeAction !ParameterChangeAction | |
| GovernanceAction'HardForkInitiationAction !HardForkInitiationAction | |
| GovernanceAction'TreasuryWithdrawalsAction !TreasuryWithdrawalsAction | |
| GovernanceAction'NoConfidenceAction !NoConfidenceAction | |
| GovernanceAction'UpdateCommitteeAction !UpdateCommitteeAction | |
| GovernanceAction'NewConstitutionAction !NewConstitutionAction | |
| GovernanceAction'InfoAction !InfoAction |
Instances
| NFData GovernanceAction'GovernanceAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: GovernanceAction'GovernanceAction -> () Source # | |
| Eq GovernanceAction'GovernanceAction # | |
| Ord GovernanceAction'GovernanceAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: GovernanceAction'GovernanceAction -> GovernanceAction'GovernanceAction -> Ordering Source # (<) :: GovernanceAction'GovernanceAction -> GovernanceAction'GovernanceAction -> Bool Source # (<=) :: GovernanceAction'GovernanceAction -> GovernanceAction'GovernanceAction -> Bool Source # (>) :: GovernanceAction'GovernanceAction -> GovernanceAction'GovernanceAction -> Bool Source # (>=) :: GovernanceAction'GovernanceAction -> GovernanceAction'GovernanceAction -> Bool Source # max :: GovernanceAction'GovernanceAction -> GovernanceAction'GovernanceAction -> GovernanceAction'GovernanceAction Source # min :: GovernanceAction'GovernanceAction -> GovernanceAction'GovernanceAction -> GovernanceAction'GovernanceAction Source # | |
| Show GovernanceAction'GovernanceAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField GovernanceAction "maybe'governanceAction" (Maybe GovernanceAction'GovernanceAction) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'governanceAction" -> (Maybe GovernanceAction'GovernanceAction -> f (Maybe GovernanceAction'GovernanceAction)) -> GovernanceAction -> f GovernanceAction Source # | |
data GovernanceActionId #
Instances
| NFData GovernanceActionId # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: GovernanceActionId -> () Source # | |
| Eq GovernanceActionId # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: GovernanceActionId -> GovernanceActionId -> Bool Source # (/=) :: GovernanceActionId -> GovernanceActionId -> Bool Source # | |
| Ord GovernanceActionId # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: GovernanceActionId -> GovernanceActionId -> Ordering Source # (<) :: GovernanceActionId -> GovernanceActionId -> Bool Source # (<=) :: GovernanceActionId -> GovernanceActionId -> Bool Source # (>) :: GovernanceActionId -> GovernanceActionId -> Bool Source # (>=) :: GovernanceActionId -> GovernanceActionId -> Bool Source # max :: GovernanceActionId -> GovernanceActionId -> GovernanceActionId Source # min :: GovernanceActionId -> GovernanceActionId -> GovernanceActionId Source # | |
| Show GovernanceActionId # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message GovernanceActionId # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy GovernanceActionId -> Text Source # packedMessageDescriptor :: Proxy GovernanceActionId -> ByteString Source # packedFileDescriptor :: Proxy GovernanceActionId -> ByteString Source # defMessage :: GovernanceActionId Source # fieldsByTag :: Map Tag (FieldDescriptor GovernanceActionId) Source # fieldsByTextFormatName :: Map String (FieldDescriptor GovernanceActionId) Source # unknownFields :: Lens' GovernanceActionId FieldSet Source # parseMessage :: Parser GovernanceActionId Source # | |
| HasField GovernanceActionId "governanceActionIndex" Word32 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "governanceActionIndex" -> (Word32 -> f Word32) -> GovernanceActionId -> f GovernanceActionId Source # | |
| HasField GovernanceActionId "transactionId" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "transactionId" -> (ByteString -> f ByteString) -> GovernanceActionId -> f GovernanceActionId Source # | |
| HasField HardForkInitiationAction "govActionId" GovernanceActionId # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "govActionId" -> (GovernanceActionId -> f GovernanceActionId) -> HardForkInitiationAction -> f HardForkInitiationAction Source # | |
| HasField NewConstitutionAction "govActionId" GovernanceActionId # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "govActionId" -> (GovernanceActionId -> f GovernanceActionId) -> NewConstitutionAction -> f NewConstitutionAction Source # | |
| HasField NoConfidenceAction "govActionId" GovernanceActionId # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "govActionId" -> (GovernanceActionId -> f GovernanceActionId) -> NoConfidenceAction -> f NoConfidenceAction Source # | |
| HasField ParameterChangeAction "govActionId" GovernanceActionId # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "govActionId" -> (GovernanceActionId -> f GovernanceActionId) -> ParameterChangeAction -> f ParameterChangeAction Source # | |
| HasField UpdateCommitteeAction "govActionId" GovernanceActionId # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "govActionId" -> (GovernanceActionId -> f GovernanceActionId) -> UpdateCommitteeAction -> f UpdateCommitteeAction Source # | |
| HasField HardForkInitiationAction "maybe'govActionId" (Maybe GovernanceActionId) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'govActionId" -> (Maybe GovernanceActionId -> f (Maybe GovernanceActionId)) -> HardForkInitiationAction -> f HardForkInitiationAction Source # | |
| HasField NewConstitutionAction "maybe'govActionId" (Maybe GovernanceActionId) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'govActionId" -> (Maybe GovernanceActionId -> f (Maybe GovernanceActionId)) -> NewConstitutionAction -> f NewConstitutionAction Source # | |
| HasField NoConfidenceAction "maybe'govActionId" (Maybe GovernanceActionId) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'govActionId" -> (Maybe GovernanceActionId -> f (Maybe GovernanceActionId)) -> NoConfidenceAction -> f NoConfidenceAction Source # | |
| HasField ParameterChangeAction "maybe'govActionId" (Maybe GovernanceActionId) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'govActionId" -> (Maybe GovernanceActionId -> f (Maybe GovernanceActionId)) -> ParameterChangeAction -> f ParameterChangeAction Source # | |
| HasField UpdateCommitteeAction "maybe'govActionId" (Maybe GovernanceActionId) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'govActionId" -> (Maybe GovernanceActionId -> f (Maybe GovernanceActionId)) -> UpdateCommitteeAction -> f UpdateCommitteeAction Source # | |
data GovernanceActionProposal #
Instances
| NFData GovernanceActionProposal # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: GovernanceActionProposal -> () Source # | |
| Eq GovernanceActionProposal # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: GovernanceActionProposal -> GovernanceActionProposal -> Bool Source # (/=) :: GovernanceActionProposal -> GovernanceActionProposal -> Bool Source # | |
| Ord GovernanceActionProposal # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: GovernanceActionProposal -> GovernanceActionProposal -> Ordering Source # (<) :: GovernanceActionProposal -> GovernanceActionProposal -> Bool Source # (<=) :: GovernanceActionProposal -> GovernanceActionProposal -> Bool Source # (>) :: GovernanceActionProposal -> GovernanceActionProposal -> Bool Source # (>=) :: GovernanceActionProposal -> GovernanceActionProposal -> Bool Source # max :: GovernanceActionProposal -> GovernanceActionProposal -> GovernanceActionProposal Source # min :: GovernanceActionProposal -> GovernanceActionProposal -> GovernanceActionProposal Source # | |
| Show GovernanceActionProposal # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message GovernanceActionProposal # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy GovernanceActionProposal -> Text Source # packedMessageDescriptor :: Proxy GovernanceActionProposal -> ByteString Source # packedFileDescriptor :: Proxy GovernanceActionProposal -> ByteString Source # defMessage :: GovernanceActionProposal Source # fieldsByTag :: Map Tag (FieldDescriptor GovernanceActionProposal) Source # fieldsByTextFormatName :: Map String (FieldDescriptor GovernanceActionProposal) Source # unknownFields :: Lens' GovernanceActionProposal FieldSet Source # parseMessage :: Parser GovernanceActionProposal Source # buildMessage :: GovernanceActionProposal -> Builder Source # | |
| HasField GovernanceActionProposal "anchor" Anchor # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "anchor" -> (Anchor -> f Anchor) -> GovernanceActionProposal -> f GovernanceActionProposal Source # | |
| HasField GovernanceActionProposal "deposit" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "deposit" -> (BigInt -> f BigInt) -> GovernanceActionProposal -> f GovernanceActionProposal Source # | |
| HasField GovernanceActionProposal "govAction" GovernanceAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "govAction" -> (GovernanceAction -> f GovernanceAction) -> GovernanceActionProposal -> f GovernanceActionProposal Source # | |
| HasField GovernanceActionProposal "rewardAccount" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "rewardAccount" -> (ByteString -> f ByteString) -> GovernanceActionProposal -> f GovernanceActionProposal Source # | |
| HasField GovernanceActionProposal "maybe'anchor" (Maybe Anchor) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField GovernanceActionProposal "maybe'deposit" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField GovernanceActionProposal "maybe'govAction" (Maybe GovernanceAction) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'govAction" -> (Maybe GovernanceAction -> f (Maybe GovernanceAction)) -> GovernanceActionProposal -> f GovernanceActionProposal Source # | |
| HasField Tx "proposals" [GovernanceActionProposal] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "proposals" -> ([GovernanceActionProposal] -> f [GovernanceActionProposal]) -> Tx -> f Tx Source # | |
| HasField Tx "vec'proposals" (Vector GovernanceActionProposal) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'proposals" -> (Vector GovernanceActionProposal -> f (Vector GovernanceActionProposal)) -> Tx -> f Tx Source # | |
data HardForkInitiationAction #
Instances
| NFData HardForkInitiationAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: HardForkInitiationAction -> () Source # | |
| Eq HardForkInitiationAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: HardForkInitiationAction -> HardForkInitiationAction -> Bool Source # (/=) :: HardForkInitiationAction -> HardForkInitiationAction -> Bool Source # | |
| Ord HardForkInitiationAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: HardForkInitiationAction -> HardForkInitiationAction -> Ordering Source # (<) :: HardForkInitiationAction -> HardForkInitiationAction -> Bool Source # (<=) :: HardForkInitiationAction -> HardForkInitiationAction -> Bool Source # (>) :: HardForkInitiationAction -> HardForkInitiationAction -> Bool Source # (>=) :: HardForkInitiationAction -> HardForkInitiationAction -> Bool Source # max :: HardForkInitiationAction -> HardForkInitiationAction -> HardForkInitiationAction Source # min :: HardForkInitiationAction -> HardForkInitiationAction -> HardForkInitiationAction Source # | |
| Show HardForkInitiationAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message HardForkInitiationAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy HardForkInitiationAction -> Text Source # packedMessageDescriptor :: Proxy HardForkInitiationAction -> ByteString Source # packedFileDescriptor :: Proxy HardForkInitiationAction -> ByteString Source # defMessage :: HardForkInitiationAction Source # fieldsByTag :: Map Tag (FieldDescriptor HardForkInitiationAction) Source # fieldsByTextFormatName :: Map String (FieldDescriptor HardForkInitiationAction) Source # unknownFields :: Lens' HardForkInitiationAction FieldSet Source # parseMessage :: Parser HardForkInitiationAction Source # buildMessage :: HardForkInitiationAction -> Builder Source # | |
| HasField GovernanceAction "hardForkInitiationAction" HardForkInitiationAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "hardForkInitiationAction" -> (HardForkInitiationAction -> f HardForkInitiationAction) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField HardForkInitiationAction "govActionId" GovernanceActionId # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "govActionId" -> (GovernanceActionId -> f GovernanceActionId) -> HardForkInitiationAction -> f HardForkInitiationAction Source # | |
| HasField HardForkInitiationAction "protocolVersion" ProtocolVersion # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "protocolVersion" -> (ProtocolVersion -> f ProtocolVersion) -> HardForkInitiationAction -> f HardForkInitiationAction Source # | |
| HasField GovernanceAction "maybe'hardForkInitiationAction" (Maybe HardForkInitiationAction) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'hardForkInitiationAction" -> (Maybe HardForkInitiationAction -> f (Maybe HardForkInitiationAction)) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField HardForkInitiationAction "maybe'govActionId" (Maybe GovernanceActionId) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'govActionId" -> (Maybe GovernanceActionId -> f (Maybe GovernanceActionId)) -> HardForkInitiationAction -> f HardForkInitiationAction Source # | |
| HasField HardForkInitiationAction "maybe'protocolVersion" (Maybe ProtocolVersion) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'protocolVersion" -> (Maybe ProtocolVersion -> f (Maybe ProtocolVersion)) -> HardForkInitiationAction -> f HardForkInitiationAction Source # | |
data HeavyDelegation #
Instances
| NFData HeavyDelegation # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: HeavyDelegation -> () Source # | |
| Eq HeavyDelegation # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: HeavyDelegation -> HeavyDelegation -> Bool Source # (/=) :: HeavyDelegation -> HeavyDelegation -> Bool Source # | |
| Ord HeavyDelegation # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: HeavyDelegation -> HeavyDelegation -> Ordering Source # (<) :: HeavyDelegation -> HeavyDelegation -> Bool Source # (<=) :: HeavyDelegation -> HeavyDelegation -> Bool Source # (>) :: HeavyDelegation -> HeavyDelegation -> Bool Source # (>=) :: HeavyDelegation -> HeavyDelegation -> Bool Source # max :: HeavyDelegation -> HeavyDelegation -> HeavyDelegation Source # min :: HeavyDelegation -> HeavyDelegation -> HeavyDelegation Source # | |
| Show HeavyDelegation # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message HeavyDelegation # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy HeavyDelegation -> Text Source # packedMessageDescriptor :: Proxy HeavyDelegation -> ByteString Source # packedFileDescriptor :: Proxy HeavyDelegation -> ByteString Source # defMessage :: HeavyDelegation Source # fieldsByTag :: Map Tag (FieldDescriptor HeavyDelegation) Source # fieldsByTextFormatName :: Map String (FieldDescriptor HeavyDelegation) Source # unknownFields :: Lens' HeavyDelegation FieldSet Source # parseMessage :: Parser HeavyDelegation Source # | |
| HasField Genesis'HeavyDelegationEntry "value" HeavyDelegation # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "value" -> (HeavyDelegation -> f HeavyDelegation) -> Genesis'HeavyDelegationEntry -> f Genesis'HeavyDelegationEntry Source # | |
| HasField HeavyDelegation "cert" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "cert" -> (Text -> f Text) -> HeavyDelegation -> f HeavyDelegation Source # | |
| HasField HeavyDelegation "delegatePk" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "delegatePk" -> (Text -> f Text) -> HeavyDelegation -> f HeavyDelegation Source # | |
| HasField HeavyDelegation "issuerPk" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "issuerPk" -> (Text -> f Text) -> HeavyDelegation -> f HeavyDelegation Source # | |
| HasField HeavyDelegation "omega" Word32 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "omega" -> (Word32 -> f Word32) -> HeavyDelegation -> f HeavyDelegation Source # | |
| HasField Genesis'HeavyDelegationEntry "maybe'value" (Maybe HeavyDelegation) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'value" -> (Maybe HeavyDelegation -> f (Maybe HeavyDelegation)) -> Genesis'HeavyDelegationEntry -> f Genesis'HeavyDelegationEntry Source # | |
| HasField Genesis "heavyDelegation" (Map Text HeavyDelegation) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
data InfoAction #
Instances
| NFData InfoAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: InfoAction -> () Source # | |
| Eq InfoAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: InfoAction -> InfoAction -> Bool Source # (/=) :: InfoAction -> InfoAction -> Bool Source # | |
| Ord InfoAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: InfoAction -> InfoAction -> Ordering Source # (<) :: InfoAction -> InfoAction -> Bool Source # (<=) :: InfoAction -> InfoAction -> Bool Source # (>) :: InfoAction -> InfoAction -> Bool Source # (>=) :: InfoAction -> InfoAction -> Bool Source # max :: InfoAction -> InfoAction -> InfoAction Source # min :: InfoAction -> InfoAction -> InfoAction Source # | |
| Show InfoAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message InfoAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy InfoAction -> Text Source # packedMessageDescriptor :: Proxy InfoAction -> ByteString Source # packedFileDescriptor :: Proxy InfoAction -> ByteString Source # defMessage :: InfoAction Source # fieldsByTag :: Map Tag (FieldDescriptor InfoAction) Source # fieldsByTextFormatName :: Map String (FieldDescriptor InfoAction) Source # unknownFields :: Lens' InfoAction FieldSet Source # parseMessage :: Parser InfoAction Source # buildMessage :: InfoAction -> Builder Source # | |
| HasField GovernanceAction "infoAction" InfoAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "infoAction" -> (InfoAction -> f InfoAction) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField GovernanceAction "maybe'infoAction" (Maybe InfoAction) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'infoAction" -> (Maybe InfoAction -> f (Maybe InfoAction)) -> GovernanceAction -> f GovernanceAction Source # | |
Instances
| NFData Metadata # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq Metadata # | |
| Ord Metadata # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show Metadata # | |
| Message Metadata # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Metadata -> Text Source # packedMessageDescriptor :: Proxy Metadata -> ByteString Source # packedFileDescriptor :: Proxy Metadata -> ByteString Source # defMessage :: Metadata Source # fieldsByTag :: Map Tag (FieldDescriptor Metadata) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Metadata) Source # unknownFields :: Lens' Metadata FieldSet Source # parseMessage :: Parser Metadata Source # buildMessage :: Metadata -> Builder Source # | |
| HasField Metadata "label" Word64 # | |
| HasField Metadata "value" Metadatum # | |
| HasField AuxData "metadata" [Metadata] # | |
| HasField AuxData "vec'metadata" (Vector Metadata) # | |
| HasField Metadata "maybe'value" (Maybe Metadatum) # | |
Instances
| NFData Metadatum # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq Metadatum # | |
| Ord Metadatum # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show Metadatum # | |
| Message Metadatum # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Metadatum -> Text Source # packedMessageDescriptor :: Proxy Metadatum -> ByteString Source # packedFileDescriptor :: Proxy Metadatum -> ByteString Source # defMessage :: Metadatum Source # fieldsByTag :: Map Tag (FieldDescriptor Metadatum) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Metadatum) Source # unknownFields :: Lens' Metadatum FieldSet Source # parseMessage :: Parser Metadatum Source # buildMessage :: Metadatum -> Builder Source # | |
| HasField Metadata "value" Metadatum # | |
| HasField Metadatum "array" MetadatumArray # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "array" -> (MetadatumArray -> f MetadatumArray) -> Metadatum -> f Metadatum Source # | |
| HasField Metadatum "bytes" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "bytes" -> (ByteString -> f ByteString) -> Metadatum -> f Metadatum Source # | |
| HasField Metadatum "int" Int64 # | |
| HasField Metadatum "map" MetadatumMap # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "map" -> (MetadatumMap -> f MetadatumMap) -> Metadatum -> f Metadatum Source # | |
| HasField Metadatum "text" Text # | |
| HasField MetadatumPair "key" Metadatum # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "key" -> (Metadatum -> f Metadatum) -> MetadatumPair -> f MetadatumPair Source # | |
| HasField MetadatumPair "value" Metadatum # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "value" -> (Metadatum -> f Metadatum) -> MetadatumPair -> f MetadatumPair Source # | |
| HasField Metadata "maybe'value" (Maybe Metadatum) # | |
| HasField Metadatum "maybe'array" (Maybe MetadatumArray) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Metadatum "maybe'bytes" (Maybe ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Metadatum "maybe'int" (Maybe Int64) # | |
| HasField Metadatum "maybe'map" (Maybe MetadatumMap) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Metadatum "maybe'metadatum" (Maybe Metadatum'Metadatum) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Metadatum "maybe'text" (Maybe Text) # | |
| HasField MetadatumArray "items" [Metadatum] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "items" -> ([Metadatum] -> f [Metadatum]) -> MetadatumArray -> f MetadatumArray Source # | |
| HasField MetadatumArray "vec'items" (Vector Metadatum) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'items" -> (Vector Metadatum -> f (Vector Metadatum)) -> MetadatumArray -> f MetadatumArray Source # | |
| HasField MetadatumPair "maybe'key" (Maybe Metadatum) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField MetadatumPair "maybe'value" (Maybe Metadatum) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
data Metadatum'Metadatum #
Constructors
| Metadatum'Int !Int64 | |
| Metadatum'Bytes !ByteString | |
| Metadatum'Text !Text | |
| Metadatum'Array !MetadatumArray | |
| Metadatum'Map !MetadatumMap |
Instances
| NFData Metadatum'Metadatum # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: Metadatum'Metadatum -> () Source # | |
| Eq Metadatum'Metadatum # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: Metadatum'Metadatum -> Metadatum'Metadatum -> Bool Source # (/=) :: Metadatum'Metadatum -> Metadatum'Metadatum -> Bool Source # | |
| Ord Metadatum'Metadatum # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: Metadatum'Metadatum -> Metadatum'Metadatum -> Ordering Source # (<) :: Metadatum'Metadatum -> Metadatum'Metadatum -> Bool Source # (<=) :: Metadatum'Metadatum -> Metadatum'Metadatum -> Bool Source # (>) :: Metadatum'Metadatum -> Metadatum'Metadatum -> Bool Source # (>=) :: Metadatum'Metadatum -> Metadatum'Metadatum -> Bool Source # max :: Metadatum'Metadatum -> Metadatum'Metadatum -> Metadatum'Metadatum Source # min :: Metadatum'Metadatum -> Metadatum'Metadatum -> Metadatum'Metadatum Source # | |
| Show Metadatum'Metadatum # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Metadatum "maybe'metadatum" (Maybe Metadatum'Metadatum) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
data MetadatumArray #
Instances
| NFData MetadatumArray # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: MetadatumArray -> () Source # | |
| Eq MetadatumArray # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: MetadatumArray -> MetadatumArray -> Bool Source # (/=) :: MetadatumArray -> MetadatumArray -> Bool Source # | |
| Ord MetadatumArray # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: MetadatumArray -> MetadatumArray -> Ordering Source # (<) :: MetadatumArray -> MetadatumArray -> Bool Source # (<=) :: MetadatumArray -> MetadatumArray -> Bool Source # (>) :: MetadatumArray -> MetadatumArray -> Bool Source # (>=) :: MetadatumArray -> MetadatumArray -> Bool Source # max :: MetadatumArray -> MetadatumArray -> MetadatumArray Source # min :: MetadatumArray -> MetadatumArray -> MetadatumArray Source # | |
| Show MetadatumArray # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message MetadatumArray # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy MetadatumArray -> Text Source # packedMessageDescriptor :: Proxy MetadatumArray -> ByteString Source # packedFileDescriptor :: Proxy MetadatumArray -> ByteString Source # defMessage :: MetadatumArray Source # fieldsByTag :: Map Tag (FieldDescriptor MetadatumArray) Source # fieldsByTextFormatName :: Map String (FieldDescriptor MetadatumArray) Source # unknownFields :: Lens' MetadatumArray FieldSet Source # parseMessage :: Parser MetadatumArray Source # buildMessage :: MetadatumArray -> Builder Source # | |
| HasField Metadatum "array" MetadatumArray # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "array" -> (MetadatumArray -> f MetadatumArray) -> Metadatum -> f Metadatum Source # | |
| HasField Metadatum "maybe'array" (Maybe MetadatumArray) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField MetadatumArray "items" [Metadatum] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "items" -> ([Metadatum] -> f [Metadatum]) -> MetadatumArray -> f MetadatumArray Source # | |
| HasField MetadatumArray "vec'items" (Vector Metadatum) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'items" -> (Vector Metadatum -> f (Vector Metadatum)) -> MetadatumArray -> f MetadatumArray Source # | |
data MetadatumMap #
Instances
| NFData MetadatumMap # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: MetadatumMap -> () Source # | |
| Eq MetadatumMap # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: MetadatumMap -> MetadatumMap -> Bool Source # (/=) :: MetadatumMap -> MetadatumMap -> Bool Source # | |
| Ord MetadatumMap # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: MetadatumMap -> MetadatumMap -> Ordering Source # (<) :: MetadatumMap -> MetadatumMap -> Bool Source # (<=) :: MetadatumMap -> MetadatumMap -> Bool Source # (>) :: MetadatumMap -> MetadatumMap -> Bool Source # (>=) :: MetadatumMap -> MetadatumMap -> Bool Source # max :: MetadatumMap -> MetadatumMap -> MetadatumMap Source # min :: MetadatumMap -> MetadatumMap -> MetadatumMap Source # | |
| Show MetadatumMap # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message MetadatumMap # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy MetadatumMap -> Text Source # packedMessageDescriptor :: Proxy MetadatumMap -> ByteString Source # packedFileDescriptor :: Proxy MetadatumMap -> ByteString Source # defMessage :: MetadatumMap Source # fieldsByTag :: Map Tag (FieldDescriptor MetadatumMap) Source # fieldsByTextFormatName :: Map String (FieldDescriptor MetadatumMap) Source # unknownFields :: Lens' MetadatumMap FieldSet Source # parseMessage :: Parser MetadatumMap Source # buildMessage :: MetadatumMap -> Builder Source # | |
| HasField Metadatum "map" MetadatumMap # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "map" -> (MetadatumMap -> f MetadatumMap) -> Metadatum -> f Metadatum Source # | |
| HasField Metadatum "maybe'map" (Maybe MetadatumMap) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField MetadatumMap "pairs" [MetadatumPair] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "pairs" -> ([MetadatumPair] -> f [MetadatumPair]) -> MetadatumMap -> f MetadatumMap Source # | |
| HasField MetadatumMap "vec'pairs" (Vector MetadatumPair) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'pairs" -> (Vector MetadatumPair -> f (Vector MetadatumPair)) -> MetadatumMap -> f MetadatumMap Source # | |
data MetadatumPair #
Instances
| NFData MetadatumPair # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: MetadatumPair -> () Source # | |
| Eq MetadatumPair # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: MetadatumPair -> MetadatumPair -> Bool Source # (/=) :: MetadatumPair -> MetadatumPair -> Bool Source # | |
| Ord MetadatumPair # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: MetadatumPair -> MetadatumPair -> Ordering Source # (<) :: MetadatumPair -> MetadatumPair -> Bool Source # (<=) :: MetadatumPair -> MetadatumPair -> Bool Source # (>) :: MetadatumPair -> MetadatumPair -> Bool Source # (>=) :: MetadatumPair -> MetadatumPair -> Bool Source # max :: MetadatumPair -> MetadatumPair -> MetadatumPair Source # min :: MetadatumPair -> MetadatumPair -> MetadatumPair Source # | |
| Show MetadatumPair # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message MetadatumPair # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy MetadatumPair -> Text Source # packedMessageDescriptor :: Proxy MetadatumPair -> ByteString Source # packedFileDescriptor :: Proxy MetadatumPair -> ByteString Source # defMessage :: MetadatumPair Source # fieldsByTag :: Map Tag (FieldDescriptor MetadatumPair) Source # fieldsByTextFormatName :: Map String (FieldDescriptor MetadatumPair) Source # unknownFields :: Lens' MetadatumPair FieldSet Source # parseMessage :: Parser MetadatumPair Source # buildMessage :: MetadatumPair -> Builder Source # | |
| HasField MetadatumPair "key" Metadatum # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "key" -> (Metadatum -> f Metadatum) -> MetadatumPair -> f MetadatumPair Source # | |
| HasField MetadatumPair "value" Metadatum # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "value" -> (Metadatum -> f Metadatum) -> MetadatumPair -> f MetadatumPair Source # | |
| HasField MetadatumMap "pairs" [MetadatumPair] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "pairs" -> ([MetadatumPair] -> f [MetadatumPair]) -> MetadatumMap -> f MetadatumMap Source # | |
| HasField MetadatumMap "vec'pairs" (Vector MetadatumPair) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'pairs" -> (Vector MetadatumPair -> f (Vector MetadatumPair)) -> MetadatumMap -> f MetadatumMap Source # | |
| HasField MetadatumPair "maybe'key" (Maybe Metadatum) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField MetadatumPair "maybe'value" (Maybe Metadatum) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
Instances
| NFData MirCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq MirCert # | |
| Ord MirCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show MirCert # | |
| Message MirCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy MirCert -> Text Source # packedMessageDescriptor :: Proxy MirCert -> ByteString Source # packedFileDescriptor :: Proxy MirCert -> ByteString Source # defMessage :: MirCert Source # fieldsByTag :: Map Tag (FieldDescriptor MirCert) Source # fieldsByTextFormatName :: Map String (FieldDescriptor MirCert) Source # unknownFields :: Lens' MirCert FieldSet Source # parseMessage :: Parser MirCert Source # buildMessage :: MirCert -> Builder Source # | |
| HasField Certificate "mirCert" MirCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "mirCert" -> (MirCert -> f MirCert) -> Certificate -> f Certificate Source # | |
| HasField MirCert "from" MirSource # | |
| HasField MirCert "otherPot" Word64 # | |
| HasField Certificate "maybe'mirCert" (Maybe MirCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField MirCert "to" [MirTarget] # | |
| HasField MirCert "vec'to" (Vector MirTarget) # | |
Constructors
| MIR_SOURCE_UNSPECIFIED | |
| MIR_SOURCE_RESERVES | |
| MIR_SOURCE_TREASURY | |
| MirSource'Unrecognized !MirSource'UnrecognizedValue |
Instances
| NFData MirSource # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq MirSource # | |
| Ord MirSource # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Bounded MirSource # | |
| Enum MirSource # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods succ :: MirSource -> MirSource Source # pred :: MirSource -> MirSource Source # toEnum :: Int -> MirSource Source # fromEnum :: MirSource -> Int Source # enumFrom :: MirSource -> [MirSource] Source # enumFromThen :: MirSource -> MirSource -> [MirSource] Source # enumFromTo :: MirSource -> MirSource -> [MirSource] Source # enumFromThenTo :: MirSource -> MirSource -> MirSource -> [MirSource] Source # | |
| Show MirSource # | |
| FieldDefault MirSource # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods | |
| MessageEnum MirSource # | |
| HasField MirCert "from" MirSource # | |
data MirSource'UnrecognizedValue #
Instances
| Eq MirSource'UnrecognizedValue # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: MirSource'UnrecognizedValue -> MirSource'UnrecognizedValue -> Bool Source # (/=) :: MirSource'UnrecognizedValue -> MirSource'UnrecognizedValue -> Bool Source # | |
| Ord MirSource'UnrecognizedValue # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: MirSource'UnrecognizedValue -> MirSource'UnrecognizedValue -> Ordering Source # (<) :: MirSource'UnrecognizedValue -> MirSource'UnrecognizedValue -> Bool Source # (<=) :: MirSource'UnrecognizedValue -> MirSource'UnrecognizedValue -> Bool Source # (>) :: MirSource'UnrecognizedValue -> MirSource'UnrecognizedValue -> Bool Source # (>=) :: MirSource'UnrecognizedValue -> MirSource'UnrecognizedValue -> Bool Source # max :: MirSource'UnrecognizedValue -> MirSource'UnrecognizedValue -> MirSource'UnrecognizedValue Source # min :: MirSource'UnrecognizedValue -> MirSource'UnrecognizedValue -> MirSource'UnrecognizedValue Source # | |
| Show MirSource'UnrecognizedValue # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
Instances
| NFData MirTarget # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq MirTarget # | |
| Ord MirTarget # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show MirTarget # | |
| Message MirTarget # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy MirTarget -> Text Source # packedMessageDescriptor :: Proxy MirTarget -> ByteString Source # packedFileDescriptor :: Proxy MirTarget -> ByteString Source # defMessage :: MirTarget Source # fieldsByTag :: Map Tag (FieldDescriptor MirTarget) Source # fieldsByTextFormatName :: Map String (FieldDescriptor MirTarget) Source # unknownFields :: Lens' MirTarget FieldSet Source # parseMessage :: Parser MirTarget Source # buildMessage :: MirTarget -> Builder Source # | |
| HasField MirTarget "deltaCoin" BigInt # | |
| HasField MirTarget "stakeCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeCredential" -> (StakeCredential -> f StakeCredential) -> MirTarget -> f MirTarget Source # | |
| HasField MirCert "to" [MirTarget] # | |
| HasField MirCert "vec'to" (Vector MirTarget) # | |
| HasField MirTarget "maybe'deltaCoin" (Maybe BigInt) # | |
| HasField MirTarget "maybe'stakeCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
data Multiasset #
Instances
| NFData Multiasset # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: Multiasset -> () Source # | |
| Eq Multiasset # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: Multiasset -> Multiasset -> Bool Source # (/=) :: Multiasset -> Multiasset -> Bool Source # | |
| Ord Multiasset # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: Multiasset -> Multiasset -> Ordering Source # (<) :: Multiasset -> Multiasset -> Bool Source # (<=) :: Multiasset -> Multiasset -> Bool Source # (>) :: Multiasset -> Multiasset -> Bool Source # (>=) :: Multiasset -> Multiasset -> Bool Source # max :: Multiasset -> Multiasset -> Multiasset Source # min :: Multiasset -> Multiasset -> Multiasset Source # | |
| Show Multiasset # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message Multiasset # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Multiasset -> Text Source # packedMessageDescriptor :: Proxy Multiasset -> ByteString Source # packedFileDescriptor :: Proxy Multiasset -> ByteString Source # defMessage :: Multiasset Source # fieldsByTag :: Map Tag (FieldDescriptor Multiasset) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Multiasset) Source # unknownFields :: Lens' Multiasset FieldSet Source # parseMessage :: Parser Multiasset Source # buildMessage :: Multiasset -> Builder Source # | |
| HasField Multiasset "policyId" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "policyId" -> (ByteString -> f ByteString) -> Multiasset -> f Multiasset Source # | |
| HasField Multiasset "assets" [Asset] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "assets" -> ([Asset] -> f [Asset]) -> Multiasset -> f Multiasset Source # | |
| HasField Multiasset "vec'assets" (Vector Asset) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'assets" -> (Vector Asset -> f (Vector Asset)) -> Multiasset -> f Multiasset Source # | |
| HasField Tx "mint" [Multiasset] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "mint" -> ([Multiasset] -> f [Multiasset]) -> Tx -> f Tx Source # | |
| HasField Tx "vec'mint" (Vector Multiasset) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'mint" -> (Vector Multiasset -> f (Vector Multiasset)) -> Tx -> f Tx Source # | |
| HasField TxOutput "assets" [Multiasset] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "assets" -> ([Multiasset] -> f [Multiasset]) -> TxOutput -> f TxOutput Source # | |
| HasField TxOutput "vec'assets" (Vector Multiasset) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'assets" -> (Vector Multiasset -> f (Vector Multiasset)) -> TxOutput -> f TxOutput Source # | |
data NativeScript #
Instances
| NFData NativeScript # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: NativeScript -> () Source # | |
| Eq NativeScript # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: NativeScript -> NativeScript -> Bool Source # (/=) :: NativeScript -> NativeScript -> Bool Source # | |
| Ord NativeScript # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: NativeScript -> NativeScript -> Ordering Source # (<) :: NativeScript -> NativeScript -> Bool Source # (<=) :: NativeScript -> NativeScript -> Bool Source # (>) :: NativeScript -> NativeScript -> Bool Source # (>=) :: NativeScript -> NativeScript -> Bool Source # max :: NativeScript -> NativeScript -> NativeScript Source # min :: NativeScript -> NativeScript -> NativeScript Source # | |
| Show NativeScript # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message NativeScript # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy NativeScript -> Text Source # packedMessageDescriptor :: Proxy NativeScript -> ByteString Source # packedFileDescriptor :: Proxy NativeScript -> ByteString Source # defMessage :: NativeScript Source # fieldsByTag :: Map Tag (FieldDescriptor NativeScript) Source # fieldsByTextFormatName :: Map String (FieldDescriptor NativeScript) Source # unknownFields :: Lens' NativeScript FieldSet Source # parseMessage :: Parser NativeScript Source # buildMessage :: NativeScript -> Builder Source # | |
| HasField NativeScript "invalidBefore" Word64 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "invalidBefore" -> (Word64 -> f Word64) -> NativeScript -> f NativeScript Source # | |
| HasField NativeScript "invalidHereafter" Word64 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "invalidHereafter" -> (Word64 -> f Word64) -> NativeScript -> f NativeScript Source # | |
| HasField NativeScript "scriptAll" NativeScriptList # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "scriptAll" -> (NativeScriptList -> f NativeScriptList) -> NativeScript -> f NativeScript Source # | |
| HasField NativeScript "scriptAny" NativeScriptList # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "scriptAny" -> (NativeScriptList -> f NativeScriptList) -> NativeScript -> f NativeScript Source # | |
| HasField NativeScript "scriptNOfK" ScriptNOfK # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "scriptNOfK" -> (ScriptNOfK -> f ScriptNOfK) -> NativeScript -> f NativeScript Source # | |
| HasField NativeScript "scriptPubkeyHash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "scriptPubkeyHash" -> (ByteString -> f ByteString) -> NativeScript -> f NativeScript Source # | |
| HasField Script "native" NativeScript # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "native" -> (NativeScript -> f NativeScript) -> Script -> f Script Source # | |
| HasField NativeScript "maybe'invalidBefore" (Maybe Word64) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField NativeScript "maybe'invalidHereafter" (Maybe Word64) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField NativeScript "maybe'nativeScript" (Maybe NativeScript'NativeScript) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'nativeScript" -> (Maybe NativeScript'NativeScript -> f (Maybe NativeScript'NativeScript)) -> NativeScript -> f NativeScript Source # | |
| HasField NativeScript "maybe'scriptAll" (Maybe NativeScriptList) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'scriptAll" -> (Maybe NativeScriptList -> f (Maybe NativeScriptList)) -> NativeScript -> f NativeScript Source # | |
| HasField NativeScript "maybe'scriptAny" (Maybe NativeScriptList) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'scriptAny" -> (Maybe NativeScriptList -> f (Maybe NativeScriptList)) -> NativeScript -> f NativeScript Source # | |
| HasField NativeScript "maybe'scriptNOfK" (Maybe ScriptNOfK) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'scriptNOfK" -> (Maybe ScriptNOfK -> f (Maybe ScriptNOfK)) -> NativeScript -> f NativeScript Source # | |
| HasField NativeScript "maybe'scriptPubkeyHash" (Maybe ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'scriptPubkeyHash" -> (Maybe ByteString -> f (Maybe ByteString)) -> NativeScript -> f NativeScript Source # | |
| HasField NativeScriptList "items" [NativeScript] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "items" -> ([NativeScript] -> f [NativeScript]) -> NativeScriptList -> f NativeScriptList Source # | |
| HasField NativeScriptList "vec'items" (Vector NativeScript) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'items" -> (Vector NativeScript -> f (Vector NativeScript)) -> NativeScriptList -> f NativeScriptList Source # | |
| HasField Script "maybe'native" (Maybe NativeScript) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField ScriptNOfK "scripts" [NativeScript] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "scripts" -> ([NativeScript] -> f [NativeScript]) -> ScriptNOfK -> f ScriptNOfK Source # | |
| HasField ScriptNOfK "vec'scripts" (Vector NativeScript) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'scripts" -> (Vector NativeScript -> f (Vector NativeScript)) -> ScriptNOfK -> f ScriptNOfK Source # | |
data NativeScript'NativeScript #
Constructors
| NativeScript'ScriptPubkeyHash !ByteString | |
| NativeScript'ScriptAll !NativeScriptList | |
| NativeScript'ScriptAny !NativeScriptList | |
| NativeScript'ScriptNOfK !ScriptNOfK | |
| NativeScript'InvalidBefore !Word64 | |
| NativeScript'InvalidHereafter !Word64 |
Instances
| NFData NativeScript'NativeScript # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: NativeScript'NativeScript -> () Source # | |
| Eq NativeScript'NativeScript # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: NativeScript'NativeScript -> NativeScript'NativeScript -> Bool Source # (/=) :: NativeScript'NativeScript -> NativeScript'NativeScript -> Bool Source # | |
| Ord NativeScript'NativeScript # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: NativeScript'NativeScript -> NativeScript'NativeScript -> Ordering Source # (<) :: NativeScript'NativeScript -> NativeScript'NativeScript -> Bool Source # (<=) :: NativeScript'NativeScript -> NativeScript'NativeScript -> Bool Source # (>) :: NativeScript'NativeScript -> NativeScript'NativeScript -> Bool Source # (>=) :: NativeScript'NativeScript -> NativeScript'NativeScript -> Bool Source # max :: NativeScript'NativeScript -> NativeScript'NativeScript -> NativeScript'NativeScript Source # min :: NativeScript'NativeScript -> NativeScript'NativeScript -> NativeScript'NativeScript Source # | |
| Show NativeScript'NativeScript # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField NativeScript "maybe'nativeScript" (Maybe NativeScript'NativeScript) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'nativeScript" -> (Maybe NativeScript'NativeScript -> f (Maybe NativeScript'NativeScript)) -> NativeScript -> f NativeScript Source # | |
data NativeScriptList #
Instances
| NFData NativeScriptList # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: NativeScriptList -> () Source # | |
| Eq NativeScriptList # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: NativeScriptList -> NativeScriptList -> Bool Source # (/=) :: NativeScriptList -> NativeScriptList -> Bool Source # | |
| Ord NativeScriptList # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: NativeScriptList -> NativeScriptList -> Ordering Source # (<) :: NativeScriptList -> NativeScriptList -> Bool Source # (<=) :: NativeScriptList -> NativeScriptList -> Bool Source # (>) :: NativeScriptList -> NativeScriptList -> Bool Source # (>=) :: NativeScriptList -> NativeScriptList -> Bool Source # max :: NativeScriptList -> NativeScriptList -> NativeScriptList Source # min :: NativeScriptList -> NativeScriptList -> NativeScriptList Source # | |
| Show NativeScriptList # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message NativeScriptList # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy NativeScriptList -> Text Source # packedMessageDescriptor :: Proxy NativeScriptList -> ByteString Source # packedFileDescriptor :: Proxy NativeScriptList -> ByteString Source # defMessage :: NativeScriptList Source # fieldsByTag :: Map Tag (FieldDescriptor NativeScriptList) Source # fieldsByTextFormatName :: Map String (FieldDescriptor NativeScriptList) Source # unknownFields :: Lens' NativeScriptList FieldSet Source # parseMessage :: Parser NativeScriptList Source # | |
| HasField NativeScript "scriptAll" NativeScriptList # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "scriptAll" -> (NativeScriptList -> f NativeScriptList) -> NativeScript -> f NativeScript Source # | |
| HasField NativeScript "scriptAny" NativeScriptList # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "scriptAny" -> (NativeScriptList -> f NativeScriptList) -> NativeScript -> f NativeScript Source # | |
| HasField NativeScript "maybe'scriptAll" (Maybe NativeScriptList) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'scriptAll" -> (Maybe NativeScriptList -> f (Maybe NativeScriptList)) -> NativeScript -> f NativeScript Source # | |
| HasField NativeScript "maybe'scriptAny" (Maybe NativeScriptList) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'scriptAny" -> (Maybe NativeScriptList -> f (Maybe NativeScriptList)) -> NativeScript -> f NativeScript Source # | |
| HasField NativeScriptList "items" [NativeScript] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "items" -> ([NativeScript] -> f [NativeScript]) -> NativeScriptList -> f NativeScriptList Source # | |
| HasField NativeScriptList "vec'items" (Vector NativeScript) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'items" -> (Vector NativeScript -> f (Vector NativeScript)) -> NativeScriptList -> f NativeScriptList Source # | |
data NewCommitteeCredentials #
Instances
| NFData NewCommitteeCredentials # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: NewCommitteeCredentials -> () Source # | |
| Eq NewCommitteeCredentials # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: NewCommitteeCredentials -> NewCommitteeCredentials -> Bool Source # (/=) :: NewCommitteeCredentials -> NewCommitteeCredentials -> Bool Source # | |
| Ord NewCommitteeCredentials # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: NewCommitteeCredentials -> NewCommitteeCredentials -> Ordering Source # (<) :: NewCommitteeCredentials -> NewCommitteeCredentials -> Bool Source # (<=) :: NewCommitteeCredentials -> NewCommitteeCredentials -> Bool Source # (>) :: NewCommitteeCredentials -> NewCommitteeCredentials -> Bool Source # (>=) :: NewCommitteeCredentials -> NewCommitteeCredentials -> Bool Source # max :: NewCommitteeCredentials -> NewCommitteeCredentials -> NewCommitteeCredentials Source # min :: NewCommitteeCredentials -> NewCommitteeCredentials -> NewCommitteeCredentials Source # | |
| Show NewCommitteeCredentials # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message NewCommitteeCredentials # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy NewCommitteeCredentials -> Text Source # packedMessageDescriptor :: Proxy NewCommitteeCredentials -> ByteString Source # packedFileDescriptor :: Proxy NewCommitteeCredentials -> ByteString Source # defMessage :: NewCommitteeCredentials Source # fieldsByTag :: Map Tag (FieldDescriptor NewCommitteeCredentials) Source # fieldsByTextFormatName :: Map String (FieldDescriptor NewCommitteeCredentials) Source # unknownFields :: Lens' NewCommitteeCredentials FieldSet Source # parseMessage :: Parser NewCommitteeCredentials Source # | |
| HasField NewCommitteeCredentials "committeeColdCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "committeeColdCredential" -> (StakeCredential -> f StakeCredential) -> NewCommitteeCredentials -> f NewCommitteeCredentials Source # | |
| HasField NewCommitteeCredentials "expiresEpoch" Word32 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "expiresEpoch" -> (Word32 -> f Word32) -> NewCommitteeCredentials -> f NewCommitteeCredentials Source # | |
| HasField NewCommitteeCredentials "maybe'committeeColdCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'committeeColdCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> NewCommitteeCredentials -> f NewCommitteeCredentials Source # | |
| HasField UpdateCommitteeAction "newCommitteeCredentials" [NewCommitteeCredentials] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "newCommitteeCredentials" -> ([NewCommitteeCredentials] -> f [NewCommitteeCredentials]) -> UpdateCommitteeAction -> f UpdateCommitteeAction Source # | |
| HasField UpdateCommitteeAction "vec'newCommitteeCredentials" (Vector NewCommitteeCredentials) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'newCommitteeCredentials" -> (Vector NewCommitteeCredentials -> f (Vector NewCommitteeCredentials)) -> UpdateCommitteeAction -> f UpdateCommitteeAction Source # | |
data NewConstitutionAction #
Instances
| NFData NewConstitutionAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: NewConstitutionAction -> () Source # | |
| Eq NewConstitutionAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: NewConstitutionAction -> NewConstitutionAction -> Bool Source # (/=) :: NewConstitutionAction -> NewConstitutionAction -> Bool Source # | |
| Ord NewConstitutionAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: NewConstitutionAction -> NewConstitutionAction -> Ordering Source # (<) :: NewConstitutionAction -> NewConstitutionAction -> Bool Source # (<=) :: NewConstitutionAction -> NewConstitutionAction -> Bool Source # (>) :: NewConstitutionAction -> NewConstitutionAction -> Bool Source # (>=) :: NewConstitutionAction -> NewConstitutionAction -> Bool Source # max :: NewConstitutionAction -> NewConstitutionAction -> NewConstitutionAction Source # min :: NewConstitutionAction -> NewConstitutionAction -> NewConstitutionAction Source # | |
| Show NewConstitutionAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message NewConstitutionAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy NewConstitutionAction -> Text Source # packedMessageDescriptor :: Proxy NewConstitutionAction -> ByteString Source # packedFileDescriptor :: Proxy NewConstitutionAction -> ByteString Source # defMessage :: NewConstitutionAction Source # fieldsByTag :: Map Tag (FieldDescriptor NewConstitutionAction) Source # fieldsByTextFormatName :: Map String (FieldDescriptor NewConstitutionAction) Source # unknownFields :: Lens' NewConstitutionAction FieldSet Source # parseMessage :: Parser NewConstitutionAction Source # | |
| HasField GovernanceAction "newConstitutionAction" NewConstitutionAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "newConstitutionAction" -> (NewConstitutionAction -> f NewConstitutionAction) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField NewConstitutionAction "constitution" Constitution # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "constitution" -> (Constitution -> f Constitution) -> NewConstitutionAction -> f NewConstitutionAction Source # | |
| HasField NewConstitutionAction "govActionId" GovernanceActionId # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "govActionId" -> (GovernanceActionId -> f GovernanceActionId) -> NewConstitutionAction -> f NewConstitutionAction Source # | |
| HasField GovernanceAction "maybe'newConstitutionAction" (Maybe NewConstitutionAction) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'newConstitutionAction" -> (Maybe NewConstitutionAction -> f (Maybe NewConstitutionAction)) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField NewConstitutionAction "maybe'constitution" (Maybe Constitution) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'constitution" -> (Maybe Constitution -> f (Maybe Constitution)) -> NewConstitutionAction -> f NewConstitutionAction Source # | |
| HasField NewConstitutionAction "maybe'govActionId" (Maybe GovernanceActionId) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'govActionId" -> (Maybe GovernanceActionId -> f (Maybe GovernanceActionId)) -> NewConstitutionAction -> f NewConstitutionAction Source # | |
data NoConfidenceAction #
Instances
| NFData NoConfidenceAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: NoConfidenceAction -> () Source # | |
| Eq NoConfidenceAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: NoConfidenceAction -> NoConfidenceAction -> Bool Source # (/=) :: NoConfidenceAction -> NoConfidenceAction -> Bool Source # | |
| Ord NoConfidenceAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: NoConfidenceAction -> NoConfidenceAction -> Ordering Source # (<) :: NoConfidenceAction -> NoConfidenceAction -> Bool Source # (<=) :: NoConfidenceAction -> NoConfidenceAction -> Bool Source # (>) :: NoConfidenceAction -> NoConfidenceAction -> Bool Source # (>=) :: NoConfidenceAction -> NoConfidenceAction -> Bool Source # max :: NoConfidenceAction -> NoConfidenceAction -> NoConfidenceAction Source # min :: NoConfidenceAction -> NoConfidenceAction -> NoConfidenceAction Source # | |
| Show NoConfidenceAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message NoConfidenceAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy NoConfidenceAction -> Text Source # packedMessageDescriptor :: Proxy NoConfidenceAction -> ByteString Source # packedFileDescriptor :: Proxy NoConfidenceAction -> ByteString Source # defMessage :: NoConfidenceAction Source # fieldsByTag :: Map Tag (FieldDescriptor NoConfidenceAction) Source # fieldsByTextFormatName :: Map String (FieldDescriptor NoConfidenceAction) Source # unknownFields :: Lens' NoConfidenceAction FieldSet Source # parseMessage :: Parser NoConfidenceAction Source # | |
| HasField GovernanceAction "noConfidenceAction" NoConfidenceAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "noConfidenceAction" -> (NoConfidenceAction -> f NoConfidenceAction) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField NoConfidenceAction "govActionId" GovernanceActionId # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "govActionId" -> (GovernanceActionId -> f GovernanceActionId) -> NoConfidenceAction -> f NoConfidenceAction Source # | |
| HasField GovernanceAction "maybe'noConfidenceAction" (Maybe NoConfidenceAction) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'noConfidenceAction" -> (Maybe NoConfidenceAction -> f (Maybe NoConfidenceAction)) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField NoConfidenceAction "maybe'govActionId" (Maybe GovernanceActionId) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'govActionId" -> (Maybe GovernanceActionId -> f (Maybe GovernanceActionId)) -> NoConfidenceAction -> f NoConfidenceAction Source # | |
Instances
| NFData PParams # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq PParams # | |
| Ord PParams # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show PParams # | |
| Message PParams # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy PParams -> Text Source # packedMessageDescriptor :: Proxy PParams -> ByteString Source # packedFileDescriptor :: Proxy PParams -> ByteString Source # defMessage :: PParams Source # fieldsByTag :: Map Tag (FieldDescriptor PParams) Source # fieldsByTextFormatName :: Map String (FieldDescriptor PParams) Source # unknownFields :: Lens' PParams FieldSet Source # parseMessage :: Parser PParams Source # buildMessage :: PParams -> Builder Source # | |
| HasField EraSummary "protocolParams" PParams # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "protocolParams" -> (PParams -> f PParams) -> EraSummary -> f EraSummary Source # | |
| HasField Genesis "protocolParams" PParams # | |
| HasField PParams "coinsPerUtxoByte" BigInt # | |
| HasField PParams "collateralPercentage" Word64 # | |
| HasField PParams "committeeTermLimit" Word64 # | |
| HasField PParams "costModels" CostModels # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "costModels" -> (CostModels -> f CostModels) -> PParams -> f PParams Source # | |
| HasField PParams "desiredNumberOfPools" Word64 # | |
| HasField PParams "drepDeposit" BigInt # | |
| HasField PParams "drepInactivityPeriod" Word64 # | |
| HasField PParams "drepVotingThresholds" VotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "drepVotingThresholds" -> (VotingThresholds -> f VotingThresholds) -> PParams -> f PParams Source # | |
| HasField PParams "governanceActionDeposit" BigInt # | |
| HasField PParams "governanceActionValidityPeriod" Word64 # | |
| HasField PParams "maxBlockBodySize" Word64 # | |
| HasField PParams "maxBlockHeaderSize" Word64 # | |
| HasField PParams "maxCollateralInputs" Word64 # | |
| HasField PParams "maxExecutionUnitsPerBlock" ExUnits # | |
| HasField PParams "maxExecutionUnitsPerTransaction" ExUnits # | |
| HasField PParams "maxTxSize" Word64 # | |
| HasField PParams "maxValueSize" Word64 # | |
| HasField PParams "minCommitteeSize" Word32 # | |
| HasField PParams "minFeeCoefficient" BigInt # | |
| HasField PParams "minFeeConstant" BigInt # | |
| HasField PParams "minFeeScriptRefCostPerByte" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "minFeeScriptRefCostPerByte" -> (RationalNumber -> f RationalNumber) -> PParams -> f PParams Source # | |
| HasField PParams "minPoolCost" BigInt # | |
| HasField PParams "monetaryExpansion" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "monetaryExpansion" -> (RationalNumber -> f RationalNumber) -> PParams -> f PParams Source # | |
| HasField PParams "poolDeposit" BigInt # | |
| HasField PParams "poolInfluence" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolInfluence" -> (RationalNumber -> f RationalNumber) -> PParams -> f PParams Source # | |
| HasField PParams "poolRetirementEpochBound" Word64 # | |
| HasField PParams "poolVotingThresholds" VotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolVotingThresholds" -> (VotingThresholds -> f VotingThresholds) -> PParams -> f PParams Source # | |
| HasField PParams "prices" ExPrices # | |
| HasField PParams "protocolVersion" ProtocolVersion # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "protocolVersion" -> (ProtocolVersion -> f ProtocolVersion) -> PParams -> f PParams Source # | |
| HasField PParams "stakeKeyDeposit" BigInt # | |
| HasField PParams "treasuryExpansion" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "treasuryExpansion" -> (RationalNumber -> f RationalNumber) -> PParams -> f PParams Source # | |
| HasField ParameterChangeAction "protocolParamUpdate" PParams # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "protocolParamUpdate" -> (PParams -> f PParams) -> ParameterChangeAction -> f ParameterChangeAction Source # | |
| HasField AnyChainParams "cardano" PParams # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "cardano" -> (PParams -> f PParams) -> AnyChainParams -> f AnyChainParams Source # | |
| HasField EraSummary "maybe'protocolParams" (Maybe PParams) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Genesis "maybe'protocolParams" (Maybe PParams) # | |
| HasField PParams "maybe'coinsPerUtxoByte" (Maybe BigInt) # | |
| HasField PParams "maybe'costModels" (Maybe CostModels) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PParams "maybe'drepDeposit" (Maybe BigInt) # | |
| HasField PParams "maybe'drepVotingThresholds" (Maybe VotingThresholds) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PParams "maybe'governanceActionDeposit" (Maybe BigInt) # | |
| HasField PParams "maybe'maxExecutionUnitsPerBlock" (Maybe ExUnits) # | |
| HasField PParams "maybe'maxExecutionUnitsPerTransaction" (Maybe ExUnits) # | |
| HasField PParams "maybe'minFeeCoefficient" (Maybe BigInt) # | |
| HasField PParams "maybe'minFeeConstant" (Maybe BigInt) # | |
| HasField PParams "maybe'minFeeScriptRefCostPerByte" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PParams "maybe'minPoolCost" (Maybe BigInt) # | |
| HasField PParams "maybe'monetaryExpansion" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PParams "maybe'poolDeposit" (Maybe BigInt) # | |
| HasField PParams "maybe'poolInfluence" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PParams "maybe'poolVotingThresholds" (Maybe VotingThresholds) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PParams "maybe'prices" (Maybe ExPrices) # | |
| HasField PParams "maybe'protocolVersion" (Maybe ProtocolVersion) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PParams "maybe'stakeKeyDeposit" (Maybe BigInt) # | |
| HasField PParams "maybe'treasuryExpansion" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField ParameterChangeAction "maybe'protocolParamUpdate" (Maybe PParams) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField AnyChainParams "maybe'cardano" (Maybe PParams) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
data ParameterChangeAction #
Instances
| NFData ParameterChangeAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: ParameterChangeAction -> () Source # | |
| Eq ParameterChangeAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: ParameterChangeAction -> ParameterChangeAction -> Bool Source # (/=) :: ParameterChangeAction -> ParameterChangeAction -> Bool Source # | |
| Ord ParameterChangeAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: ParameterChangeAction -> ParameterChangeAction -> Ordering Source # (<) :: ParameterChangeAction -> ParameterChangeAction -> Bool Source # (<=) :: ParameterChangeAction -> ParameterChangeAction -> Bool Source # (>) :: ParameterChangeAction -> ParameterChangeAction -> Bool Source # (>=) :: ParameterChangeAction -> ParameterChangeAction -> Bool Source # max :: ParameterChangeAction -> ParameterChangeAction -> ParameterChangeAction Source # min :: ParameterChangeAction -> ParameterChangeAction -> ParameterChangeAction Source # | |
| Show ParameterChangeAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message ParameterChangeAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy ParameterChangeAction -> Text Source # packedMessageDescriptor :: Proxy ParameterChangeAction -> ByteString Source # packedFileDescriptor :: Proxy ParameterChangeAction -> ByteString Source # defMessage :: ParameterChangeAction Source # fieldsByTag :: Map Tag (FieldDescriptor ParameterChangeAction) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ParameterChangeAction) Source # unknownFields :: Lens' ParameterChangeAction FieldSet Source # parseMessage :: Parser ParameterChangeAction Source # | |
| HasField GovernanceAction "parameterChangeAction" ParameterChangeAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "parameterChangeAction" -> (ParameterChangeAction -> f ParameterChangeAction) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField ParameterChangeAction "govActionId" GovernanceActionId # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "govActionId" -> (GovernanceActionId -> f GovernanceActionId) -> ParameterChangeAction -> f ParameterChangeAction Source # | |
| HasField ParameterChangeAction "policyHash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "policyHash" -> (ByteString -> f ByteString) -> ParameterChangeAction -> f ParameterChangeAction Source # | |
| HasField ParameterChangeAction "protocolParamUpdate" PParams # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "protocolParamUpdate" -> (PParams -> f PParams) -> ParameterChangeAction -> f ParameterChangeAction Source # | |
| HasField GovernanceAction "maybe'parameterChangeAction" (Maybe ParameterChangeAction) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'parameterChangeAction" -> (Maybe ParameterChangeAction -> f (Maybe ParameterChangeAction)) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField ParameterChangeAction "maybe'govActionId" (Maybe GovernanceActionId) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'govActionId" -> (Maybe GovernanceActionId -> f (Maybe GovernanceActionId)) -> ParameterChangeAction -> f ParameterChangeAction Source # | |
| HasField ParameterChangeAction "maybe'protocolParamUpdate" (Maybe PParams) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
data PlutusData #
Instances
| NFData PlutusData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: PlutusData -> () Source # | |
| Eq PlutusData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: PlutusData -> PlutusData -> Bool Source # (/=) :: PlutusData -> PlutusData -> Bool Source # | |
| Ord PlutusData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: PlutusData -> PlutusData -> Ordering Source # (<) :: PlutusData -> PlutusData -> Bool Source # (<=) :: PlutusData -> PlutusData -> Bool Source # (>) :: PlutusData -> PlutusData -> Bool Source # (>=) :: PlutusData -> PlutusData -> Bool Source # max :: PlutusData -> PlutusData -> PlutusData Source # min :: PlutusData -> PlutusData -> PlutusData Source # | |
| Show PlutusData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message PlutusData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy PlutusData -> Text Source # packedMessageDescriptor :: Proxy PlutusData -> ByteString Source # packedFileDescriptor :: Proxy PlutusData -> ByteString Source # defMessage :: PlutusData Source # fieldsByTag :: Map Tag (FieldDescriptor PlutusData) Source # fieldsByTextFormatName :: Map String (FieldDescriptor PlutusData) Source # unknownFields :: Lens' PlutusData FieldSet Source # parseMessage :: Parser PlutusData Source # buildMessage :: PlutusData -> Builder Source # | |
| HasField Datum "payload" PlutusData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "payload" -> (PlutusData -> f PlutusData) -> Datum -> f Datum Source # | |
| HasField PlutusData "array" PlutusDataArray # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "array" -> (PlutusDataArray -> f PlutusDataArray) -> PlutusData -> f PlutusData Source # | |
| HasField PlutusData "bigInt" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "bigInt" -> (BigInt -> f BigInt) -> PlutusData -> f PlutusData Source # | |
| HasField PlutusData "boundedBytes" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "boundedBytes" -> (ByteString -> f ByteString) -> PlutusData -> f PlutusData Source # | |
| HasField PlutusData "constr" Constr # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "constr" -> (Constr -> f Constr) -> PlutusData -> f PlutusData Source # | |
| HasField PlutusData "map" PlutusDataMap # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "map" -> (PlutusDataMap -> f PlutusDataMap) -> PlutusData -> f PlutusData Source # | |
| HasField PlutusDataPair "key" PlutusData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "key" -> (PlutusData -> f PlutusData) -> PlutusDataPair -> f PlutusDataPair Source # | |
| HasField PlutusDataPair "value" PlutusData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "value" -> (PlutusData -> f PlutusData) -> PlutusDataPair -> f PlutusDataPair Source # | |
| HasField Redeemer "payload" PlutusData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "payload" -> (PlutusData -> f PlutusData) -> Redeemer -> f Redeemer Source # | |
| HasField AnyChainDatum "cardano" PlutusData # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "cardano" -> (PlutusData -> f PlutusData) -> AnyChainDatum -> f AnyChainDatum Source # | |
| HasField Constr "fields" [PlutusData] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "fields" -> ([PlutusData] -> f [PlutusData]) -> Constr -> f Constr Source # | |
| HasField Constr "vec'fields" (Vector PlutusData) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'fields" -> (Vector PlutusData -> f (Vector PlutusData)) -> Constr -> f Constr Source # | |
| HasField Datum "maybe'payload" (Maybe PlutusData) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PlutusData "maybe'array" (Maybe PlutusDataArray) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'array" -> (Maybe PlutusDataArray -> f (Maybe PlutusDataArray)) -> PlutusData -> f PlutusData Source # | |
| HasField PlutusData "maybe'bigInt" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PlutusData "maybe'boundedBytes" (Maybe ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'boundedBytes" -> (Maybe ByteString -> f (Maybe ByteString)) -> PlutusData -> f PlutusData Source # | |
| HasField PlutusData "maybe'constr" (Maybe Constr) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PlutusData "maybe'map" (Maybe PlutusDataMap) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'map" -> (Maybe PlutusDataMap -> f (Maybe PlutusDataMap)) -> PlutusData -> f PlutusData Source # | |
| HasField PlutusData "maybe'plutusData" (Maybe PlutusData'PlutusData) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'plutusData" -> (Maybe PlutusData'PlutusData -> f (Maybe PlutusData'PlutusData)) -> PlutusData -> f PlutusData Source # | |
| HasField PlutusDataArray "items" [PlutusData] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "items" -> ([PlutusData] -> f [PlutusData]) -> PlutusDataArray -> f PlutusDataArray Source # | |
| HasField PlutusDataArray "vec'items" (Vector PlutusData) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'items" -> (Vector PlutusData -> f (Vector PlutusData)) -> PlutusDataArray -> f PlutusDataArray Source # | |
| HasField PlutusDataPair "maybe'key" (Maybe PlutusData) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'key" -> (Maybe PlutusData -> f (Maybe PlutusData)) -> PlutusDataPair -> f PlutusDataPair Source # | |
| HasField PlutusDataPair "maybe'value" (Maybe PlutusData) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'value" -> (Maybe PlutusData -> f (Maybe PlutusData)) -> PlutusDataPair -> f PlutusDataPair Source # | |
| HasField Redeemer "maybe'payload" (Maybe PlutusData) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField WitnessSet "plutusDatums" [PlutusData] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "plutusDatums" -> ([PlutusData] -> f [PlutusData]) -> WitnessSet -> f WitnessSet Source # | |
| HasField WitnessSet "vec'plutusDatums" (Vector PlutusData) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'plutusDatums" -> (Vector PlutusData -> f (Vector PlutusData)) -> WitnessSet -> f WitnessSet Source # | |
| HasField AnyChainDatum "maybe'cardano" (Maybe PlutusData) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'cardano" -> (Maybe PlutusData -> f (Maybe PlutusData)) -> AnyChainDatum -> f AnyChainDatum Source # | |
data PlutusData'PlutusData #
Constructors
| PlutusData'Constr !Constr | |
| PlutusData'Map !PlutusDataMap | |
| PlutusData'BigInt !BigInt | |
| PlutusData'BoundedBytes !ByteString | |
| PlutusData'Array !PlutusDataArray |
Instances
| NFData PlutusData'PlutusData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: PlutusData'PlutusData -> () Source # | |
| Eq PlutusData'PlutusData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: PlutusData'PlutusData -> PlutusData'PlutusData -> Bool Source # (/=) :: PlutusData'PlutusData -> PlutusData'PlutusData -> Bool Source # | |
| Ord PlutusData'PlutusData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: PlutusData'PlutusData -> PlutusData'PlutusData -> Ordering Source # (<) :: PlutusData'PlutusData -> PlutusData'PlutusData -> Bool Source # (<=) :: PlutusData'PlutusData -> PlutusData'PlutusData -> Bool Source # (>) :: PlutusData'PlutusData -> PlutusData'PlutusData -> Bool Source # (>=) :: PlutusData'PlutusData -> PlutusData'PlutusData -> Bool Source # max :: PlutusData'PlutusData -> PlutusData'PlutusData -> PlutusData'PlutusData Source # min :: PlutusData'PlutusData -> PlutusData'PlutusData -> PlutusData'PlutusData Source # | |
| Show PlutusData'PlutusData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PlutusData "maybe'plutusData" (Maybe PlutusData'PlutusData) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'plutusData" -> (Maybe PlutusData'PlutusData -> f (Maybe PlutusData'PlutusData)) -> PlutusData -> f PlutusData Source # | |
data PlutusDataArray #
Instances
| NFData PlutusDataArray # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: PlutusDataArray -> () Source # | |
| Eq PlutusDataArray # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: PlutusDataArray -> PlutusDataArray -> Bool Source # (/=) :: PlutusDataArray -> PlutusDataArray -> Bool Source # | |
| Ord PlutusDataArray # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: PlutusDataArray -> PlutusDataArray -> Ordering Source # (<) :: PlutusDataArray -> PlutusDataArray -> Bool Source # (<=) :: PlutusDataArray -> PlutusDataArray -> Bool Source # (>) :: PlutusDataArray -> PlutusDataArray -> Bool Source # (>=) :: PlutusDataArray -> PlutusDataArray -> Bool Source # max :: PlutusDataArray -> PlutusDataArray -> PlutusDataArray Source # min :: PlutusDataArray -> PlutusDataArray -> PlutusDataArray Source # | |
| Show PlutusDataArray # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message PlutusDataArray # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy PlutusDataArray -> Text Source # packedMessageDescriptor :: Proxy PlutusDataArray -> ByteString Source # packedFileDescriptor :: Proxy PlutusDataArray -> ByteString Source # defMessage :: PlutusDataArray Source # fieldsByTag :: Map Tag (FieldDescriptor PlutusDataArray) Source # fieldsByTextFormatName :: Map String (FieldDescriptor PlutusDataArray) Source # unknownFields :: Lens' PlutusDataArray FieldSet Source # parseMessage :: Parser PlutusDataArray Source # | |
| HasField PlutusData "array" PlutusDataArray # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "array" -> (PlutusDataArray -> f PlutusDataArray) -> PlutusData -> f PlutusData Source # | |
| HasField PlutusData "maybe'array" (Maybe PlutusDataArray) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'array" -> (Maybe PlutusDataArray -> f (Maybe PlutusDataArray)) -> PlutusData -> f PlutusData Source # | |
| HasField PlutusDataArray "items" [PlutusData] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "items" -> ([PlutusData] -> f [PlutusData]) -> PlutusDataArray -> f PlutusDataArray Source # | |
| HasField PlutusDataArray "vec'items" (Vector PlutusData) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'items" -> (Vector PlutusData -> f (Vector PlutusData)) -> PlutusDataArray -> f PlutusDataArray Source # | |
data PlutusDataMap #
Instances
| NFData PlutusDataMap # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: PlutusDataMap -> () Source # | |
| Eq PlutusDataMap # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: PlutusDataMap -> PlutusDataMap -> Bool Source # (/=) :: PlutusDataMap -> PlutusDataMap -> Bool Source # | |
| Ord PlutusDataMap # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: PlutusDataMap -> PlutusDataMap -> Ordering Source # (<) :: PlutusDataMap -> PlutusDataMap -> Bool Source # (<=) :: PlutusDataMap -> PlutusDataMap -> Bool Source # (>) :: PlutusDataMap -> PlutusDataMap -> Bool Source # (>=) :: PlutusDataMap -> PlutusDataMap -> Bool Source # max :: PlutusDataMap -> PlutusDataMap -> PlutusDataMap Source # min :: PlutusDataMap -> PlutusDataMap -> PlutusDataMap Source # | |
| Show PlutusDataMap # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message PlutusDataMap # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy PlutusDataMap -> Text Source # packedMessageDescriptor :: Proxy PlutusDataMap -> ByteString Source # packedFileDescriptor :: Proxy PlutusDataMap -> ByteString Source # defMessage :: PlutusDataMap Source # fieldsByTag :: Map Tag (FieldDescriptor PlutusDataMap) Source # fieldsByTextFormatName :: Map String (FieldDescriptor PlutusDataMap) Source # unknownFields :: Lens' PlutusDataMap FieldSet Source # parseMessage :: Parser PlutusDataMap Source # buildMessage :: PlutusDataMap -> Builder Source # | |
| HasField PlutusData "map" PlutusDataMap # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "map" -> (PlutusDataMap -> f PlutusDataMap) -> PlutusData -> f PlutusData Source # | |
| HasField PlutusData "maybe'map" (Maybe PlutusDataMap) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'map" -> (Maybe PlutusDataMap -> f (Maybe PlutusDataMap)) -> PlutusData -> f PlutusData Source # | |
| HasField PlutusDataMap "pairs" [PlutusDataPair] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "pairs" -> ([PlutusDataPair] -> f [PlutusDataPair]) -> PlutusDataMap -> f PlutusDataMap Source # | |
| HasField PlutusDataMap "vec'pairs" (Vector PlutusDataPair) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'pairs" -> (Vector PlutusDataPair -> f (Vector PlutusDataPair)) -> PlutusDataMap -> f PlutusDataMap Source # | |
data PlutusDataPair #
Instances
| NFData PlutusDataPair # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: PlutusDataPair -> () Source # | |
| Eq PlutusDataPair # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: PlutusDataPair -> PlutusDataPair -> Bool Source # (/=) :: PlutusDataPair -> PlutusDataPair -> Bool Source # | |
| Ord PlutusDataPair # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: PlutusDataPair -> PlutusDataPair -> Ordering Source # (<) :: PlutusDataPair -> PlutusDataPair -> Bool Source # (<=) :: PlutusDataPair -> PlutusDataPair -> Bool Source # (>) :: PlutusDataPair -> PlutusDataPair -> Bool Source # (>=) :: PlutusDataPair -> PlutusDataPair -> Bool Source # max :: PlutusDataPair -> PlutusDataPair -> PlutusDataPair Source # min :: PlutusDataPair -> PlutusDataPair -> PlutusDataPair Source # | |
| Show PlutusDataPair # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message PlutusDataPair # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy PlutusDataPair -> Text Source # packedMessageDescriptor :: Proxy PlutusDataPair -> ByteString Source # packedFileDescriptor :: Proxy PlutusDataPair -> ByteString Source # defMessage :: PlutusDataPair Source # fieldsByTag :: Map Tag (FieldDescriptor PlutusDataPair) Source # fieldsByTextFormatName :: Map String (FieldDescriptor PlutusDataPair) Source # unknownFields :: Lens' PlutusDataPair FieldSet Source # parseMessage :: Parser PlutusDataPair Source # buildMessage :: PlutusDataPair -> Builder Source # | |
| HasField PlutusDataPair "key" PlutusData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "key" -> (PlutusData -> f PlutusData) -> PlutusDataPair -> f PlutusDataPair Source # | |
| HasField PlutusDataPair "value" PlutusData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "value" -> (PlutusData -> f PlutusData) -> PlutusDataPair -> f PlutusDataPair Source # | |
| HasField PlutusDataMap "pairs" [PlutusDataPair] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "pairs" -> ([PlutusDataPair] -> f [PlutusDataPair]) -> PlutusDataMap -> f PlutusDataMap Source # | |
| HasField PlutusDataMap "vec'pairs" (Vector PlutusDataPair) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'pairs" -> (Vector PlutusDataPair -> f (Vector PlutusDataPair)) -> PlutusDataMap -> f PlutusDataMap Source # | |
| HasField PlutusDataPair "maybe'key" (Maybe PlutusData) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'key" -> (Maybe PlutusData -> f (Maybe PlutusData)) -> PlutusDataPair -> f PlutusDataPair Source # | |
| HasField PlutusDataPair "maybe'value" (Maybe PlutusData) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'value" -> (Maybe PlutusData -> f (Maybe PlutusData)) -> PlutusDataPair -> f PlutusDataPair Source # | |
data PoolMetadata #
Instances
| NFData PoolMetadata # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: PoolMetadata -> () Source # | |
| Eq PoolMetadata # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: PoolMetadata -> PoolMetadata -> Bool Source # (/=) :: PoolMetadata -> PoolMetadata -> Bool Source # | |
| Ord PoolMetadata # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: PoolMetadata -> PoolMetadata -> Ordering Source # (<) :: PoolMetadata -> PoolMetadata -> Bool Source # (<=) :: PoolMetadata -> PoolMetadata -> Bool Source # (>) :: PoolMetadata -> PoolMetadata -> Bool Source # (>=) :: PoolMetadata -> PoolMetadata -> Bool Source # max :: PoolMetadata -> PoolMetadata -> PoolMetadata Source # min :: PoolMetadata -> PoolMetadata -> PoolMetadata Source # | |
| Show PoolMetadata # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message PoolMetadata # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy PoolMetadata -> Text Source # packedMessageDescriptor :: Proxy PoolMetadata -> ByteString Source # packedFileDescriptor :: Proxy PoolMetadata -> ByteString Source # defMessage :: PoolMetadata Source # fieldsByTag :: Map Tag (FieldDescriptor PoolMetadata) Source # fieldsByTextFormatName :: Map String (FieldDescriptor PoolMetadata) Source # unknownFields :: Lens' PoolMetadata FieldSet Source # parseMessage :: Parser PoolMetadata Source # buildMessage :: PoolMetadata -> Builder Source # | |
| HasField PoolMetadata "hash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "hash" -> (ByteString -> f ByteString) -> PoolMetadata -> f PoolMetadata Source # | |
| HasField PoolMetadata "url" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "url" -> (Text -> f Text) -> PoolMetadata -> f PoolMetadata Source # | |
| HasField PoolRegistrationCert "poolMetadata" PoolMetadata # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolMetadata" -> (PoolMetadata -> f PoolMetadata) -> PoolRegistrationCert -> f PoolRegistrationCert Source # | |
| HasField PoolRegistrationCert "maybe'poolMetadata" (Maybe PoolMetadata) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'poolMetadata" -> (Maybe PoolMetadata -> f (Maybe PoolMetadata)) -> PoolRegistrationCert -> f PoolRegistrationCert Source # | |
data PoolRegistrationCert #
Instances
| NFData PoolRegistrationCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: PoolRegistrationCert -> () Source # | |
| Eq PoolRegistrationCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: PoolRegistrationCert -> PoolRegistrationCert -> Bool Source # (/=) :: PoolRegistrationCert -> PoolRegistrationCert -> Bool Source # | |
| Ord PoolRegistrationCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: PoolRegistrationCert -> PoolRegistrationCert -> Ordering Source # (<) :: PoolRegistrationCert -> PoolRegistrationCert -> Bool Source # (<=) :: PoolRegistrationCert -> PoolRegistrationCert -> Bool Source # (>) :: PoolRegistrationCert -> PoolRegistrationCert -> Bool Source # (>=) :: PoolRegistrationCert -> PoolRegistrationCert -> Bool Source # max :: PoolRegistrationCert -> PoolRegistrationCert -> PoolRegistrationCert Source # min :: PoolRegistrationCert -> PoolRegistrationCert -> PoolRegistrationCert Source # | |
| Show PoolRegistrationCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message PoolRegistrationCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy PoolRegistrationCert -> Text Source # packedMessageDescriptor :: Proxy PoolRegistrationCert -> ByteString Source # packedFileDescriptor :: Proxy PoolRegistrationCert -> ByteString Source # defMessage :: PoolRegistrationCert Source # fieldsByTag :: Map Tag (FieldDescriptor PoolRegistrationCert) Source # fieldsByTextFormatName :: Map String (FieldDescriptor PoolRegistrationCert) Source # unknownFields :: Lens' PoolRegistrationCert FieldSet Source # parseMessage :: Parser PoolRegistrationCert Source # | |
| HasField Certificate "poolRegistration" PoolRegistrationCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolRegistration" -> (PoolRegistrationCert -> f PoolRegistrationCert) -> Certificate -> f Certificate Source # | |
| HasField PoolRegistrationCert "cost" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "cost" -> (BigInt -> f BigInt) -> PoolRegistrationCert -> f PoolRegistrationCert Source # | |
| HasField PoolRegistrationCert "margin" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "margin" -> (RationalNumber -> f RationalNumber) -> PoolRegistrationCert -> f PoolRegistrationCert Source # | |
| HasField PoolRegistrationCert "operator" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "operator" -> (ByteString -> f ByteString) -> PoolRegistrationCert -> f PoolRegistrationCert Source # | |
| HasField PoolRegistrationCert "pledge" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "pledge" -> (BigInt -> f BigInt) -> PoolRegistrationCert -> f PoolRegistrationCert Source # | |
| HasField PoolRegistrationCert "poolMetadata" PoolMetadata # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolMetadata" -> (PoolMetadata -> f PoolMetadata) -> PoolRegistrationCert -> f PoolRegistrationCert Source # | |
| HasField PoolRegistrationCert "rewardAccount" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "rewardAccount" -> (ByteString -> f ByteString) -> PoolRegistrationCert -> f PoolRegistrationCert Source # | |
| HasField PoolRegistrationCert "vrfKeyhash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vrfKeyhash" -> (ByteString -> f ByteString) -> PoolRegistrationCert -> f PoolRegistrationCert Source # | |
| HasField Certificate "maybe'poolRegistration" (Maybe PoolRegistrationCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'poolRegistration" -> (Maybe PoolRegistrationCert -> f (Maybe PoolRegistrationCert)) -> Certificate -> f Certificate Source # | |
| HasField PoolRegistrationCert "maybe'cost" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PoolRegistrationCert "maybe'margin" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'margin" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> PoolRegistrationCert -> f PoolRegistrationCert Source # | |
| HasField PoolRegistrationCert "maybe'pledge" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PoolRegistrationCert "maybe'poolMetadata" (Maybe PoolMetadata) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'poolMetadata" -> (Maybe PoolMetadata -> f (Maybe PoolMetadata)) -> PoolRegistrationCert -> f PoolRegistrationCert Source # | |
| HasField PoolRegistrationCert "poolOwners" [ByteString] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolOwners" -> ([ByteString] -> f [ByteString]) -> PoolRegistrationCert -> f PoolRegistrationCert Source # | |
| HasField PoolRegistrationCert "relays" [Relay] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "relays" -> ([Relay] -> f [Relay]) -> PoolRegistrationCert -> f PoolRegistrationCert Source # | |
| HasField PoolRegistrationCert "vec'poolOwners" (Vector ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'poolOwners" -> (Vector ByteString -> f (Vector ByteString)) -> PoolRegistrationCert -> f PoolRegistrationCert Source # | |
| HasField PoolRegistrationCert "vec'relays" (Vector Relay) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'relays" -> (Vector Relay -> f (Vector Relay)) -> PoolRegistrationCert -> f PoolRegistrationCert Source # | |
data PoolRegistrationPattern #
Instances
| NFData PoolRegistrationPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: PoolRegistrationPattern -> () Source # | |
| Eq PoolRegistrationPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: PoolRegistrationPattern -> PoolRegistrationPattern -> Bool Source # (/=) :: PoolRegistrationPattern -> PoolRegistrationPattern -> Bool Source # | |
| Ord PoolRegistrationPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: PoolRegistrationPattern -> PoolRegistrationPattern -> Ordering Source # (<) :: PoolRegistrationPattern -> PoolRegistrationPattern -> Bool Source # (<=) :: PoolRegistrationPattern -> PoolRegistrationPattern -> Bool Source # (>) :: PoolRegistrationPattern -> PoolRegistrationPattern -> Bool Source # (>=) :: PoolRegistrationPattern -> PoolRegistrationPattern -> Bool Source # max :: PoolRegistrationPattern -> PoolRegistrationPattern -> PoolRegistrationPattern Source # min :: PoolRegistrationPattern -> PoolRegistrationPattern -> PoolRegistrationPattern Source # | |
| Show PoolRegistrationPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message PoolRegistrationPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy PoolRegistrationPattern -> Text Source # packedMessageDescriptor :: Proxy PoolRegistrationPattern -> ByteString Source # packedFileDescriptor :: Proxy PoolRegistrationPattern -> ByteString Source # defMessage :: PoolRegistrationPattern Source # fieldsByTag :: Map Tag (FieldDescriptor PoolRegistrationPattern) Source # fieldsByTextFormatName :: Map String (FieldDescriptor PoolRegistrationPattern) Source # unknownFields :: Lens' PoolRegistrationPattern FieldSet Source # parseMessage :: Parser PoolRegistrationPattern Source # | |
| HasField CertificatePattern "poolRegistration" PoolRegistrationPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolRegistration" -> (PoolRegistrationPattern -> f PoolRegistrationPattern) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField PoolRegistrationPattern "operator" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "operator" -> (ByteString -> f ByteString) -> PoolRegistrationPattern -> f PoolRegistrationPattern Source # | |
| HasField PoolRegistrationPattern "poolKeyhash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolKeyhash" -> (ByteString -> f ByteString) -> PoolRegistrationPattern -> f PoolRegistrationPattern Source # | |
| HasField CertificatePattern "maybe'poolRegistration" (Maybe PoolRegistrationPattern) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'poolRegistration" -> (Maybe PoolRegistrationPattern -> f (Maybe PoolRegistrationPattern)) -> CertificatePattern -> f CertificatePattern Source # | |
data PoolRetirementCert #
Instances
| NFData PoolRetirementCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: PoolRetirementCert -> () Source # | |
| Eq PoolRetirementCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: PoolRetirementCert -> PoolRetirementCert -> Bool Source # (/=) :: PoolRetirementCert -> PoolRetirementCert -> Bool Source # | |
| Ord PoolRetirementCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: PoolRetirementCert -> PoolRetirementCert -> Ordering Source # (<) :: PoolRetirementCert -> PoolRetirementCert -> Bool Source # (<=) :: PoolRetirementCert -> PoolRetirementCert -> Bool Source # (>) :: PoolRetirementCert -> PoolRetirementCert -> Bool Source # (>=) :: PoolRetirementCert -> PoolRetirementCert -> Bool Source # max :: PoolRetirementCert -> PoolRetirementCert -> PoolRetirementCert Source # min :: PoolRetirementCert -> PoolRetirementCert -> PoolRetirementCert Source # | |
| Show PoolRetirementCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message PoolRetirementCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy PoolRetirementCert -> Text Source # packedMessageDescriptor :: Proxy PoolRetirementCert -> ByteString Source # packedFileDescriptor :: Proxy PoolRetirementCert -> ByteString Source # defMessage :: PoolRetirementCert Source # fieldsByTag :: Map Tag (FieldDescriptor PoolRetirementCert) Source # fieldsByTextFormatName :: Map String (FieldDescriptor PoolRetirementCert) Source # unknownFields :: Lens' PoolRetirementCert FieldSet Source # parseMessage :: Parser PoolRetirementCert Source # | |
| HasField Certificate "poolRetirement" PoolRetirementCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolRetirement" -> (PoolRetirementCert -> f PoolRetirementCert) -> Certificate -> f Certificate Source # | |
| HasField PoolRetirementCert "epoch" Word64 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "epoch" -> (Word64 -> f Word64) -> PoolRetirementCert -> f PoolRetirementCert Source # | |
| HasField PoolRetirementCert "poolKeyhash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolKeyhash" -> (ByteString -> f ByteString) -> PoolRetirementCert -> f PoolRetirementCert Source # | |
| HasField Certificate "maybe'poolRetirement" (Maybe PoolRetirementCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'poolRetirement" -> (Maybe PoolRetirementCert -> f (Maybe PoolRetirementCert)) -> Certificate -> f Certificate Source # | |
data PoolRetirementPattern #
Instances
| NFData PoolRetirementPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: PoolRetirementPattern -> () Source # | |
| Eq PoolRetirementPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: PoolRetirementPattern -> PoolRetirementPattern -> Bool Source # (/=) :: PoolRetirementPattern -> PoolRetirementPattern -> Bool Source # | |
| Ord PoolRetirementPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: PoolRetirementPattern -> PoolRetirementPattern -> Ordering Source # (<) :: PoolRetirementPattern -> PoolRetirementPattern -> Bool Source # (<=) :: PoolRetirementPattern -> PoolRetirementPattern -> Bool Source # (>) :: PoolRetirementPattern -> PoolRetirementPattern -> Bool Source # (>=) :: PoolRetirementPattern -> PoolRetirementPattern -> Bool Source # max :: PoolRetirementPattern -> PoolRetirementPattern -> PoolRetirementPattern Source # min :: PoolRetirementPattern -> PoolRetirementPattern -> PoolRetirementPattern Source # | |
| Show PoolRetirementPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message PoolRetirementPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy PoolRetirementPattern -> Text Source # packedMessageDescriptor :: Proxy PoolRetirementPattern -> ByteString Source # packedFileDescriptor :: Proxy PoolRetirementPattern -> ByteString Source # defMessage :: PoolRetirementPattern Source # fieldsByTag :: Map Tag (FieldDescriptor PoolRetirementPattern) Source # fieldsByTextFormatName :: Map String (FieldDescriptor PoolRetirementPattern) Source # unknownFields :: Lens' PoolRetirementPattern FieldSet Source # parseMessage :: Parser PoolRetirementPattern Source # | |
| HasField CertificatePattern "poolRetirement" PoolRetirementPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolRetirement" -> (PoolRetirementPattern -> f PoolRetirementPattern) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField PoolRetirementPattern "epoch" Word64 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "epoch" -> (Word64 -> f Word64) -> PoolRetirementPattern -> f PoolRetirementPattern Source # | |
| HasField PoolRetirementPattern "poolKeyhash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolKeyhash" -> (ByteString -> f ByteString) -> PoolRetirementPattern -> f PoolRetirementPattern Source # | |
| HasField CertificatePattern "maybe'poolRetirement" (Maybe PoolRetirementPattern) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'poolRetirement" -> (Maybe PoolRetirementPattern -> f (Maybe PoolRetirementPattern)) -> CertificatePattern -> f CertificatePattern Source # | |
data PoolVotingThresholds #
Instances
| NFData PoolVotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: PoolVotingThresholds -> () Source # | |
| Eq PoolVotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: PoolVotingThresholds -> PoolVotingThresholds -> Bool Source # (/=) :: PoolVotingThresholds -> PoolVotingThresholds -> Bool Source # | |
| Ord PoolVotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: PoolVotingThresholds -> PoolVotingThresholds -> Ordering Source # (<) :: PoolVotingThresholds -> PoolVotingThresholds -> Bool Source # (<=) :: PoolVotingThresholds -> PoolVotingThresholds -> Bool Source # (>) :: PoolVotingThresholds -> PoolVotingThresholds -> Bool Source # (>=) :: PoolVotingThresholds -> PoolVotingThresholds -> Bool Source # max :: PoolVotingThresholds -> PoolVotingThresholds -> PoolVotingThresholds Source # min :: PoolVotingThresholds -> PoolVotingThresholds -> PoolVotingThresholds Source # | |
| Show PoolVotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message PoolVotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy PoolVotingThresholds -> Text Source # packedMessageDescriptor :: Proxy PoolVotingThresholds -> ByteString Source # packedFileDescriptor :: Proxy PoolVotingThresholds -> ByteString Source # defMessage :: PoolVotingThresholds Source # fieldsByTag :: Map Tag (FieldDescriptor PoolVotingThresholds) Source # fieldsByTextFormatName :: Map String (FieldDescriptor PoolVotingThresholds) Source # unknownFields :: Lens' PoolVotingThresholds FieldSet Source # parseMessage :: Parser PoolVotingThresholds Source # | |
| HasField Genesis "poolVotingThresholds" PoolVotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolVotingThresholds" -> (PoolVotingThresholds -> f PoolVotingThresholds) -> Genesis -> f Genesis Source # | |
| HasField PoolVotingThresholds "committeeNoConfidence" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "committeeNoConfidence" -> (RationalNumber -> f RationalNumber) -> PoolVotingThresholds -> f PoolVotingThresholds Source # | |
| HasField PoolVotingThresholds "committeeNormal" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "committeeNormal" -> (RationalNumber -> f RationalNumber) -> PoolVotingThresholds -> f PoolVotingThresholds Source # | |
| HasField PoolVotingThresholds "hardForkInitiation" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "hardForkInitiation" -> (RationalNumber -> f RationalNumber) -> PoolVotingThresholds -> f PoolVotingThresholds Source # | |
| HasField PoolVotingThresholds "motionNoConfidence" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "motionNoConfidence" -> (RationalNumber -> f RationalNumber) -> PoolVotingThresholds -> f PoolVotingThresholds Source # | |
| HasField PoolVotingThresholds "ppSecurityGroup" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "ppSecurityGroup" -> (RationalNumber -> f RationalNumber) -> PoolVotingThresholds -> f PoolVotingThresholds Source # | |
| HasField Genesis "maybe'poolVotingThresholds" (Maybe PoolVotingThresholds) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PoolVotingThresholds "maybe'committeeNoConfidence" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'committeeNoConfidence" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> PoolVotingThresholds -> f PoolVotingThresholds Source # | |
| HasField PoolVotingThresholds "maybe'committeeNormal" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'committeeNormal" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> PoolVotingThresholds -> f PoolVotingThresholds Source # | |
| HasField PoolVotingThresholds "maybe'hardForkInitiation" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'hardForkInitiation" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> PoolVotingThresholds -> f PoolVotingThresholds Source # | |
| HasField PoolVotingThresholds "maybe'motionNoConfidence" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'motionNoConfidence" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> PoolVotingThresholds -> f PoolVotingThresholds Source # | |
| HasField PoolVotingThresholds "maybe'ppSecurityGroup" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'ppSecurityGroup" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> PoolVotingThresholds -> f PoolVotingThresholds Source # | |
data ProtocolConsts #
Instances
| NFData ProtocolConsts # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: ProtocolConsts -> () Source # | |
| Eq ProtocolConsts # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: ProtocolConsts -> ProtocolConsts -> Bool Source # (/=) :: ProtocolConsts -> ProtocolConsts -> Bool Source # | |
| Ord ProtocolConsts # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: ProtocolConsts -> ProtocolConsts -> Ordering Source # (<) :: ProtocolConsts -> ProtocolConsts -> Bool Source # (<=) :: ProtocolConsts -> ProtocolConsts -> Bool Source # (>) :: ProtocolConsts -> ProtocolConsts -> Bool Source # (>=) :: ProtocolConsts -> ProtocolConsts -> Bool Source # max :: ProtocolConsts -> ProtocolConsts -> ProtocolConsts Source # min :: ProtocolConsts -> ProtocolConsts -> ProtocolConsts Source # | |
| Show ProtocolConsts # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message ProtocolConsts # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy ProtocolConsts -> Text Source # packedMessageDescriptor :: Proxy ProtocolConsts -> ByteString Source # packedFileDescriptor :: Proxy ProtocolConsts -> ByteString Source # defMessage :: ProtocolConsts Source # fieldsByTag :: Map Tag (FieldDescriptor ProtocolConsts) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ProtocolConsts) Source # unknownFields :: Lens' ProtocolConsts FieldSet Source # parseMessage :: Parser ProtocolConsts Source # buildMessage :: ProtocolConsts -> Builder Source # | |
| HasField Genesis "protocolConsts" ProtocolConsts # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "protocolConsts" -> (ProtocolConsts -> f ProtocolConsts) -> Genesis -> f Genesis Source # | |
| HasField ProtocolConsts "k" Word32 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "k" -> (Word32 -> f Word32) -> ProtocolConsts -> f ProtocolConsts Source # | |
| HasField ProtocolConsts "protocolMagic" Word32 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "protocolMagic" -> (Word32 -> f Word32) -> ProtocolConsts -> f ProtocolConsts Source # | |
| HasField ProtocolConsts "vssMaxTtl" Word32 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vssMaxTtl" -> (Word32 -> f Word32) -> ProtocolConsts -> f ProtocolConsts Source # | |
| HasField ProtocolConsts "vssMinTtl" Word32 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vssMinTtl" -> (Word32 -> f Word32) -> ProtocolConsts -> f ProtocolConsts Source # | |
| HasField Genesis "maybe'protocolConsts" (Maybe ProtocolConsts) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
data ProtocolVersion #
Instances
| NFData ProtocolVersion # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: ProtocolVersion -> () Source # | |
| Eq ProtocolVersion # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: ProtocolVersion -> ProtocolVersion -> Bool Source # (/=) :: ProtocolVersion -> ProtocolVersion -> Bool Source # | |
| Ord ProtocolVersion # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: ProtocolVersion -> ProtocolVersion -> Ordering Source # (<) :: ProtocolVersion -> ProtocolVersion -> Bool Source # (<=) :: ProtocolVersion -> ProtocolVersion -> Bool Source # (>) :: ProtocolVersion -> ProtocolVersion -> Bool Source # (>=) :: ProtocolVersion -> ProtocolVersion -> Bool Source # max :: ProtocolVersion -> ProtocolVersion -> ProtocolVersion Source # min :: ProtocolVersion -> ProtocolVersion -> ProtocolVersion Source # | |
| Show ProtocolVersion # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message ProtocolVersion # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy ProtocolVersion -> Text Source # packedMessageDescriptor :: Proxy ProtocolVersion -> ByteString Source # packedFileDescriptor :: Proxy ProtocolVersion -> ByteString Source # defMessage :: ProtocolVersion Source # fieldsByTag :: Map Tag (FieldDescriptor ProtocolVersion) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ProtocolVersion) Source # unknownFields :: Lens' ProtocolVersion FieldSet Source # parseMessage :: Parser ProtocolVersion Source # | |
| HasField HardForkInitiationAction "protocolVersion" ProtocolVersion # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "protocolVersion" -> (ProtocolVersion -> f ProtocolVersion) -> HardForkInitiationAction -> f HardForkInitiationAction Source # | |
| HasField PParams "protocolVersion" ProtocolVersion # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "protocolVersion" -> (ProtocolVersion -> f ProtocolVersion) -> PParams -> f PParams Source # | |
| HasField ProtocolVersion "major" Word32 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "major" -> (Word32 -> f Word32) -> ProtocolVersion -> f ProtocolVersion Source # | |
| HasField ProtocolVersion "minor" Word32 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "minor" -> (Word32 -> f Word32) -> ProtocolVersion -> f ProtocolVersion Source # | |
| HasField HardForkInitiationAction "maybe'protocolVersion" (Maybe ProtocolVersion) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'protocolVersion" -> (Maybe ProtocolVersion -> f (Maybe ProtocolVersion)) -> HardForkInitiationAction -> f HardForkInitiationAction Source # | |
| HasField PParams "maybe'protocolVersion" (Maybe ProtocolVersion) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
data RationalNumber #
Instances
| NFData RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: RationalNumber -> () Source # | |
| Eq RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: RationalNumber -> RationalNumber -> Bool Source # (/=) :: RationalNumber -> RationalNumber -> Bool Source # | |
| Ord RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: RationalNumber -> RationalNumber -> Ordering Source # (<) :: RationalNumber -> RationalNumber -> Bool Source # (<=) :: RationalNumber -> RationalNumber -> Bool Source # (>) :: RationalNumber -> RationalNumber -> Bool Source # (>=) :: RationalNumber -> RationalNumber -> Bool Source # max :: RationalNumber -> RationalNumber -> RationalNumber Source # min :: RationalNumber -> RationalNumber -> RationalNumber Source # | |
| Show RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy RationalNumber -> Text Source # packedMessageDescriptor :: Proxy RationalNumber -> ByteString Source # packedFileDescriptor :: Proxy RationalNumber -> ByteString Source # defMessage :: RationalNumber Source # fieldsByTag :: Map Tag (FieldDescriptor RationalNumber) Source # fieldsByTextFormatName :: Map String (FieldDescriptor RationalNumber) Source # unknownFields :: Lens' RationalNumber FieldSet Source # parseMessage :: Parser RationalNumber Source # buildMessage :: RationalNumber -> Builder Source # | |
| HasField Committee "threshold" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "threshold" -> (RationalNumber -> f RationalNumber) -> Committee -> f Committee Source # | |
| HasField DRepVotingThresholds "committeeNoConfidence" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "committeeNoConfidence" -> (RationalNumber -> f RationalNumber) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "committeeNormal" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "committeeNormal" -> (RationalNumber -> f RationalNumber) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "hardForkInitiation" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "hardForkInitiation" -> (RationalNumber -> f RationalNumber) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "motionNoConfidence" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "motionNoConfidence" -> (RationalNumber -> f RationalNumber) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "ppEconomicGroup" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "ppEconomicGroup" -> (RationalNumber -> f RationalNumber) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "ppGovGroup" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "ppGovGroup" -> (RationalNumber -> f RationalNumber) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "ppNetworkGroup" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "ppNetworkGroup" -> (RationalNumber -> f RationalNumber) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "ppTechnicalGroup" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "ppTechnicalGroup" -> (RationalNumber -> f RationalNumber) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "treasuryWithdrawal" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "treasuryWithdrawal" -> (RationalNumber -> f RationalNumber) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "updateToConstitution" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "updateToConstitution" -> (RationalNumber -> f RationalNumber) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField ExPrices "memory" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "memory" -> (RationalNumber -> f RationalNumber) -> ExPrices -> f ExPrices Source # | |
| HasField ExPrices "steps" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "steps" -> (RationalNumber -> f RationalNumber) -> ExPrices -> f ExPrices Source # | |
| HasField Genesis "activeSlotsCoeff" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "activeSlotsCoeff" -> (RationalNumber -> f RationalNumber) -> Genesis -> f Genesis Source # | |
| HasField Genesis "minFeeRefScriptCostPerByte" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "minFeeRefScriptCostPerByte" -> (RationalNumber -> f RationalNumber) -> Genesis -> f Genesis Source # | |
| HasField PParams "minFeeScriptRefCostPerByte" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "minFeeScriptRefCostPerByte" -> (RationalNumber -> f RationalNumber) -> PParams -> f PParams Source # | |
| HasField PParams "monetaryExpansion" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "monetaryExpansion" -> (RationalNumber -> f RationalNumber) -> PParams -> f PParams Source # | |
| HasField PParams "poolInfluence" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolInfluence" -> (RationalNumber -> f RationalNumber) -> PParams -> f PParams Source # | |
| HasField PParams "treasuryExpansion" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "treasuryExpansion" -> (RationalNumber -> f RationalNumber) -> PParams -> f PParams Source # | |
| HasField PoolRegistrationCert "margin" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "margin" -> (RationalNumber -> f RationalNumber) -> PoolRegistrationCert -> f PoolRegistrationCert Source # | |
| HasField PoolVotingThresholds "committeeNoConfidence" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "committeeNoConfidence" -> (RationalNumber -> f RationalNumber) -> PoolVotingThresholds -> f PoolVotingThresholds Source # | |
| HasField PoolVotingThresholds "committeeNormal" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "committeeNormal" -> (RationalNumber -> f RationalNumber) -> PoolVotingThresholds -> f PoolVotingThresholds Source # | |
| HasField PoolVotingThresholds "hardForkInitiation" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "hardForkInitiation" -> (RationalNumber -> f RationalNumber) -> PoolVotingThresholds -> f PoolVotingThresholds Source # | |
| HasField PoolVotingThresholds "motionNoConfidence" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "motionNoConfidence" -> (RationalNumber -> f RationalNumber) -> PoolVotingThresholds -> f PoolVotingThresholds Source # | |
| HasField PoolVotingThresholds "ppSecurityGroup" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "ppSecurityGroup" -> (RationalNumber -> f RationalNumber) -> PoolVotingThresholds -> f PoolVotingThresholds Source # | |
| HasField RationalNumber "denominator" Word32 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "denominator" -> (Word32 -> f Word32) -> RationalNumber -> f RationalNumber Source # | |
| HasField RationalNumber "numerator" Int32 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "numerator" -> (Int32 -> f Int32) -> RationalNumber -> f RationalNumber Source # | |
| HasField UpdateCommitteeAction "newCommitteeThreshold" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "newCommitteeThreshold" -> (RationalNumber -> f RationalNumber) -> UpdateCommitteeAction -> f UpdateCommitteeAction Source # | |
| HasField Committee "maybe'threshold" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField DRepVotingThresholds "maybe'committeeNoConfidence" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'committeeNoConfidence" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "maybe'committeeNormal" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'committeeNormal" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "maybe'hardForkInitiation" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'hardForkInitiation" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "maybe'motionNoConfidence" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'motionNoConfidence" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "maybe'ppEconomicGroup" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'ppEconomicGroup" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "maybe'ppGovGroup" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'ppGovGroup" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "maybe'ppNetworkGroup" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'ppNetworkGroup" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "maybe'ppTechnicalGroup" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'ppTechnicalGroup" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "maybe'treasuryWithdrawal" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'treasuryWithdrawal" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField DRepVotingThresholds "maybe'updateToConstitution" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'updateToConstitution" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> DRepVotingThresholds -> f DRepVotingThresholds Source # | |
| HasField ExPrices "maybe'memory" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField ExPrices "maybe'steps" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Genesis "maybe'activeSlotsCoeff" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Genesis "maybe'minFeeRefScriptCostPerByte" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PParams "maybe'minFeeScriptRefCostPerByte" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PParams "maybe'monetaryExpansion" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PParams "maybe'poolInfluence" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PParams "maybe'treasuryExpansion" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PoolRegistrationCert "maybe'margin" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'margin" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> PoolRegistrationCert -> f PoolRegistrationCert Source # | |
| HasField PoolVotingThresholds "maybe'committeeNoConfidence" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'committeeNoConfidence" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> PoolVotingThresholds -> f PoolVotingThresholds Source # | |
| HasField PoolVotingThresholds "maybe'committeeNormal" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'committeeNormal" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> PoolVotingThresholds -> f PoolVotingThresholds Source # | |
| HasField PoolVotingThresholds "maybe'hardForkInitiation" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'hardForkInitiation" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> PoolVotingThresholds -> f PoolVotingThresholds Source # | |
| HasField PoolVotingThresholds "maybe'motionNoConfidence" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'motionNoConfidence" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> PoolVotingThresholds -> f PoolVotingThresholds Source # | |
| HasField PoolVotingThresholds "maybe'ppSecurityGroup" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'ppSecurityGroup" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> PoolVotingThresholds -> f PoolVotingThresholds Source # | |
| HasField UpdateCommitteeAction "maybe'newCommitteeThreshold" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'newCommitteeThreshold" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> UpdateCommitteeAction -> f UpdateCommitteeAction Source # | |
| HasField VotingThresholds "thresholds" [RationalNumber] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "thresholds" -> ([RationalNumber] -> f [RationalNumber]) -> VotingThresholds -> f VotingThresholds Source # | |
| HasField VotingThresholds "vec'thresholds" (Vector RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'thresholds" -> (Vector RationalNumber -> f (Vector RationalNumber)) -> VotingThresholds -> f VotingThresholds Source # | |
| Inject Rational (Proto RationalNumber) Source # | Convert a The UTxO RPC spec fixes the field widths to an |
Defined in Cardano.Rpc.Server.Internal.Orphans Methods inject :: Rational -> Proto RationalNumber Source # | |
Instances
| NFData Redeemer # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq Redeemer # | |
| Ord Redeemer # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show Redeemer # | |
| Message Redeemer # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Redeemer -> Text Source # packedMessageDescriptor :: Proxy Redeemer -> ByteString Source # packedFileDescriptor :: Proxy Redeemer -> ByteString Source # defMessage :: Redeemer Source # fieldsByTag :: Map Tag (FieldDescriptor Redeemer) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Redeemer) Source # unknownFields :: Lens' Redeemer FieldSet Source # parseMessage :: Parser Redeemer Source # buildMessage :: Redeemer -> Builder Source # | |
| HasField Certificate "redeemer" Redeemer # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "redeemer" -> (Redeemer -> f Redeemer) -> Certificate -> f Certificate Source # | |
| HasField Redeemer "exUnits" ExUnits # | |
| HasField Redeemer "index" Word32 # | |
| HasField Redeemer "originalCbor" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "originalCbor" -> (ByteString -> f ByteString) -> Redeemer -> f Redeemer Source # | |
| HasField Redeemer "payload" PlutusData # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "payload" -> (PlutusData -> f PlutusData) -> Redeemer -> f Redeemer Source # | |
| HasField Redeemer "purpose" RedeemerPurpose # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "purpose" -> (RedeemerPurpose -> f RedeemerPurpose) -> Redeemer -> f Redeemer Source # | |
| HasField TxInput "redeemer" Redeemer # | |
| HasField Withdrawal "redeemer" Redeemer # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "redeemer" -> (Redeemer -> f Redeemer) -> Withdrawal -> f Withdrawal Source # | |
| HasField Certificate "maybe'redeemer" (Maybe Redeemer) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Redeemer "maybe'exUnits" (Maybe ExUnits) # | |
| HasField Redeemer "maybe'payload" (Maybe PlutusData) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField TxEval "redeemers" [Redeemer] # | |
| HasField TxEval "vec'redeemers" (Vector Redeemer) # | |
| HasField TxInput "maybe'redeemer" (Maybe Redeemer) # | |
| HasField Withdrawal "maybe'redeemer" (Maybe Redeemer) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField WitnessSet "redeemers" [Redeemer] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "redeemers" -> ([Redeemer] -> f [Redeemer]) -> WitnessSet -> f WitnessSet Source # | |
| HasField WitnessSet "vec'redeemers" (Vector Redeemer) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'redeemers" -> (Vector Redeemer -> f (Vector Redeemer)) -> WitnessSet -> f WitnessSet Source # | |
data RedeemerPurpose #
Constructors
| REDEEMER_PURPOSE_UNSPECIFIED | |
| REDEEMER_PURPOSE_SPEND | |
| REDEEMER_PURPOSE_MINT | |
| REDEEMER_PURPOSE_CERT | |
| REDEEMER_PURPOSE_REWARD | |
| REDEEMER_PURPOSE_VOTE | |
| REDEEMER_PURPOSE_PROPOSE | |
| RedeemerPurpose'Unrecognized !RedeemerPurpose'UnrecognizedValue |
Instances
| NFData RedeemerPurpose # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: RedeemerPurpose -> () Source # | |
| Eq RedeemerPurpose # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: RedeemerPurpose -> RedeemerPurpose -> Bool Source # (/=) :: RedeemerPurpose -> RedeemerPurpose -> Bool Source # | |
| Ord RedeemerPurpose # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: RedeemerPurpose -> RedeemerPurpose -> Ordering Source # (<) :: RedeemerPurpose -> RedeemerPurpose -> Bool Source # (<=) :: RedeemerPurpose -> RedeemerPurpose -> Bool Source # (>) :: RedeemerPurpose -> RedeemerPurpose -> Bool Source # (>=) :: RedeemerPurpose -> RedeemerPurpose -> Bool Source # max :: RedeemerPurpose -> RedeemerPurpose -> RedeemerPurpose Source # min :: RedeemerPurpose -> RedeemerPurpose -> RedeemerPurpose Source # | |
| Bounded RedeemerPurpose # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Enum RedeemerPurpose # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods succ :: RedeemerPurpose -> RedeemerPurpose Source # pred :: RedeemerPurpose -> RedeemerPurpose Source # toEnum :: Int -> RedeemerPurpose Source # fromEnum :: RedeemerPurpose -> Int Source # enumFrom :: RedeemerPurpose -> [RedeemerPurpose] Source # enumFromThen :: RedeemerPurpose -> RedeemerPurpose -> [RedeemerPurpose] Source # enumFromTo :: RedeemerPurpose -> RedeemerPurpose -> [RedeemerPurpose] Source # enumFromThenTo :: RedeemerPurpose -> RedeemerPurpose -> RedeemerPurpose -> [RedeemerPurpose] Source # | |
| Show RedeemerPurpose # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| FieldDefault RedeemerPurpose # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods | |
| MessageEnum RedeemerPurpose # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods maybeToEnum :: Int -> Maybe RedeemerPurpose Source # showEnum :: RedeemerPurpose -> String Source # | |
| HasField EvalReport "purpose" RedeemerPurpose # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "purpose" -> (RedeemerPurpose -> f RedeemerPurpose) -> EvalReport -> f EvalReport Source # | |
| HasField Redeemer "purpose" RedeemerPurpose # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "purpose" -> (RedeemerPurpose -> f RedeemerPurpose) -> Redeemer -> f Redeemer Source # | |
| HasField EvalReport "maybe'purpose" (Maybe RedeemerPurpose) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'purpose" -> (Maybe RedeemerPurpose -> f (Maybe RedeemerPurpose)) -> EvalReport -> f EvalReport Source # | |
data RedeemerPurpose'UnrecognizedValue #
Instances
| Eq RedeemerPurpose'UnrecognizedValue # | |
| Ord RedeemerPurpose'UnrecognizedValue # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: RedeemerPurpose'UnrecognizedValue -> RedeemerPurpose'UnrecognizedValue -> Ordering Source # (<) :: RedeemerPurpose'UnrecognizedValue -> RedeemerPurpose'UnrecognizedValue -> Bool Source # (<=) :: RedeemerPurpose'UnrecognizedValue -> RedeemerPurpose'UnrecognizedValue -> Bool Source # (>) :: RedeemerPurpose'UnrecognizedValue -> RedeemerPurpose'UnrecognizedValue -> Bool Source # (>=) :: RedeemerPurpose'UnrecognizedValue -> RedeemerPurpose'UnrecognizedValue -> Bool Source # max :: RedeemerPurpose'UnrecognizedValue -> RedeemerPurpose'UnrecognizedValue -> RedeemerPurpose'UnrecognizedValue Source # min :: RedeemerPurpose'UnrecognizedValue -> RedeemerPurpose'UnrecognizedValue -> RedeemerPurpose'UnrecognizedValue Source # | |
| Show RedeemerPurpose'UnrecognizedValue # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
Instances
| NFData RegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq RegCert # | |
| Ord RegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show RegCert # | |
| Message RegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy RegCert -> Text Source # packedMessageDescriptor :: Proxy RegCert -> ByteString Source # packedFileDescriptor :: Proxy RegCert -> ByteString Source # defMessage :: RegCert Source # fieldsByTag :: Map Tag (FieldDescriptor RegCert) Source # fieldsByTextFormatName :: Map String (FieldDescriptor RegCert) Source # unknownFields :: Lens' RegCert FieldSet Source # parseMessage :: Parser RegCert Source # buildMessage :: RegCert -> Builder Source # | |
| HasField Certificate "regCert" RegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "regCert" -> (RegCert -> f RegCert) -> Certificate -> f Certificate Source # | |
| HasField RegCert "coin" BigInt # | |
| HasField RegCert "stakeCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeCredential" -> (StakeCredential -> f StakeCredential) -> RegCert -> f RegCert Source # | |
| HasField Certificate "maybe'regCert" (Maybe RegCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField RegCert "maybe'coin" (Maybe BigInt) # | |
| HasField RegCert "maybe'stakeCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
data RegDRepCert #
Instances
| NFData RegDRepCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: RegDRepCert -> () Source # | |
| Eq RegDRepCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: RegDRepCert -> RegDRepCert -> Bool Source # (/=) :: RegDRepCert -> RegDRepCert -> Bool Source # | |
| Ord RegDRepCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: RegDRepCert -> RegDRepCert -> Ordering Source # (<) :: RegDRepCert -> RegDRepCert -> Bool Source # (<=) :: RegDRepCert -> RegDRepCert -> Bool Source # (>) :: RegDRepCert -> RegDRepCert -> Bool Source # (>=) :: RegDRepCert -> RegDRepCert -> Bool Source # max :: RegDRepCert -> RegDRepCert -> RegDRepCert Source # min :: RegDRepCert -> RegDRepCert -> RegDRepCert Source # | |
| Show RegDRepCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message RegDRepCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy RegDRepCert -> Text Source # packedMessageDescriptor :: Proxy RegDRepCert -> ByteString Source # packedFileDescriptor :: Proxy RegDRepCert -> ByteString Source # defMessage :: RegDRepCert Source # fieldsByTag :: Map Tag (FieldDescriptor RegDRepCert) Source # fieldsByTextFormatName :: Map String (FieldDescriptor RegDRepCert) Source # unknownFields :: Lens' RegDRepCert FieldSet Source # parseMessage :: Parser RegDRepCert Source # buildMessage :: RegDRepCert -> Builder Source # | |
| HasField Certificate "regDrepCert" RegDRepCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "regDrepCert" -> (RegDRepCert -> f RegDRepCert) -> Certificate -> f Certificate Source # | |
| HasField RegDRepCert "anchor" Anchor # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "anchor" -> (Anchor -> f Anchor) -> RegDRepCert -> f RegDRepCert Source # | |
| HasField RegDRepCert "coin" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "coin" -> (BigInt -> f BigInt) -> RegDRepCert -> f RegDRepCert Source # | |
| HasField RegDRepCert "drepCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "drepCredential" -> (StakeCredential -> f StakeCredential) -> RegDRepCert -> f RegDRepCert Source # | |
| HasField Certificate "maybe'regDrepCert" (Maybe RegDRepCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'regDrepCert" -> (Maybe RegDRepCert -> f (Maybe RegDRepCert)) -> Certificate -> f Certificate Source # | |
| HasField RegDRepCert "maybe'anchor" (Maybe Anchor) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField RegDRepCert "maybe'coin" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField RegDRepCert "maybe'drepCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'drepCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> RegDRepCert -> f RegDRepCert Source # | |
Instances
| NFData Relay # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq Relay # | |
| Ord Relay # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show Relay # | |
| Message Relay # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Relay -> Text Source # packedMessageDescriptor :: Proxy Relay -> ByteString Source # packedFileDescriptor :: Proxy Relay -> ByteString Source # defMessage :: Relay Source # fieldsByTag :: Map Tag (FieldDescriptor Relay) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Relay) Source # unknownFields :: Lens' Relay FieldSet Source # parseMessage :: Parser Relay Source # buildMessage :: Relay -> Builder Source # | |
| HasField Relay "dnsName" Text # | |
| HasField Relay "ipV4" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "ipV4" -> (ByteString -> f ByteString) -> Relay -> f Relay Source # | |
| HasField Relay "ipV6" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "ipV6" -> (ByteString -> f ByteString) -> Relay -> f Relay Source # | |
| HasField Relay "port" Word32 # | |
| HasField PoolRegistrationCert "relays" [Relay] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "relays" -> ([Relay] -> f [Relay]) -> PoolRegistrationCert -> f PoolRegistrationCert Source # | |
| HasField PoolRegistrationCert "vec'relays" (Vector Relay) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'relays" -> (Vector Relay -> f (Vector Relay)) -> PoolRegistrationCert -> f PoolRegistrationCert Source # | |
data ResignCommitteeColdCert #
Instances
| NFData ResignCommitteeColdCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: ResignCommitteeColdCert -> () Source # | |
| Eq ResignCommitteeColdCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: ResignCommitteeColdCert -> ResignCommitteeColdCert -> Bool Source # (/=) :: ResignCommitteeColdCert -> ResignCommitteeColdCert -> Bool Source # | |
| Ord ResignCommitteeColdCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: ResignCommitteeColdCert -> ResignCommitteeColdCert -> Ordering Source # (<) :: ResignCommitteeColdCert -> ResignCommitteeColdCert -> Bool Source # (<=) :: ResignCommitteeColdCert -> ResignCommitteeColdCert -> Bool Source # (>) :: ResignCommitteeColdCert -> ResignCommitteeColdCert -> Bool Source # (>=) :: ResignCommitteeColdCert -> ResignCommitteeColdCert -> Bool Source # max :: ResignCommitteeColdCert -> ResignCommitteeColdCert -> ResignCommitteeColdCert Source # min :: ResignCommitteeColdCert -> ResignCommitteeColdCert -> ResignCommitteeColdCert Source # | |
| Show ResignCommitteeColdCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message ResignCommitteeColdCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy ResignCommitteeColdCert -> Text Source # packedMessageDescriptor :: Proxy ResignCommitteeColdCert -> ByteString Source # packedFileDescriptor :: Proxy ResignCommitteeColdCert -> ByteString Source # defMessage :: ResignCommitteeColdCert Source # fieldsByTag :: Map Tag (FieldDescriptor ResignCommitteeColdCert) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ResignCommitteeColdCert) Source # unknownFields :: Lens' ResignCommitteeColdCert FieldSet Source # parseMessage :: Parser ResignCommitteeColdCert Source # | |
| HasField Certificate "resignCommitteeColdCert" ResignCommitteeColdCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "resignCommitteeColdCert" -> (ResignCommitteeColdCert -> f ResignCommitteeColdCert) -> Certificate -> f Certificate Source # | |
| HasField ResignCommitteeColdCert "anchor" Anchor # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "anchor" -> (Anchor -> f Anchor) -> ResignCommitteeColdCert -> f ResignCommitteeColdCert Source # | |
| HasField ResignCommitteeColdCert "committeeColdCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "committeeColdCredential" -> (StakeCredential -> f StakeCredential) -> ResignCommitteeColdCert -> f ResignCommitteeColdCert Source # | |
| HasField Certificate "maybe'resignCommitteeColdCert" (Maybe ResignCommitteeColdCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'resignCommitteeColdCert" -> (Maybe ResignCommitteeColdCert -> f (Maybe ResignCommitteeColdCert)) -> Certificate -> f Certificate Source # | |
| HasField ResignCommitteeColdCert "maybe'anchor" (Maybe Anchor) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField ResignCommitteeColdCert "maybe'committeeColdCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'committeeColdCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> ResignCommitteeColdCert -> f ResignCommitteeColdCert Source # | |
Instances
| NFData Script # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq Script # | |
| Ord Script # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show Script # | |
| Message Script # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Script -> Text Source # packedMessageDescriptor :: Proxy Script -> ByteString Source # packedFileDescriptor :: Proxy Script -> ByteString Source # defMessage :: Script Source # fieldsByTag :: Map Tag (FieldDescriptor Script) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Script) Source # unknownFields :: Lens' Script FieldSet Source # parseMessage :: Parser Script Source # buildMessage :: Script -> Builder Source # | |
| HasField Script "native" NativeScript # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "native" -> (NativeScript -> f NativeScript) -> Script -> f Script Source # | |
| HasField Script "plutusV1" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "plutusV1" -> (ByteString -> f ByteString) -> Script -> f Script Source # | |
| HasField Script "plutusV2" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "plutusV2" -> (ByteString -> f ByteString) -> Script -> f Script Source # | |
| HasField Script "plutusV3" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "plutusV3" -> (ByteString -> f ByteString) -> Script -> f Script Source # | |
| HasField Script "plutusV4" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "plutusV4" -> (ByteString -> f ByteString) -> Script -> f Script Source # | |
| HasField TxOutput "script" Script # | |
| HasField AuxData "scripts" [Script] # | |
| HasField AuxData "vec'scripts" (Vector Script) # | |
| HasField Script "maybe'native" (Maybe NativeScript) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Script "maybe'plutusV1" (Maybe ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Script "maybe'plutusV2" (Maybe ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Script "maybe'plutusV3" (Maybe ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Script "maybe'plutusV4" (Maybe ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Script "maybe'script" (Maybe Script'Script) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField TxOutput "maybe'script" (Maybe Script) # | |
| HasField WitnessSet "script" [Script] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "script" -> ([Script] -> f [Script]) -> WitnessSet -> f WitnessSet Source # | |
| HasField WitnessSet "vec'script" (Vector Script) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'script" -> (Vector Script -> f (Vector Script)) -> WitnessSet -> f WitnessSet Source # | |
data Script'Script #
Constructors
| Script'Native !NativeScript | |
| Script'PlutusV1 !ByteString | |
| Script'PlutusV2 !ByteString | |
| Script'PlutusV3 !ByteString | |
| Script'PlutusV4 !ByteString |
Instances
| NFData Script'Script # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: Script'Script -> () Source # | |
| Eq Script'Script # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: Script'Script -> Script'Script -> Bool Source # (/=) :: Script'Script -> Script'Script -> Bool Source # | |
| Ord Script'Script # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: Script'Script -> Script'Script -> Ordering Source # (<) :: Script'Script -> Script'Script -> Bool Source # (<=) :: Script'Script -> Script'Script -> Bool Source # (>) :: Script'Script -> Script'Script -> Bool Source # (>=) :: Script'Script -> Script'Script -> Bool Source # max :: Script'Script -> Script'Script -> Script'Script Source # min :: Script'Script -> Script'Script -> Script'Script Source # | |
| Show Script'Script # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Script "maybe'script" (Maybe Script'Script) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
data ScriptNOfK #
Instances
| NFData ScriptNOfK # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: ScriptNOfK -> () Source # | |
| Eq ScriptNOfK # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: ScriptNOfK -> ScriptNOfK -> Bool Source # (/=) :: ScriptNOfK -> ScriptNOfK -> Bool Source # | |
| Ord ScriptNOfK # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: ScriptNOfK -> ScriptNOfK -> Ordering Source # (<) :: ScriptNOfK -> ScriptNOfK -> Bool Source # (<=) :: ScriptNOfK -> ScriptNOfK -> Bool Source # (>) :: ScriptNOfK -> ScriptNOfK -> Bool Source # (>=) :: ScriptNOfK -> ScriptNOfK -> Bool Source # max :: ScriptNOfK -> ScriptNOfK -> ScriptNOfK Source # min :: ScriptNOfK -> ScriptNOfK -> ScriptNOfK Source # | |
| Show ScriptNOfK # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message ScriptNOfK # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy ScriptNOfK -> Text Source # packedMessageDescriptor :: Proxy ScriptNOfK -> ByteString Source # packedFileDescriptor :: Proxy ScriptNOfK -> ByteString Source # defMessage :: ScriptNOfK Source # fieldsByTag :: Map Tag (FieldDescriptor ScriptNOfK) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ScriptNOfK) Source # unknownFields :: Lens' ScriptNOfK FieldSet Source # parseMessage :: Parser ScriptNOfK Source # buildMessage :: ScriptNOfK -> Builder Source # | |
| HasField NativeScript "scriptNOfK" ScriptNOfK # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "scriptNOfK" -> (ScriptNOfK -> f ScriptNOfK) -> NativeScript -> f NativeScript Source # | |
| HasField ScriptNOfK "k" Word32 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "k" -> (Word32 -> f Word32) -> ScriptNOfK -> f ScriptNOfK Source # | |
| HasField NativeScript "maybe'scriptNOfK" (Maybe ScriptNOfK) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'scriptNOfK" -> (Maybe ScriptNOfK -> f (Maybe ScriptNOfK)) -> NativeScript -> f NativeScript Source # | |
| HasField ScriptNOfK "scripts" [NativeScript] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "scripts" -> ([NativeScript] -> f [NativeScript]) -> ScriptNOfK -> f ScriptNOfK Source # | |
| HasField ScriptNOfK "vec'scripts" (Vector NativeScript) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'scripts" -> (Vector NativeScript -> f (Vector NativeScript)) -> ScriptNOfK -> f ScriptNOfK Source # | |
data SoftforkRule #
Instances
| NFData SoftforkRule # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: SoftforkRule -> () Source # | |
| Eq SoftforkRule # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: SoftforkRule -> SoftforkRule -> Bool Source # (/=) :: SoftforkRule -> SoftforkRule -> Bool Source # | |
| Ord SoftforkRule # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: SoftforkRule -> SoftforkRule -> Ordering Source # (<) :: SoftforkRule -> SoftforkRule -> Bool Source # (<=) :: SoftforkRule -> SoftforkRule -> Bool Source # (>) :: SoftforkRule -> SoftforkRule -> Bool Source # (>=) :: SoftforkRule -> SoftforkRule -> Bool Source # max :: SoftforkRule -> SoftforkRule -> SoftforkRule Source # min :: SoftforkRule -> SoftforkRule -> SoftforkRule Source # | |
| Show SoftforkRule # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message SoftforkRule # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy SoftforkRule -> Text Source # packedMessageDescriptor :: Proxy SoftforkRule -> ByteString Source # packedFileDescriptor :: Proxy SoftforkRule -> ByteString Source # defMessage :: SoftforkRule Source # fieldsByTag :: Map Tag (FieldDescriptor SoftforkRule) Source # fieldsByTextFormatName :: Map String (FieldDescriptor SoftforkRule) Source # unknownFields :: Lens' SoftforkRule FieldSet Source # parseMessage :: Parser SoftforkRule Source # buildMessage :: SoftforkRule -> Builder Source # | |
| HasField BlockVersionData "softforkRule" SoftforkRule # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "softforkRule" -> (SoftforkRule -> f SoftforkRule) -> BlockVersionData -> f BlockVersionData Source # | |
| HasField SoftforkRule "initThd" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "initThd" -> (Text -> f Text) -> SoftforkRule -> f SoftforkRule Source # | |
| HasField SoftforkRule "minThd" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "minThd" -> (Text -> f Text) -> SoftforkRule -> f SoftforkRule Source # | |
| HasField SoftforkRule "thdDecrement" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "thdDecrement" -> (Text -> f Text) -> SoftforkRule -> f SoftforkRule Source # | |
| HasField BlockVersionData "maybe'softforkRule" (Maybe SoftforkRule) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'softforkRule" -> (Maybe SoftforkRule -> f (Maybe SoftforkRule)) -> BlockVersionData -> f BlockVersionData Source # | |
data StakeCredential #
Instances
| NFData StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: StakeCredential -> () Source # | |
| Eq StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: StakeCredential -> StakeCredential -> Bool Source # (/=) :: StakeCredential -> StakeCredential -> Bool Source # | |
| Ord StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: StakeCredential -> StakeCredential -> Ordering Source # (<) :: StakeCredential -> StakeCredential -> Bool Source # (<=) :: StakeCredential -> StakeCredential -> Bool Source # (>) :: StakeCredential -> StakeCredential -> Bool Source # (>=) :: StakeCredential -> StakeCredential -> Bool Source # max :: StakeCredential -> StakeCredential -> StakeCredential Source # min :: StakeCredential -> StakeCredential -> StakeCredential Source # | |
| Show StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy StakeCredential -> Text Source # packedMessageDescriptor :: Proxy StakeCredential -> ByteString Source # packedFileDescriptor :: Proxy StakeCredential -> ByteString Source # defMessage :: StakeCredential Source # fieldsByTag :: Map Tag (FieldDescriptor StakeCredential) Source # fieldsByTextFormatName :: Map String (FieldDescriptor StakeCredential) Source # unknownFields :: Lens' StakeCredential FieldSet Source # parseMessage :: Parser StakeCredential Source # | |
| HasField AuthCommitteeHotCert "committeeColdCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "committeeColdCredential" -> (StakeCredential -> f StakeCredential) -> AuthCommitteeHotCert -> f AuthCommitteeHotCert Source # | |
| HasField AuthCommitteeHotCert "committeeHotCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "committeeHotCredential" -> (StakeCredential -> f StakeCredential) -> AuthCommitteeHotCert -> f AuthCommitteeHotCert Source # | |
| HasField Certificate "stakeDeregistration" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeDeregistration" -> (StakeCredential -> f StakeCredential) -> Certificate -> f Certificate Source # | |
| HasField Certificate "stakeRegistration" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeRegistration" -> (StakeCredential -> f StakeCredential) -> Certificate -> f Certificate Source # | |
| HasField CertificatePattern "stakeDeregistration" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeDeregistration" -> (StakeCredential -> f StakeCredential) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField CertificatePattern "stakeRegistration" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeRegistration" -> (StakeCredential -> f StakeCredential) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField MirTarget "stakeCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeCredential" -> (StakeCredential -> f StakeCredential) -> MirTarget -> f MirTarget Source # | |
| HasField NewCommitteeCredentials "committeeColdCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "committeeColdCredential" -> (StakeCredential -> f StakeCredential) -> NewCommitteeCredentials -> f NewCommitteeCredentials Source # | |
| HasField RegCert "stakeCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeCredential" -> (StakeCredential -> f StakeCredential) -> RegCert -> f RegCert Source # | |
| HasField RegDRepCert "drepCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "drepCredential" -> (StakeCredential -> f StakeCredential) -> RegDRepCert -> f RegDRepCert Source # | |
| HasField ResignCommitteeColdCert "committeeColdCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "committeeColdCredential" -> (StakeCredential -> f StakeCredential) -> ResignCommitteeColdCert -> f ResignCommitteeColdCert Source # | |
| HasField StakeCredential "addrKeyHash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "addrKeyHash" -> (ByteString -> f ByteString) -> StakeCredential -> f StakeCredential Source # | |
| HasField StakeCredential "scriptHash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "scriptHash" -> (ByteString -> f ByteString) -> StakeCredential -> f StakeCredential Source # | |
| HasField StakeDelegationCert "stakeCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeCredential" -> (StakeCredential -> f StakeCredential) -> StakeDelegationCert -> f StakeDelegationCert Source # | |
| HasField StakeDelegationPattern "stakeCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeCredential" -> (StakeCredential -> f StakeCredential) -> StakeDelegationPattern -> f StakeDelegationPattern Source # | |
| HasField StakeRegDelegCert "stakeCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeCredential" -> (StakeCredential -> f StakeCredential) -> StakeRegDelegCert -> f StakeRegDelegCert Source # | |
| HasField StakeVoteDelegCert "stakeCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeCredential" -> (StakeCredential -> f StakeCredential) -> StakeVoteDelegCert -> f StakeVoteDelegCert Source # | |
| HasField StakeVoteRegDelegCert "stakeCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeCredential" -> (StakeCredential -> f StakeCredential) -> StakeVoteRegDelegCert -> f StakeVoteRegDelegCert Source # | |
| HasField UnRegCert "stakeCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeCredential" -> (StakeCredential -> f StakeCredential) -> UnRegCert -> f UnRegCert Source # | |
| HasField UnRegDRepCert "drepCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "drepCredential" -> (StakeCredential -> f StakeCredential) -> UnRegDRepCert -> f UnRegDRepCert Source # | |
| HasField UpdateDRepCert "drepCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "drepCredential" -> (StakeCredential -> f StakeCredential) -> UpdateDRepCert -> f UpdateDRepCert Source # | |
| HasField VoteDelegCert "stakeCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeCredential" -> (StakeCredential -> f StakeCredential) -> VoteDelegCert -> f VoteDelegCert Source # | |
| HasField VoteRegDelegCert "stakeCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeCredential" -> (StakeCredential -> f StakeCredential) -> VoteRegDelegCert -> f VoteRegDelegCert Source # | |
| HasField AuthCommitteeHotCert "maybe'committeeColdCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'committeeColdCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> AuthCommitteeHotCert -> f AuthCommitteeHotCert Source # | |
| HasField AuthCommitteeHotCert "maybe'committeeHotCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'committeeHotCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> AuthCommitteeHotCert -> f AuthCommitteeHotCert Source # | |
| HasField Certificate "maybe'stakeDeregistration" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeDeregistration" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> Certificate -> f Certificate Source # | |
| HasField Certificate "maybe'stakeRegistration" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeRegistration" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> Certificate -> f Certificate Source # | |
| HasField CertificatePattern "maybe'stakeDeregistration" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeDeregistration" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField CertificatePattern "maybe'stakeRegistration" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeRegistration" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField MirTarget "maybe'stakeCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField NewCommitteeCredentials "maybe'committeeColdCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'committeeColdCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> NewCommitteeCredentials -> f NewCommitteeCredentials Source # | |
| HasField RegCert "maybe'stakeCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField RegDRepCert "maybe'drepCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'drepCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> RegDRepCert -> f RegDRepCert Source # | |
| HasField ResignCommitteeColdCert "maybe'committeeColdCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'committeeColdCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> ResignCommitteeColdCert -> f ResignCommitteeColdCert Source # | |
| HasField StakeCredential "maybe'addrKeyHash" (Maybe ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'addrKeyHash" -> (Maybe ByteString -> f (Maybe ByteString)) -> StakeCredential -> f StakeCredential Source # | |
| HasField StakeCredential "maybe'scriptHash" (Maybe ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'scriptHash" -> (Maybe ByteString -> f (Maybe ByteString)) -> StakeCredential -> f StakeCredential Source # | |
| HasField StakeCredential "maybe'stakeCredential" (Maybe StakeCredential'StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeCredential" -> (Maybe StakeCredential'StakeCredential -> f (Maybe StakeCredential'StakeCredential)) -> StakeCredential -> f StakeCredential Source # | |
| HasField StakeDelegationCert "maybe'stakeCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> StakeDelegationCert -> f StakeDelegationCert Source # | |
| HasField StakeDelegationPattern "maybe'stakeCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> StakeDelegationPattern -> f StakeDelegationPattern Source # | |
| HasField StakeRegDelegCert "maybe'stakeCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> StakeRegDelegCert -> f StakeRegDelegCert Source # | |
| HasField StakeVoteDelegCert "maybe'stakeCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> StakeVoteDelegCert -> f StakeVoteDelegCert Source # | |
| HasField StakeVoteRegDelegCert "maybe'stakeCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> StakeVoteRegDelegCert -> f StakeVoteRegDelegCert Source # | |
| HasField UnRegCert "maybe'stakeCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField UnRegDRepCert "maybe'drepCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'drepCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> UnRegDRepCert -> f UnRegDRepCert Source # | |
| HasField UpdateCommitteeAction "removeCommitteeCredentials" [StakeCredential] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "removeCommitteeCredentials" -> ([StakeCredential] -> f [StakeCredential]) -> UpdateCommitteeAction -> f UpdateCommitteeAction Source # | |
| HasField UpdateCommitteeAction "vec'removeCommitteeCredentials" (Vector StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'removeCommitteeCredentials" -> (Vector StakeCredential -> f (Vector StakeCredential)) -> UpdateCommitteeAction -> f UpdateCommitteeAction Source # | |
| HasField UpdateDRepCert "maybe'drepCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'drepCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> UpdateDRepCert -> f UpdateDRepCert Source # | |
| HasField VoteDelegCert "maybe'stakeCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> VoteDelegCert -> f VoteDelegCert Source # | |
| HasField VoteRegDelegCert "maybe'stakeCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> VoteRegDelegCert -> f VoteRegDelegCert Source # | |
data StakeCredential'StakeCredential #
Instances
| NFData StakeCredential'StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: StakeCredential'StakeCredential -> () Source # | |
| Eq StakeCredential'StakeCredential # | |
| Ord StakeCredential'StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: StakeCredential'StakeCredential -> StakeCredential'StakeCredential -> Ordering Source # (<) :: StakeCredential'StakeCredential -> StakeCredential'StakeCredential -> Bool Source # (<=) :: StakeCredential'StakeCredential -> StakeCredential'StakeCredential -> Bool Source # (>) :: StakeCredential'StakeCredential -> StakeCredential'StakeCredential -> Bool Source # (>=) :: StakeCredential'StakeCredential -> StakeCredential'StakeCredential -> Bool Source # max :: StakeCredential'StakeCredential -> StakeCredential'StakeCredential -> StakeCredential'StakeCredential Source # min :: StakeCredential'StakeCredential -> StakeCredential'StakeCredential -> StakeCredential'StakeCredential Source # | |
| Show StakeCredential'StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField StakeCredential "maybe'stakeCredential" (Maybe StakeCredential'StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeCredential" -> (Maybe StakeCredential'StakeCredential -> f (Maybe StakeCredential'StakeCredential)) -> StakeCredential -> f StakeCredential Source # | |
data StakeDelegationCert #
Instances
| NFData StakeDelegationCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: StakeDelegationCert -> () Source # | |
| Eq StakeDelegationCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: StakeDelegationCert -> StakeDelegationCert -> Bool Source # (/=) :: StakeDelegationCert -> StakeDelegationCert -> Bool Source # | |
| Ord StakeDelegationCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: StakeDelegationCert -> StakeDelegationCert -> Ordering Source # (<) :: StakeDelegationCert -> StakeDelegationCert -> Bool Source # (<=) :: StakeDelegationCert -> StakeDelegationCert -> Bool Source # (>) :: StakeDelegationCert -> StakeDelegationCert -> Bool Source # (>=) :: StakeDelegationCert -> StakeDelegationCert -> Bool Source # max :: StakeDelegationCert -> StakeDelegationCert -> StakeDelegationCert Source # min :: StakeDelegationCert -> StakeDelegationCert -> StakeDelegationCert Source # | |
| Show StakeDelegationCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message StakeDelegationCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy StakeDelegationCert -> Text Source # packedMessageDescriptor :: Proxy StakeDelegationCert -> ByteString Source # packedFileDescriptor :: Proxy StakeDelegationCert -> ByteString Source # defMessage :: StakeDelegationCert Source # fieldsByTag :: Map Tag (FieldDescriptor StakeDelegationCert) Source # fieldsByTextFormatName :: Map String (FieldDescriptor StakeDelegationCert) Source # unknownFields :: Lens' StakeDelegationCert FieldSet Source # parseMessage :: Parser StakeDelegationCert Source # | |
| HasField Certificate "stakeDelegation" StakeDelegationCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeDelegation" -> (StakeDelegationCert -> f StakeDelegationCert) -> Certificate -> f Certificate Source # | |
| HasField StakeDelegationCert "poolKeyhash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolKeyhash" -> (ByteString -> f ByteString) -> StakeDelegationCert -> f StakeDelegationCert Source # | |
| HasField StakeDelegationCert "stakeCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeCredential" -> (StakeCredential -> f StakeCredential) -> StakeDelegationCert -> f StakeDelegationCert Source # | |
| HasField Certificate "maybe'stakeDelegation" (Maybe StakeDelegationCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeDelegation" -> (Maybe StakeDelegationCert -> f (Maybe StakeDelegationCert)) -> Certificate -> f Certificate Source # | |
| HasField StakeDelegationCert "maybe'stakeCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> StakeDelegationCert -> f StakeDelegationCert Source # | |
data StakeDelegationPattern #
Instances
| NFData StakeDelegationPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: StakeDelegationPattern -> () Source # | |
| Eq StakeDelegationPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: StakeDelegationPattern -> StakeDelegationPattern -> Bool Source # (/=) :: StakeDelegationPattern -> StakeDelegationPattern -> Bool Source # | |
| Ord StakeDelegationPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: StakeDelegationPattern -> StakeDelegationPattern -> Ordering Source # (<) :: StakeDelegationPattern -> StakeDelegationPattern -> Bool Source # (<=) :: StakeDelegationPattern -> StakeDelegationPattern -> Bool Source # (>) :: StakeDelegationPattern -> StakeDelegationPattern -> Bool Source # (>=) :: StakeDelegationPattern -> StakeDelegationPattern -> Bool Source # max :: StakeDelegationPattern -> StakeDelegationPattern -> StakeDelegationPattern Source # min :: StakeDelegationPattern -> StakeDelegationPattern -> StakeDelegationPattern Source # | |
| Show StakeDelegationPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message StakeDelegationPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy StakeDelegationPattern -> Text Source # packedMessageDescriptor :: Proxy StakeDelegationPattern -> ByteString Source # packedFileDescriptor :: Proxy StakeDelegationPattern -> ByteString Source # defMessage :: StakeDelegationPattern Source # fieldsByTag :: Map Tag (FieldDescriptor StakeDelegationPattern) Source # fieldsByTextFormatName :: Map String (FieldDescriptor StakeDelegationPattern) Source # unknownFields :: Lens' StakeDelegationPattern FieldSet Source # parseMessage :: Parser StakeDelegationPattern Source # | |
| HasField CertificatePattern "stakeDelegation" StakeDelegationPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeDelegation" -> (StakeDelegationPattern -> f StakeDelegationPattern) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField StakeDelegationPattern "poolKeyhash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolKeyhash" -> (ByteString -> f ByteString) -> StakeDelegationPattern -> f StakeDelegationPattern Source # | |
| HasField StakeDelegationPattern "stakeCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeCredential" -> (StakeCredential -> f StakeCredential) -> StakeDelegationPattern -> f StakeDelegationPattern Source # | |
| HasField CertificatePattern "maybe'stakeDelegation" (Maybe StakeDelegationPattern) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeDelegation" -> (Maybe StakeDelegationPattern -> f (Maybe StakeDelegationPattern)) -> CertificatePattern -> f CertificatePattern Source # | |
| HasField StakeDelegationPattern "maybe'stakeCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> StakeDelegationPattern -> f StakeDelegationPattern Source # | |
data StakeRegDelegCert #
Instances
| NFData StakeRegDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: StakeRegDelegCert -> () Source # | |
| Eq StakeRegDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: StakeRegDelegCert -> StakeRegDelegCert -> Bool Source # (/=) :: StakeRegDelegCert -> StakeRegDelegCert -> Bool Source # | |
| Ord StakeRegDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: StakeRegDelegCert -> StakeRegDelegCert -> Ordering Source # (<) :: StakeRegDelegCert -> StakeRegDelegCert -> Bool Source # (<=) :: StakeRegDelegCert -> StakeRegDelegCert -> Bool Source # (>) :: StakeRegDelegCert -> StakeRegDelegCert -> Bool Source # (>=) :: StakeRegDelegCert -> StakeRegDelegCert -> Bool Source # max :: StakeRegDelegCert -> StakeRegDelegCert -> StakeRegDelegCert Source # min :: StakeRegDelegCert -> StakeRegDelegCert -> StakeRegDelegCert Source # | |
| Show StakeRegDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message StakeRegDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy StakeRegDelegCert -> Text Source # packedMessageDescriptor :: Proxy StakeRegDelegCert -> ByteString Source # packedFileDescriptor :: Proxy StakeRegDelegCert -> ByteString Source # defMessage :: StakeRegDelegCert Source # fieldsByTag :: Map Tag (FieldDescriptor StakeRegDelegCert) Source # fieldsByTextFormatName :: Map String (FieldDescriptor StakeRegDelegCert) Source # unknownFields :: Lens' StakeRegDelegCert FieldSet Source # parseMessage :: Parser StakeRegDelegCert Source # | |
| HasField Certificate "stakeRegDelegCert" StakeRegDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeRegDelegCert" -> (StakeRegDelegCert -> f StakeRegDelegCert) -> Certificate -> f Certificate Source # | |
| HasField StakeRegDelegCert "coin" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "coin" -> (BigInt -> f BigInt) -> StakeRegDelegCert -> f StakeRegDelegCert Source # | |
| HasField StakeRegDelegCert "poolKeyhash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolKeyhash" -> (ByteString -> f ByteString) -> StakeRegDelegCert -> f StakeRegDelegCert Source # | |
| HasField StakeRegDelegCert "stakeCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeCredential" -> (StakeCredential -> f StakeCredential) -> StakeRegDelegCert -> f StakeRegDelegCert Source # | |
| HasField Certificate "maybe'stakeRegDelegCert" (Maybe StakeRegDelegCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeRegDelegCert" -> (Maybe StakeRegDelegCert -> f (Maybe StakeRegDelegCert)) -> Certificate -> f Certificate Source # | |
| HasField StakeRegDelegCert "maybe'coin" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField StakeRegDelegCert "maybe'stakeCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> StakeRegDelegCert -> f StakeRegDelegCert Source # | |
data StakeVoteDelegCert #
Instances
| NFData StakeVoteDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: StakeVoteDelegCert -> () Source # | |
| Eq StakeVoteDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: StakeVoteDelegCert -> StakeVoteDelegCert -> Bool Source # (/=) :: StakeVoteDelegCert -> StakeVoteDelegCert -> Bool Source # | |
| Ord StakeVoteDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: StakeVoteDelegCert -> StakeVoteDelegCert -> Ordering Source # (<) :: StakeVoteDelegCert -> StakeVoteDelegCert -> Bool Source # (<=) :: StakeVoteDelegCert -> StakeVoteDelegCert -> Bool Source # (>) :: StakeVoteDelegCert -> StakeVoteDelegCert -> Bool Source # (>=) :: StakeVoteDelegCert -> StakeVoteDelegCert -> Bool Source # max :: StakeVoteDelegCert -> StakeVoteDelegCert -> StakeVoteDelegCert Source # min :: StakeVoteDelegCert -> StakeVoteDelegCert -> StakeVoteDelegCert Source # | |
| Show StakeVoteDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message StakeVoteDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy StakeVoteDelegCert -> Text Source # packedMessageDescriptor :: Proxy StakeVoteDelegCert -> ByteString Source # packedFileDescriptor :: Proxy StakeVoteDelegCert -> ByteString Source # defMessage :: StakeVoteDelegCert Source # fieldsByTag :: Map Tag (FieldDescriptor StakeVoteDelegCert) Source # fieldsByTextFormatName :: Map String (FieldDescriptor StakeVoteDelegCert) Source # unknownFields :: Lens' StakeVoteDelegCert FieldSet Source # parseMessage :: Parser StakeVoteDelegCert Source # | |
| HasField Certificate "stakeVoteDelegCert" StakeVoteDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeVoteDelegCert" -> (StakeVoteDelegCert -> f StakeVoteDelegCert) -> Certificate -> f Certificate Source # | |
| HasField StakeVoteDelegCert "drep" DRep # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "drep" -> (DRep -> f DRep) -> StakeVoteDelegCert -> f StakeVoteDelegCert Source # | |
| HasField StakeVoteDelegCert "poolKeyhash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolKeyhash" -> (ByteString -> f ByteString) -> StakeVoteDelegCert -> f StakeVoteDelegCert Source # | |
| HasField StakeVoteDelegCert "stakeCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeCredential" -> (StakeCredential -> f StakeCredential) -> StakeVoteDelegCert -> f StakeVoteDelegCert Source # | |
| HasField Certificate "maybe'stakeVoteDelegCert" (Maybe StakeVoteDelegCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeVoteDelegCert" -> (Maybe StakeVoteDelegCert -> f (Maybe StakeVoteDelegCert)) -> Certificate -> f Certificate Source # | |
| HasField StakeVoteDelegCert "maybe'drep" (Maybe DRep) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField StakeVoteDelegCert "maybe'stakeCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> StakeVoteDelegCert -> f StakeVoteDelegCert Source # | |
data StakeVoteRegDelegCert #
Instances
| NFData StakeVoteRegDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: StakeVoteRegDelegCert -> () Source # | |
| Eq StakeVoteRegDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: StakeVoteRegDelegCert -> StakeVoteRegDelegCert -> Bool Source # (/=) :: StakeVoteRegDelegCert -> StakeVoteRegDelegCert -> Bool Source # | |
| Ord StakeVoteRegDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: StakeVoteRegDelegCert -> StakeVoteRegDelegCert -> Ordering Source # (<) :: StakeVoteRegDelegCert -> StakeVoteRegDelegCert -> Bool Source # (<=) :: StakeVoteRegDelegCert -> StakeVoteRegDelegCert -> Bool Source # (>) :: StakeVoteRegDelegCert -> StakeVoteRegDelegCert -> Bool Source # (>=) :: StakeVoteRegDelegCert -> StakeVoteRegDelegCert -> Bool Source # max :: StakeVoteRegDelegCert -> StakeVoteRegDelegCert -> StakeVoteRegDelegCert Source # min :: StakeVoteRegDelegCert -> StakeVoteRegDelegCert -> StakeVoteRegDelegCert Source # | |
| Show StakeVoteRegDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message StakeVoteRegDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy StakeVoteRegDelegCert -> Text Source # packedMessageDescriptor :: Proxy StakeVoteRegDelegCert -> ByteString Source # packedFileDescriptor :: Proxy StakeVoteRegDelegCert -> ByteString Source # defMessage :: StakeVoteRegDelegCert Source # fieldsByTag :: Map Tag (FieldDescriptor StakeVoteRegDelegCert) Source # fieldsByTextFormatName :: Map String (FieldDescriptor StakeVoteRegDelegCert) Source # unknownFields :: Lens' StakeVoteRegDelegCert FieldSet Source # parseMessage :: Parser StakeVoteRegDelegCert Source # | |
| HasField Certificate "stakeVoteRegDelegCert" StakeVoteRegDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeVoteRegDelegCert" -> (StakeVoteRegDelegCert -> f StakeVoteRegDelegCert) -> Certificate -> f Certificate Source # | |
| HasField StakeVoteRegDelegCert "coin" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "coin" -> (BigInt -> f BigInt) -> StakeVoteRegDelegCert -> f StakeVoteRegDelegCert Source # | |
| HasField StakeVoteRegDelegCert "drep" DRep # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "drep" -> (DRep -> f DRep) -> StakeVoteRegDelegCert -> f StakeVoteRegDelegCert Source # | |
| HasField StakeVoteRegDelegCert "poolKeyhash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolKeyhash" -> (ByteString -> f ByteString) -> StakeVoteRegDelegCert -> f StakeVoteRegDelegCert Source # | |
| HasField StakeVoteRegDelegCert "stakeCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeCredential" -> (StakeCredential -> f StakeCredential) -> StakeVoteRegDelegCert -> f StakeVoteRegDelegCert Source # | |
| HasField Certificate "maybe'stakeVoteRegDelegCert" (Maybe StakeVoteRegDelegCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeVoteRegDelegCert" -> (Maybe StakeVoteRegDelegCert -> f (Maybe StakeVoteRegDelegCert)) -> Certificate -> f Certificate Source # | |
| HasField StakeVoteRegDelegCert "maybe'coin" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField StakeVoteRegDelegCert "maybe'drep" (Maybe DRep) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField StakeVoteRegDelegCert "maybe'stakeCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> StakeVoteRegDelegCert -> f StakeVoteRegDelegCert Source # | |
data TreasuryWithdrawalsAction #
Instances
| NFData TreasuryWithdrawalsAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: TreasuryWithdrawalsAction -> () Source # | |
| Eq TreasuryWithdrawalsAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: TreasuryWithdrawalsAction -> TreasuryWithdrawalsAction -> Bool Source # (/=) :: TreasuryWithdrawalsAction -> TreasuryWithdrawalsAction -> Bool Source # | |
| Ord TreasuryWithdrawalsAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: TreasuryWithdrawalsAction -> TreasuryWithdrawalsAction -> Ordering Source # (<) :: TreasuryWithdrawalsAction -> TreasuryWithdrawalsAction -> Bool Source # (<=) :: TreasuryWithdrawalsAction -> TreasuryWithdrawalsAction -> Bool Source # (>) :: TreasuryWithdrawalsAction -> TreasuryWithdrawalsAction -> Bool Source # (>=) :: TreasuryWithdrawalsAction -> TreasuryWithdrawalsAction -> Bool Source # max :: TreasuryWithdrawalsAction -> TreasuryWithdrawalsAction -> TreasuryWithdrawalsAction Source # min :: TreasuryWithdrawalsAction -> TreasuryWithdrawalsAction -> TreasuryWithdrawalsAction Source # | |
| Show TreasuryWithdrawalsAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message TreasuryWithdrawalsAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy TreasuryWithdrawalsAction -> Text Source # packedMessageDescriptor :: Proxy TreasuryWithdrawalsAction -> ByteString Source # packedFileDescriptor :: Proxy TreasuryWithdrawalsAction -> ByteString Source # defMessage :: TreasuryWithdrawalsAction Source # fieldsByTag :: Map Tag (FieldDescriptor TreasuryWithdrawalsAction) Source # fieldsByTextFormatName :: Map String (FieldDescriptor TreasuryWithdrawalsAction) Source # unknownFields :: Lens' TreasuryWithdrawalsAction FieldSet Source # parseMessage :: Parser TreasuryWithdrawalsAction Source # buildMessage :: TreasuryWithdrawalsAction -> Builder Source # | |
| HasField GovernanceAction "treasuryWithdrawalsAction" TreasuryWithdrawalsAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "treasuryWithdrawalsAction" -> (TreasuryWithdrawalsAction -> f TreasuryWithdrawalsAction) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField TreasuryWithdrawalsAction "policyHash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "policyHash" -> (ByteString -> f ByteString) -> TreasuryWithdrawalsAction -> f TreasuryWithdrawalsAction Source # | |
| HasField GovernanceAction "maybe'treasuryWithdrawalsAction" (Maybe TreasuryWithdrawalsAction) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'treasuryWithdrawalsAction" -> (Maybe TreasuryWithdrawalsAction -> f (Maybe TreasuryWithdrawalsAction)) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField TreasuryWithdrawalsAction "vec'withdrawals" (Vector WithdrawalAmount) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'withdrawals" -> (Vector WithdrawalAmount -> f (Vector WithdrawalAmount)) -> TreasuryWithdrawalsAction -> f TreasuryWithdrawalsAction Source # | |
| HasField TreasuryWithdrawalsAction "withdrawals" [WithdrawalAmount] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "withdrawals" -> ([WithdrawalAmount] -> f [WithdrawalAmount]) -> TreasuryWithdrawalsAction -> f TreasuryWithdrawalsAction Source # | |
Instances
| NFData Tx # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq Tx # | |
| Ord Tx # | |
| Show Tx # | |
| Message Tx # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Tx -> Text Source # packedMessageDescriptor :: Proxy Tx -> ByteString Source # packedFileDescriptor :: Proxy Tx -> ByteString Source # defMessage :: Tx Source # fieldsByTag :: Map Tag (FieldDescriptor Tx) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Tx) Source # unknownFields :: Lens' Tx FieldSet Source # parseMessage :: Parser Tx Source # buildMessage :: Tx -> Builder Source # | |
| HasField Tx "auxiliary" AuxData # | |
| HasField Tx "collateral" Collateral # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "collateral" -> (Collateral -> f Collateral) -> Tx -> f Tx Source # | |
| HasField Tx "fee" BigInt # | |
| HasField Tx "hash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "hash" -> (ByteString -> f ByteString) -> Tx -> f Tx Source # | |
| HasField Tx "successful" Bool # | |
| HasField Tx "validity" TxValidity # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "validity" -> (TxValidity -> f TxValidity) -> Tx -> f Tx Source # | |
| HasField Tx "witnesses" WitnessSet # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "witnesses" -> (WitnessSet -> f WitnessSet) -> Tx -> f Tx Source # | |
| HasField AnyChainTx "cardano" Tx # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "cardano" -> (Tx -> f Tx) -> AnyChainTx -> f AnyChainTx Source # | |
| HasField TxInMempool "cardano" Tx # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "cardano" -> (Tx -> f Tx) -> TxInMempool -> f TxInMempool Source # | |
| HasField BlockBody "tx" [Tx] # | |
| HasField BlockBody "vec'tx" (Vector Tx) # | |
| HasField Tx "certificates" [Certificate] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "certificates" -> ([Certificate] -> f [Certificate]) -> Tx -> f Tx Source # | |
| HasField Tx "inputs" [TxInput] # | |
| HasField Tx "maybe'auxiliary" (Maybe AuxData) # | |
| HasField Tx "maybe'collateral" (Maybe Collateral) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Tx "maybe'fee" (Maybe BigInt) # | |
| HasField Tx "maybe'validity" (Maybe TxValidity) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Tx "maybe'witnesses" (Maybe WitnessSet) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Tx "mint" [Multiasset] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "mint" -> ([Multiasset] -> f [Multiasset]) -> Tx -> f Tx Source # | |
| HasField Tx "outputs" [TxOutput] # | |
| HasField Tx "proposals" [GovernanceActionProposal] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "proposals" -> ([GovernanceActionProposal] -> f [GovernanceActionProposal]) -> Tx -> f Tx Source # | |
| HasField Tx "referenceInputs" [TxInput] # | |
| HasField Tx "vec'certificates" (Vector Certificate) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'certificates" -> (Vector Certificate -> f (Vector Certificate)) -> Tx -> f Tx Source # | |
| HasField Tx "vec'inputs" (Vector TxInput) # | |
| HasField Tx "vec'mint" (Vector Multiasset) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'mint" -> (Vector Multiasset -> f (Vector Multiasset)) -> Tx -> f Tx Source # | |
| HasField Tx "vec'outputs" (Vector TxOutput) # | |
| HasField Tx "vec'proposals" (Vector GovernanceActionProposal) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'proposals" -> (Vector GovernanceActionProposal -> f (Vector GovernanceActionProposal)) -> Tx -> f Tx Source # | |
| HasField Tx "vec'referenceInputs" (Vector TxInput) # | |
| HasField Tx "vec'withdrawals" (Vector Withdrawal) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'withdrawals" -> (Vector Withdrawal -> f (Vector Withdrawal)) -> Tx -> f Tx Source # | |
| HasField Tx "withdrawals" [Withdrawal] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "withdrawals" -> ([Withdrawal] -> f [Withdrawal]) -> Tx -> f Tx Source # | |
| HasField AnyChainTx "maybe'cardano" (Maybe Tx) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| HasField TxInMempool "maybe'cardano" (Maybe Tx) # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
Instances
| NFData TxEval # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq TxEval # | |
| Ord TxEval # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show TxEval # | |
| Message TxEval # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy TxEval -> Text Source # packedMessageDescriptor :: Proxy TxEval -> ByteString Source # packedFileDescriptor :: Proxy TxEval -> ByteString Source # defMessage :: TxEval Source # fieldsByTag :: Map Tag (FieldDescriptor TxEval) Source # fieldsByTextFormatName :: Map String (FieldDescriptor TxEval) Source # unknownFields :: Lens' TxEval FieldSet Source # parseMessage :: Parser TxEval Source # buildMessage :: TxEval -> Builder Source # | |
| HasField TxEval "exUnits" ExUnits # | |
| HasField TxEval "fee" BigInt # | |
| HasField AnyChainEval "cardano" TxEval # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "cardano" -> (TxEval -> f TxEval) -> AnyChainEval -> f AnyChainEval Source # | |
| HasField TxEval "errors" [EvalReport] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "errors" -> ([EvalReport] -> f [EvalReport]) -> TxEval -> f TxEval Source # | |
| HasField TxEval "maybe'exUnits" (Maybe ExUnits) # | |
| HasField TxEval "maybe'fee" (Maybe BigInt) # | |
| HasField TxEval "redeemers" [Redeemer] # | |
| HasField TxEval "traces" [EvalReport] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "traces" -> ([EvalReport] -> f [EvalReport]) -> TxEval -> f TxEval Source # | |
| HasField TxEval "vec'errors" (Vector EvalReport) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'errors" -> (Vector EvalReport -> f (Vector EvalReport)) -> TxEval -> f TxEval Source # | |
| HasField TxEval "vec'redeemers" (Vector Redeemer) # | |
| HasField TxEval "vec'traces" (Vector EvalReport) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'traces" -> (Vector EvalReport -> f (Vector EvalReport)) -> TxEval -> f TxEval Source # | |
| HasField AnyChainEval "maybe'cardano" (Maybe TxEval) # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
data TxFeePolicy #
Instances
| NFData TxFeePolicy # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: TxFeePolicy -> () Source # | |
| Eq TxFeePolicy # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: TxFeePolicy -> TxFeePolicy -> Bool Source # (/=) :: TxFeePolicy -> TxFeePolicy -> Bool Source # | |
| Ord TxFeePolicy # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: TxFeePolicy -> TxFeePolicy -> Ordering Source # (<) :: TxFeePolicy -> TxFeePolicy -> Bool Source # (<=) :: TxFeePolicy -> TxFeePolicy -> Bool Source # (>) :: TxFeePolicy -> TxFeePolicy -> Bool Source # (>=) :: TxFeePolicy -> TxFeePolicy -> Bool Source # max :: TxFeePolicy -> TxFeePolicy -> TxFeePolicy Source # min :: TxFeePolicy -> TxFeePolicy -> TxFeePolicy Source # | |
| Show TxFeePolicy # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message TxFeePolicy # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy TxFeePolicy -> Text Source # packedMessageDescriptor :: Proxy TxFeePolicy -> ByteString Source # packedFileDescriptor :: Proxy TxFeePolicy -> ByteString Source # defMessage :: TxFeePolicy Source # fieldsByTag :: Map Tag (FieldDescriptor TxFeePolicy) Source # fieldsByTextFormatName :: Map String (FieldDescriptor TxFeePolicy) Source # unknownFields :: Lens' TxFeePolicy FieldSet Source # parseMessage :: Parser TxFeePolicy Source # buildMessage :: TxFeePolicy -> Builder Source # | |
| HasField BlockVersionData "txFeePolicy" TxFeePolicy # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "txFeePolicy" -> (TxFeePolicy -> f TxFeePolicy) -> BlockVersionData -> f BlockVersionData Source # | |
| HasField TxFeePolicy "multiplier" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "multiplier" -> (Text -> f Text) -> TxFeePolicy -> f TxFeePolicy Source # | |
| HasField TxFeePolicy "summand" Text # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "summand" -> (Text -> f Text) -> TxFeePolicy -> f TxFeePolicy Source # | |
| HasField BlockVersionData "maybe'txFeePolicy" (Maybe TxFeePolicy) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'txFeePolicy" -> (Maybe TxFeePolicy -> f (Maybe TxFeePolicy)) -> BlockVersionData -> f BlockVersionData Source # | |
Instances
| NFData TxInput # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq TxInput # | |
| Ord TxInput # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show TxInput # | |
| Message TxInput # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy TxInput -> Text Source # packedMessageDescriptor :: Proxy TxInput -> ByteString Source # packedFileDescriptor :: Proxy TxInput -> ByteString Source # defMessage :: TxInput Source # fieldsByTag :: Map Tag (FieldDescriptor TxInput) Source # fieldsByTextFormatName :: Map String (FieldDescriptor TxInput) Source # unknownFields :: Lens' TxInput FieldSet Source # parseMessage :: Parser TxInput Source # buildMessage :: TxInput -> Builder Source # | |
| HasField TxInput "asOutput" TxOutput # | |
| HasField TxInput "outputIndex" Word32 # | |
| HasField TxInput "redeemer" Redeemer # | |
| HasField TxInput "txHash" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "txHash" -> (ByteString -> f ByteString) -> TxInput -> f TxInput Source # | |
| HasField Collateral "collateral" [TxInput] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "collateral" -> ([TxInput] -> f [TxInput]) -> Collateral -> f Collateral Source # | |
| HasField Collateral "vec'collateral" (Vector TxInput) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'collateral" -> (Vector TxInput -> f (Vector TxInput)) -> Collateral -> f Collateral Source # | |
| HasField Tx "inputs" [TxInput] # | |
| HasField Tx "referenceInputs" [TxInput] # | |
| HasField Tx "vec'inputs" (Vector TxInput) # | |
| HasField Tx "vec'referenceInputs" (Vector TxInput) # | |
| HasField TxInput "maybe'asOutput" (Maybe TxOutput) # | |
| HasField TxInput "maybe'redeemer" (Maybe Redeemer) # | |
Instances
| NFData TxOutput # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq TxOutput # | |
| Ord TxOutput # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show TxOutput # | |
| Message TxOutput # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy TxOutput -> Text Source # packedMessageDescriptor :: Proxy TxOutput -> ByteString Source # packedFileDescriptor :: Proxy TxOutput -> ByteString Source # defMessage :: TxOutput Source # fieldsByTag :: Map Tag (FieldDescriptor TxOutput) Source # fieldsByTextFormatName :: Map String (FieldDescriptor TxOutput) Source # unknownFields :: Lens' TxOutput FieldSet Source # parseMessage :: Parser TxOutput Source # buildMessage :: TxOutput -> Builder Source # | |
| HasField Collateral "collateralReturn" TxOutput # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "collateralReturn" -> (TxOutput -> f TxOutput) -> Collateral -> f Collateral Source # | |
| HasField TxInput "asOutput" TxOutput # | |
| HasField TxOutput "address" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "address" -> (ByteString -> f ByteString) -> TxOutput -> f TxOutput Source # | |
| HasField TxOutput "coin" BigInt # | |
| HasField TxOutput "datum" Datum # | |
| HasField TxOutput "script" Script # | |
| HasField AnyUtxoData "cardano" TxOutput # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "cardano" -> (TxOutput -> f TxOutput) -> AnyUtxoData -> f AnyUtxoData Source # | |
| HasField Collateral "maybe'collateralReturn" (Maybe TxOutput) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Tx "outputs" [TxOutput] # | |
| HasField Tx "vec'outputs" (Vector TxOutput) # | |
| HasField TxInput "maybe'asOutput" (Maybe TxOutput) # | |
| HasField TxOutput "assets" [Multiasset] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "assets" -> ([Multiasset] -> f [Multiasset]) -> TxOutput -> f TxOutput Source # | |
| HasField TxOutput "maybe'coin" (Maybe BigInt) # | |
| HasField TxOutput "maybe'datum" (Maybe Datum) # | |
| HasField TxOutput "maybe'script" (Maybe Script) # | |
| HasField TxOutput "vec'assets" (Vector Multiasset) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'assets" -> (Vector Multiasset -> f (Vector Multiasset)) -> TxOutput -> f TxOutput Source # | |
| HasField AnyUtxoData "maybe'cardano" (Maybe TxOutput) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
data TxOutputPattern #
Instances
| NFData TxOutputPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: TxOutputPattern -> () Source # | |
| Eq TxOutputPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: TxOutputPattern -> TxOutputPattern -> Bool Source # (/=) :: TxOutputPattern -> TxOutputPattern -> Bool Source # | |
| Ord TxOutputPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: TxOutputPattern -> TxOutputPattern -> Ordering Source # (<) :: TxOutputPattern -> TxOutputPattern -> Bool Source # (<=) :: TxOutputPattern -> TxOutputPattern -> Bool Source # (>) :: TxOutputPattern -> TxOutputPattern -> Bool Source # (>=) :: TxOutputPattern -> TxOutputPattern -> Bool Source # max :: TxOutputPattern -> TxOutputPattern -> TxOutputPattern Source # min :: TxOutputPattern -> TxOutputPattern -> TxOutputPattern Source # | |
| Show TxOutputPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message TxOutputPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy TxOutputPattern -> Text Source # packedMessageDescriptor :: Proxy TxOutputPattern -> ByteString Source # packedFileDescriptor :: Proxy TxOutputPattern -> ByteString Source # defMessage :: TxOutputPattern Source # fieldsByTag :: Map Tag (FieldDescriptor TxOutputPattern) Source # fieldsByTextFormatName :: Map String (FieldDescriptor TxOutputPattern) Source # unknownFields :: Lens' TxOutputPattern FieldSet Source # parseMessage :: Parser TxOutputPattern Source # | |
| HasField TxOutputPattern "address" AddressPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "address" -> (AddressPattern -> f AddressPattern) -> TxOutputPattern -> f TxOutputPattern Source # | |
| HasField TxOutputPattern "asset" AssetPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "asset" -> (AssetPattern -> f AssetPattern) -> TxOutputPattern -> f TxOutputPattern Source # | |
| HasField TxPattern "consumes" TxOutputPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "consumes" -> (TxOutputPattern -> f TxOutputPattern) -> TxPattern -> f TxPattern Source # | |
| HasField TxPattern "produces" TxOutputPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "produces" -> (TxOutputPattern -> f TxOutputPattern) -> TxPattern -> f TxPattern Source # | |
| HasField AnyUtxoPattern "cardano" TxOutputPattern # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "cardano" -> (TxOutputPattern -> f TxOutputPattern) -> AnyUtxoPattern -> f AnyUtxoPattern Source # | |
| HasField TxOutputPattern "maybe'address" (Maybe AddressPattern) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'address" -> (Maybe AddressPattern -> f (Maybe AddressPattern)) -> TxOutputPattern -> f TxOutputPattern Source # | |
| HasField TxOutputPattern "maybe'asset" (Maybe AssetPattern) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'asset" -> (Maybe AssetPattern -> f (Maybe AssetPattern)) -> TxOutputPattern -> f TxOutputPattern Source # | |
| HasField TxPattern "maybe'consumes" (Maybe TxOutputPattern) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField TxPattern "maybe'produces" (Maybe TxOutputPattern) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField AnyUtxoPattern "maybe'cardano" (Maybe TxOutputPattern) # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'cardano" -> (Maybe TxOutputPattern -> f (Maybe TxOutputPattern)) -> AnyUtxoPattern -> f AnyUtxoPattern Source # | |
Instances
| NFData TxPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq TxPattern # | |
| Ord TxPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show TxPattern # | |
| Message TxPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy TxPattern -> Text Source # packedMessageDescriptor :: Proxy TxPattern -> ByteString Source # packedFileDescriptor :: Proxy TxPattern -> ByteString Source # defMessage :: TxPattern Source # fieldsByTag :: Map Tag (FieldDescriptor TxPattern) Source # fieldsByTextFormatName :: Map String (FieldDescriptor TxPattern) Source # unknownFields :: Lens' TxPattern FieldSet Source # parseMessage :: Parser TxPattern Source # buildMessage :: TxPattern -> Builder Source # | |
| HasField TxPattern "consumes" TxOutputPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "consumes" -> (TxOutputPattern -> f TxOutputPattern) -> TxPattern -> f TxPattern Source # | |
| HasField TxPattern "hasAddress" AddressPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "hasAddress" -> (AddressPattern -> f AddressPattern) -> TxPattern -> f TxPattern Source # | |
| HasField TxPattern "hasCertificate" CertificatePattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "hasCertificate" -> (CertificatePattern -> f CertificatePattern) -> TxPattern -> f TxPattern Source # | |
| HasField TxPattern "mintsAsset" AssetPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "mintsAsset" -> (AssetPattern -> f AssetPattern) -> TxPattern -> f TxPattern Source # | |
| HasField TxPattern "movesAsset" AssetPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "movesAsset" -> (AssetPattern -> f AssetPattern) -> TxPattern -> f TxPattern Source # | |
| HasField TxPattern "produces" TxOutputPattern # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "produces" -> (TxOutputPattern -> f TxOutputPattern) -> TxPattern -> f TxPattern Source # | |
| HasField AnyChainTxPattern "cardano" TxPattern # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "cardano" -> (TxPattern -> f TxPattern) -> AnyChainTxPattern -> f AnyChainTxPattern Source # | |
| HasField TxPattern "maybe'consumes" (Maybe TxOutputPattern) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField TxPattern "maybe'hasAddress" (Maybe AddressPattern) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField TxPattern "maybe'hasCertificate" (Maybe CertificatePattern) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField TxPattern "maybe'mintsAsset" (Maybe AssetPattern) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField TxPattern "maybe'movesAsset" (Maybe AssetPattern) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField TxPattern "maybe'produces" (Maybe TxOutputPattern) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField AnyChainTxPattern "maybe'cardano" (Maybe TxPattern) # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
data TxValidity #
Instances
| NFData TxValidity # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: TxValidity -> () Source # | |
| Eq TxValidity # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: TxValidity -> TxValidity -> Bool Source # (/=) :: TxValidity -> TxValidity -> Bool Source # | |
| Ord TxValidity # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: TxValidity -> TxValidity -> Ordering Source # (<) :: TxValidity -> TxValidity -> Bool Source # (<=) :: TxValidity -> TxValidity -> Bool Source # (>) :: TxValidity -> TxValidity -> Bool Source # (>=) :: TxValidity -> TxValidity -> Bool Source # max :: TxValidity -> TxValidity -> TxValidity Source # min :: TxValidity -> TxValidity -> TxValidity Source # | |
| Show TxValidity # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message TxValidity # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy TxValidity -> Text Source # packedMessageDescriptor :: Proxy TxValidity -> ByteString Source # packedFileDescriptor :: Proxy TxValidity -> ByteString Source # defMessage :: TxValidity Source # fieldsByTag :: Map Tag (FieldDescriptor TxValidity) Source # fieldsByTextFormatName :: Map String (FieldDescriptor TxValidity) Source # unknownFields :: Lens' TxValidity FieldSet Source # parseMessage :: Parser TxValidity Source # buildMessage :: TxValidity -> Builder Source # | |
| HasField Tx "validity" TxValidity # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "validity" -> (TxValidity -> f TxValidity) -> Tx -> f Tx Source # | |
| HasField TxValidity "start" Word64 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "start" -> (Word64 -> f Word64) -> TxValidity -> f TxValidity Source # | |
| HasField TxValidity "ttl" Word64 # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "ttl" -> (Word64 -> f Word64) -> TxValidity -> f TxValidity Source # | |
| HasField Tx "maybe'validity" (Maybe TxValidity) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
Instances
| NFData UnRegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq UnRegCert # | |
| Ord UnRegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show UnRegCert # | |
| Message UnRegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy UnRegCert -> Text Source # packedMessageDescriptor :: Proxy UnRegCert -> ByteString Source # packedFileDescriptor :: Proxy UnRegCert -> ByteString Source # defMessage :: UnRegCert Source # fieldsByTag :: Map Tag (FieldDescriptor UnRegCert) Source # fieldsByTextFormatName :: Map String (FieldDescriptor UnRegCert) Source # unknownFields :: Lens' UnRegCert FieldSet Source # parseMessage :: Parser UnRegCert Source # buildMessage :: UnRegCert -> Builder Source # | |
| HasField Certificate "unregCert" UnRegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "unregCert" -> (UnRegCert -> f UnRegCert) -> Certificate -> f Certificate Source # | |
| HasField UnRegCert "coin" BigInt # | |
| HasField UnRegCert "stakeCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeCredential" -> (StakeCredential -> f StakeCredential) -> UnRegCert -> f UnRegCert Source # | |
| HasField Certificate "maybe'unregCert" (Maybe UnRegCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField UnRegCert "maybe'coin" (Maybe BigInt) # | |
| HasField UnRegCert "maybe'stakeCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
data UnRegDRepCert #
Instances
| NFData UnRegDRepCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: UnRegDRepCert -> () Source # | |
| Eq UnRegDRepCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: UnRegDRepCert -> UnRegDRepCert -> Bool Source # (/=) :: UnRegDRepCert -> UnRegDRepCert -> Bool Source # | |
| Ord UnRegDRepCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: UnRegDRepCert -> UnRegDRepCert -> Ordering Source # (<) :: UnRegDRepCert -> UnRegDRepCert -> Bool Source # (<=) :: UnRegDRepCert -> UnRegDRepCert -> Bool Source # (>) :: UnRegDRepCert -> UnRegDRepCert -> Bool Source # (>=) :: UnRegDRepCert -> UnRegDRepCert -> Bool Source # max :: UnRegDRepCert -> UnRegDRepCert -> UnRegDRepCert Source # min :: UnRegDRepCert -> UnRegDRepCert -> UnRegDRepCert Source # | |
| Show UnRegDRepCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message UnRegDRepCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy UnRegDRepCert -> Text Source # packedMessageDescriptor :: Proxy UnRegDRepCert -> ByteString Source # packedFileDescriptor :: Proxy UnRegDRepCert -> ByteString Source # defMessage :: UnRegDRepCert Source # fieldsByTag :: Map Tag (FieldDescriptor UnRegDRepCert) Source # fieldsByTextFormatName :: Map String (FieldDescriptor UnRegDRepCert) Source # unknownFields :: Lens' UnRegDRepCert FieldSet Source # parseMessage :: Parser UnRegDRepCert Source # buildMessage :: UnRegDRepCert -> Builder Source # | |
| HasField Certificate "unregDrepCert" UnRegDRepCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "unregDrepCert" -> (UnRegDRepCert -> f UnRegDRepCert) -> Certificate -> f Certificate Source # | |
| HasField UnRegDRepCert "coin" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "coin" -> (BigInt -> f BigInt) -> UnRegDRepCert -> f UnRegDRepCert Source # | |
| HasField UnRegDRepCert "drepCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "drepCredential" -> (StakeCredential -> f StakeCredential) -> UnRegDRepCert -> f UnRegDRepCert Source # | |
| HasField Certificate "maybe'unregDrepCert" (Maybe UnRegDRepCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'unregDrepCert" -> (Maybe UnRegDRepCert -> f (Maybe UnRegDRepCert)) -> Certificate -> f Certificate Source # | |
| HasField UnRegDRepCert "maybe'coin" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField UnRegDRepCert "maybe'drepCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'drepCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> UnRegDRepCert -> f UnRegDRepCert Source # | |
data UpdateCommitteeAction #
Instances
| NFData UpdateCommitteeAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: UpdateCommitteeAction -> () Source # | |
| Eq UpdateCommitteeAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: UpdateCommitteeAction -> UpdateCommitteeAction -> Bool Source # (/=) :: UpdateCommitteeAction -> UpdateCommitteeAction -> Bool Source # | |
| Ord UpdateCommitteeAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: UpdateCommitteeAction -> UpdateCommitteeAction -> Ordering Source # (<) :: UpdateCommitteeAction -> UpdateCommitteeAction -> Bool Source # (<=) :: UpdateCommitteeAction -> UpdateCommitteeAction -> Bool Source # (>) :: UpdateCommitteeAction -> UpdateCommitteeAction -> Bool Source # (>=) :: UpdateCommitteeAction -> UpdateCommitteeAction -> Bool Source # max :: UpdateCommitteeAction -> UpdateCommitteeAction -> UpdateCommitteeAction Source # min :: UpdateCommitteeAction -> UpdateCommitteeAction -> UpdateCommitteeAction Source # | |
| Show UpdateCommitteeAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message UpdateCommitteeAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy UpdateCommitteeAction -> Text Source # packedMessageDescriptor :: Proxy UpdateCommitteeAction -> ByteString Source # packedFileDescriptor :: Proxy UpdateCommitteeAction -> ByteString Source # defMessage :: UpdateCommitteeAction Source # fieldsByTag :: Map Tag (FieldDescriptor UpdateCommitteeAction) Source # fieldsByTextFormatName :: Map String (FieldDescriptor UpdateCommitteeAction) Source # unknownFields :: Lens' UpdateCommitteeAction FieldSet Source # parseMessage :: Parser UpdateCommitteeAction Source # | |
| HasField GovernanceAction "updateCommitteeAction" UpdateCommitteeAction # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "updateCommitteeAction" -> (UpdateCommitteeAction -> f UpdateCommitteeAction) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField UpdateCommitteeAction "govActionId" GovernanceActionId # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "govActionId" -> (GovernanceActionId -> f GovernanceActionId) -> UpdateCommitteeAction -> f UpdateCommitteeAction Source # | |
| HasField UpdateCommitteeAction "newCommitteeThreshold" RationalNumber # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "newCommitteeThreshold" -> (RationalNumber -> f RationalNumber) -> UpdateCommitteeAction -> f UpdateCommitteeAction Source # | |
| HasField GovernanceAction "maybe'updateCommitteeAction" (Maybe UpdateCommitteeAction) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'updateCommitteeAction" -> (Maybe UpdateCommitteeAction -> f (Maybe UpdateCommitteeAction)) -> GovernanceAction -> f GovernanceAction Source # | |
| HasField UpdateCommitteeAction "maybe'govActionId" (Maybe GovernanceActionId) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'govActionId" -> (Maybe GovernanceActionId -> f (Maybe GovernanceActionId)) -> UpdateCommitteeAction -> f UpdateCommitteeAction Source # | |
| HasField UpdateCommitteeAction "maybe'newCommitteeThreshold" (Maybe RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'newCommitteeThreshold" -> (Maybe RationalNumber -> f (Maybe RationalNumber)) -> UpdateCommitteeAction -> f UpdateCommitteeAction Source # | |
| HasField UpdateCommitteeAction "newCommitteeCredentials" [NewCommitteeCredentials] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "newCommitteeCredentials" -> ([NewCommitteeCredentials] -> f [NewCommitteeCredentials]) -> UpdateCommitteeAction -> f UpdateCommitteeAction Source # | |
| HasField UpdateCommitteeAction "removeCommitteeCredentials" [StakeCredential] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "removeCommitteeCredentials" -> ([StakeCredential] -> f [StakeCredential]) -> UpdateCommitteeAction -> f UpdateCommitteeAction Source # | |
| HasField UpdateCommitteeAction "vec'newCommitteeCredentials" (Vector NewCommitteeCredentials) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'newCommitteeCredentials" -> (Vector NewCommitteeCredentials -> f (Vector NewCommitteeCredentials)) -> UpdateCommitteeAction -> f UpdateCommitteeAction Source # | |
| HasField UpdateCommitteeAction "vec'removeCommitteeCredentials" (Vector StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'removeCommitteeCredentials" -> (Vector StakeCredential -> f (Vector StakeCredential)) -> UpdateCommitteeAction -> f UpdateCommitteeAction Source # | |
data UpdateDRepCert #
Instances
| NFData UpdateDRepCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: UpdateDRepCert -> () Source # | |
| Eq UpdateDRepCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: UpdateDRepCert -> UpdateDRepCert -> Bool Source # (/=) :: UpdateDRepCert -> UpdateDRepCert -> Bool Source # | |
| Ord UpdateDRepCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: UpdateDRepCert -> UpdateDRepCert -> Ordering Source # (<) :: UpdateDRepCert -> UpdateDRepCert -> Bool Source # (<=) :: UpdateDRepCert -> UpdateDRepCert -> Bool Source # (>) :: UpdateDRepCert -> UpdateDRepCert -> Bool Source # (>=) :: UpdateDRepCert -> UpdateDRepCert -> Bool Source # max :: UpdateDRepCert -> UpdateDRepCert -> UpdateDRepCert Source # min :: UpdateDRepCert -> UpdateDRepCert -> UpdateDRepCert Source # | |
| Show UpdateDRepCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message UpdateDRepCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy UpdateDRepCert -> Text Source # packedMessageDescriptor :: Proxy UpdateDRepCert -> ByteString Source # packedFileDescriptor :: Proxy UpdateDRepCert -> ByteString Source # defMessage :: UpdateDRepCert Source # fieldsByTag :: Map Tag (FieldDescriptor UpdateDRepCert) Source # fieldsByTextFormatName :: Map String (FieldDescriptor UpdateDRepCert) Source # unknownFields :: Lens' UpdateDRepCert FieldSet Source # parseMessage :: Parser UpdateDRepCert Source # buildMessage :: UpdateDRepCert -> Builder Source # | |
| HasField Certificate "updateDrepCert" UpdateDRepCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "updateDrepCert" -> (UpdateDRepCert -> f UpdateDRepCert) -> Certificate -> f Certificate Source # | |
| HasField UpdateDRepCert "anchor" Anchor # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "anchor" -> (Anchor -> f Anchor) -> UpdateDRepCert -> f UpdateDRepCert Source # | |
| HasField UpdateDRepCert "drepCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "drepCredential" -> (StakeCredential -> f StakeCredential) -> UpdateDRepCert -> f UpdateDRepCert Source # | |
| HasField Certificate "maybe'updateDrepCert" (Maybe UpdateDRepCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'updateDrepCert" -> (Maybe UpdateDRepCert -> f (Maybe UpdateDRepCert)) -> Certificate -> f Certificate Source # | |
| HasField UpdateDRepCert "maybe'anchor" (Maybe Anchor) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField UpdateDRepCert "maybe'drepCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'drepCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> UpdateDRepCert -> f UpdateDRepCert Source # | |
data VKeyWitness #
Instances
| NFData VKeyWitness # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: VKeyWitness -> () Source # | |
| Eq VKeyWitness # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: VKeyWitness -> VKeyWitness -> Bool Source # (/=) :: VKeyWitness -> VKeyWitness -> Bool Source # | |
| Ord VKeyWitness # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: VKeyWitness -> VKeyWitness -> Ordering Source # (<) :: VKeyWitness -> VKeyWitness -> Bool Source # (<=) :: VKeyWitness -> VKeyWitness -> Bool Source # (>) :: VKeyWitness -> VKeyWitness -> Bool Source # (>=) :: VKeyWitness -> VKeyWitness -> Bool Source # max :: VKeyWitness -> VKeyWitness -> VKeyWitness Source # min :: VKeyWitness -> VKeyWitness -> VKeyWitness Source # | |
| Show VKeyWitness # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message VKeyWitness # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy VKeyWitness -> Text Source # packedMessageDescriptor :: Proxy VKeyWitness -> ByteString Source # packedFileDescriptor :: Proxy VKeyWitness -> ByteString Source # defMessage :: VKeyWitness Source # fieldsByTag :: Map Tag (FieldDescriptor VKeyWitness) Source # fieldsByTextFormatName :: Map String (FieldDescriptor VKeyWitness) Source # unknownFields :: Lens' VKeyWitness FieldSet Source # parseMessage :: Parser VKeyWitness Source # buildMessage :: VKeyWitness -> Builder Source # | |
| HasField VKeyWitness "signature" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "signature" -> (ByteString -> f ByteString) -> VKeyWitness -> f VKeyWitness Source # | |
| HasField VKeyWitness "vkey" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vkey" -> (ByteString -> f ByteString) -> VKeyWitness -> f VKeyWitness Source # | |
| HasField WitnessSet "vec'vkeywitness" (Vector VKeyWitness) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'vkeywitness" -> (Vector VKeyWitness -> f (Vector VKeyWitness)) -> WitnessSet -> f WitnessSet Source # | |
| HasField WitnessSet "vkeywitness" [VKeyWitness] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vkeywitness" -> ([VKeyWitness] -> f [VKeyWitness]) -> WitnessSet -> f WitnessSet Source # | |
data VoteDelegCert #
Instances
| NFData VoteDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: VoteDelegCert -> () Source # | |
| Eq VoteDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: VoteDelegCert -> VoteDelegCert -> Bool Source # (/=) :: VoteDelegCert -> VoteDelegCert -> Bool Source # | |
| Ord VoteDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: VoteDelegCert -> VoteDelegCert -> Ordering Source # (<) :: VoteDelegCert -> VoteDelegCert -> Bool Source # (<=) :: VoteDelegCert -> VoteDelegCert -> Bool Source # (>) :: VoteDelegCert -> VoteDelegCert -> Bool Source # (>=) :: VoteDelegCert -> VoteDelegCert -> Bool Source # max :: VoteDelegCert -> VoteDelegCert -> VoteDelegCert Source # min :: VoteDelegCert -> VoteDelegCert -> VoteDelegCert Source # | |
| Show VoteDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message VoteDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy VoteDelegCert -> Text Source # packedMessageDescriptor :: Proxy VoteDelegCert -> ByteString Source # packedFileDescriptor :: Proxy VoteDelegCert -> ByteString Source # defMessage :: VoteDelegCert Source # fieldsByTag :: Map Tag (FieldDescriptor VoteDelegCert) Source # fieldsByTextFormatName :: Map String (FieldDescriptor VoteDelegCert) Source # unknownFields :: Lens' VoteDelegCert FieldSet Source # parseMessage :: Parser VoteDelegCert Source # buildMessage :: VoteDelegCert -> Builder Source # | |
| HasField Certificate "voteDelegCert" VoteDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "voteDelegCert" -> (VoteDelegCert -> f VoteDelegCert) -> Certificate -> f Certificate Source # | |
| HasField VoteDelegCert "drep" DRep # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "drep" -> (DRep -> f DRep) -> VoteDelegCert -> f VoteDelegCert Source # | |
| HasField VoteDelegCert "stakeCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeCredential" -> (StakeCredential -> f StakeCredential) -> VoteDelegCert -> f VoteDelegCert Source # | |
| HasField Certificate "maybe'voteDelegCert" (Maybe VoteDelegCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'voteDelegCert" -> (Maybe VoteDelegCert -> f (Maybe VoteDelegCert)) -> Certificate -> f Certificate Source # | |
| HasField VoteDelegCert "maybe'drep" (Maybe DRep) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField VoteDelegCert "maybe'stakeCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> VoteDelegCert -> f VoteDelegCert Source # | |
data VoteRegDelegCert #
Instances
| NFData VoteRegDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: VoteRegDelegCert -> () Source # | |
| Eq VoteRegDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: VoteRegDelegCert -> VoteRegDelegCert -> Bool Source # (/=) :: VoteRegDelegCert -> VoteRegDelegCert -> Bool Source # | |
| Ord VoteRegDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: VoteRegDelegCert -> VoteRegDelegCert -> Ordering Source # (<) :: VoteRegDelegCert -> VoteRegDelegCert -> Bool Source # (<=) :: VoteRegDelegCert -> VoteRegDelegCert -> Bool Source # (>) :: VoteRegDelegCert -> VoteRegDelegCert -> Bool Source # (>=) :: VoteRegDelegCert -> VoteRegDelegCert -> Bool Source # max :: VoteRegDelegCert -> VoteRegDelegCert -> VoteRegDelegCert Source # min :: VoteRegDelegCert -> VoteRegDelegCert -> VoteRegDelegCert Source # | |
| Show VoteRegDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message VoteRegDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy VoteRegDelegCert -> Text Source # packedMessageDescriptor :: Proxy VoteRegDelegCert -> ByteString Source # packedFileDescriptor :: Proxy VoteRegDelegCert -> ByteString Source # defMessage :: VoteRegDelegCert Source # fieldsByTag :: Map Tag (FieldDescriptor VoteRegDelegCert) Source # fieldsByTextFormatName :: Map String (FieldDescriptor VoteRegDelegCert) Source # unknownFields :: Lens' VoteRegDelegCert FieldSet Source # parseMessage :: Parser VoteRegDelegCert Source # | |
| HasField Certificate "voteRegDelegCert" VoteRegDelegCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "voteRegDelegCert" -> (VoteRegDelegCert -> f VoteRegDelegCert) -> Certificate -> f Certificate Source # | |
| HasField VoteRegDelegCert "coin" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "coin" -> (BigInt -> f BigInt) -> VoteRegDelegCert -> f VoteRegDelegCert Source # | |
| HasField VoteRegDelegCert "drep" DRep # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "drep" -> (DRep -> f DRep) -> VoteRegDelegCert -> f VoteRegDelegCert Source # | |
| HasField VoteRegDelegCert "stakeCredential" StakeCredential # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "stakeCredential" -> (StakeCredential -> f StakeCredential) -> VoteRegDelegCert -> f VoteRegDelegCert Source # | |
| HasField Certificate "maybe'voteRegDelegCert" (Maybe VoteRegDelegCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'voteRegDelegCert" -> (Maybe VoteRegDelegCert -> f (Maybe VoteRegDelegCert)) -> Certificate -> f Certificate Source # | |
| HasField VoteRegDelegCert "maybe'coin" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField VoteRegDelegCert "maybe'drep" (Maybe DRep) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField VoteRegDelegCert "maybe'stakeCredential" (Maybe StakeCredential) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "maybe'stakeCredential" -> (Maybe StakeCredential -> f (Maybe StakeCredential)) -> VoteRegDelegCert -> f VoteRegDelegCert Source # | |
data VotingThresholds #
Instances
| NFData VotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: VotingThresholds -> () Source # | |
| Eq VotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: VotingThresholds -> VotingThresholds -> Bool Source # (/=) :: VotingThresholds -> VotingThresholds -> Bool Source # | |
| Ord VotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: VotingThresholds -> VotingThresholds -> Ordering Source # (<) :: VotingThresholds -> VotingThresholds -> Bool Source # (<=) :: VotingThresholds -> VotingThresholds -> Bool Source # (>) :: VotingThresholds -> VotingThresholds -> Bool Source # (>=) :: VotingThresholds -> VotingThresholds -> Bool Source # max :: VotingThresholds -> VotingThresholds -> VotingThresholds Source # min :: VotingThresholds -> VotingThresholds -> VotingThresholds Source # | |
| Show VotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message VotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy VotingThresholds -> Text Source # packedMessageDescriptor :: Proxy VotingThresholds -> ByteString Source # packedFileDescriptor :: Proxy VotingThresholds -> ByteString Source # defMessage :: VotingThresholds Source # fieldsByTag :: Map Tag (FieldDescriptor VotingThresholds) Source # fieldsByTextFormatName :: Map String (FieldDescriptor VotingThresholds) Source # unknownFields :: Lens' VotingThresholds FieldSet Source # parseMessage :: Parser VotingThresholds Source # | |
| HasField PParams "drepVotingThresholds" VotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "drepVotingThresholds" -> (VotingThresholds -> f VotingThresholds) -> PParams -> f PParams Source # | |
| HasField PParams "poolVotingThresholds" VotingThresholds # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "poolVotingThresholds" -> (VotingThresholds -> f VotingThresholds) -> PParams -> f PParams Source # | |
| HasField PParams "maybe'drepVotingThresholds" (Maybe VotingThresholds) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField PParams "maybe'poolVotingThresholds" (Maybe VotingThresholds) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField VotingThresholds "thresholds" [RationalNumber] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "thresholds" -> ([RationalNumber] -> f [RationalNumber]) -> VotingThresholds -> f VotingThresholds Source # | |
| HasField VotingThresholds "vec'thresholds" (Vector RationalNumber) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'thresholds" -> (Vector RationalNumber -> f (Vector RationalNumber)) -> VotingThresholds -> f VotingThresholds Source # | |
Instances
| NFData VssCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq VssCert # | |
| Ord VssCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Show VssCert # | |
| Message VssCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy VssCert -> Text Source # packedMessageDescriptor :: Proxy VssCert -> ByteString Source # packedFileDescriptor :: Proxy VssCert -> ByteString Source # defMessage :: VssCert Source # fieldsByTag :: Map Tag (FieldDescriptor VssCert) Source # fieldsByTextFormatName :: Map String (FieldDescriptor VssCert) Source # unknownFields :: Lens' VssCert FieldSet Source # parseMessage :: Parser VssCert Source # buildMessage :: VssCert -> Builder Source # | |
| HasField Genesis'VssCertsEntry "value" VssCert # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "value" -> (VssCert -> f VssCert) -> Genesis'VssCertsEntry -> f Genesis'VssCertsEntry Source # | |
| HasField VssCert "expiryEpoch" Word32 # | |
| HasField VssCert "signature" Text # | |
| HasField VssCert "signingKey" Text # | |
| HasField VssCert "vssKey" Text # | |
| HasField Genesis'VssCertsEntry "maybe'value" (Maybe VssCert) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Genesis "vssCerts" (Map Text VssCert) # | |
data Withdrawal #
Instances
| NFData Withdrawal # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: Withdrawal -> () Source # | |
| Eq Withdrawal # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: Withdrawal -> Withdrawal -> Bool Source # (/=) :: Withdrawal -> Withdrawal -> Bool Source # | |
| Ord Withdrawal # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: Withdrawal -> Withdrawal -> Ordering Source # (<) :: Withdrawal -> Withdrawal -> Bool Source # (<=) :: Withdrawal -> Withdrawal -> Bool Source # (>) :: Withdrawal -> Withdrawal -> Bool Source # (>=) :: Withdrawal -> Withdrawal -> Bool Source # max :: Withdrawal -> Withdrawal -> Withdrawal Source # min :: Withdrawal -> Withdrawal -> Withdrawal Source # | |
| Show Withdrawal # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message Withdrawal # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy Withdrawal -> Text Source # packedMessageDescriptor :: Proxy Withdrawal -> ByteString Source # packedFileDescriptor :: Proxy Withdrawal -> ByteString Source # defMessage :: Withdrawal Source # fieldsByTag :: Map Tag (FieldDescriptor Withdrawal) Source # fieldsByTextFormatName :: Map String (FieldDescriptor Withdrawal) Source # unknownFields :: Lens' Withdrawal FieldSet Source # parseMessage :: Parser Withdrawal Source # buildMessage :: Withdrawal -> Builder Source # | |
| HasField Withdrawal "coin" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "coin" -> (BigInt -> f BigInt) -> Withdrawal -> f Withdrawal Source # | |
| HasField Withdrawal "redeemer" Redeemer # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "redeemer" -> (Redeemer -> f Redeemer) -> Withdrawal -> f Withdrawal Source # | |
| HasField Withdrawal "rewardAccount" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "rewardAccount" -> (ByteString -> f ByteString) -> Withdrawal -> f Withdrawal Source # | |
| HasField Tx "vec'withdrawals" (Vector Withdrawal) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'withdrawals" -> (Vector Withdrawal -> f (Vector Withdrawal)) -> Tx -> f Tx Source # | |
| HasField Tx "withdrawals" [Withdrawal] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "withdrawals" -> ([Withdrawal] -> f [Withdrawal]) -> Tx -> f Tx Source # | |
| HasField Withdrawal "maybe'coin" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField Withdrawal "maybe'redeemer" (Maybe Redeemer) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
data WithdrawalAmount #
Instances
| NFData WithdrawalAmount # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: WithdrawalAmount -> () Source # | |
| Eq WithdrawalAmount # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: WithdrawalAmount -> WithdrawalAmount -> Bool Source # (/=) :: WithdrawalAmount -> WithdrawalAmount -> Bool Source # | |
| Ord WithdrawalAmount # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: WithdrawalAmount -> WithdrawalAmount -> Ordering Source # (<) :: WithdrawalAmount -> WithdrawalAmount -> Bool Source # (<=) :: WithdrawalAmount -> WithdrawalAmount -> Bool Source # (>) :: WithdrawalAmount -> WithdrawalAmount -> Bool Source # (>=) :: WithdrawalAmount -> WithdrawalAmount -> Bool Source # max :: WithdrawalAmount -> WithdrawalAmount -> WithdrawalAmount Source # min :: WithdrawalAmount -> WithdrawalAmount -> WithdrawalAmount Source # | |
| Show WithdrawalAmount # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message WithdrawalAmount # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy WithdrawalAmount -> Text Source # packedMessageDescriptor :: Proxy WithdrawalAmount -> ByteString Source # packedFileDescriptor :: Proxy WithdrawalAmount -> ByteString Source # defMessage :: WithdrawalAmount Source # fieldsByTag :: Map Tag (FieldDescriptor WithdrawalAmount) Source # fieldsByTextFormatName :: Map String (FieldDescriptor WithdrawalAmount) Source # unknownFields :: Lens' WithdrawalAmount FieldSet Source # parseMessage :: Parser WithdrawalAmount Source # | |
| HasField WithdrawalAmount "coin" BigInt # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "coin" -> (BigInt -> f BigInt) -> WithdrawalAmount -> f WithdrawalAmount Source # | |
| HasField WithdrawalAmount "rewardAccount" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "rewardAccount" -> (ByteString -> f ByteString) -> WithdrawalAmount -> f WithdrawalAmount Source # | |
| HasField TreasuryWithdrawalsAction "vec'withdrawals" (Vector WithdrawalAmount) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'withdrawals" -> (Vector WithdrawalAmount -> f (Vector WithdrawalAmount)) -> TreasuryWithdrawalsAction -> f TreasuryWithdrawalsAction Source # | |
| HasField TreasuryWithdrawalsAction "withdrawals" [WithdrawalAmount] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "withdrawals" -> ([WithdrawalAmount] -> f [WithdrawalAmount]) -> TreasuryWithdrawalsAction -> f TreasuryWithdrawalsAction Source # | |
| HasField WithdrawalAmount "maybe'coin" (Maybe BigInt) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
data WitnessSet #
Instances
| NFData WitnessSet # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods rnf :: WitnessSet -> () Source # | |
| Eq WitnessSet # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods (==) :: WitnessSet -> WitnessSet -> Bool Source # (/=) :: WitnessSet -> WitnessSet -> Bool Source # | |
| Ord WitnessSet # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods compare :: WitnessSet -> WitnessSet -> Ordering Source # (<) :: WitnessSet -> WitnessSet -> Bool Source # (<=) :: WitnessSet -> WitnessSet -> Bool Source # (>) :: WitnessSet -> WitnessSet -> Bool Source # (>=) :: WitnessSet -> WitnessSet -> Bool Source # max :: WitnessSet -> WitnessSet -> WitnessSet Source # min :: WitnessSet -> WitnessSet -> WitnessSet Source # | |
| Show WitnessSet # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Message WitnessSet # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods messageName :: Proxy WitnessSet -> Text Source # packedMessageDescriptor :: Proxy WitnessSet -> ByteString Source # packedFileDescriptor :: Proxy WitnessSet -> ByteString Source # defMessage :: WitnessSet Source # fieldsByTag :: Map Tag (FieldDescriptor WitnessSet) Source # fieldsByTextFormatName :: Map String (FieldDescriptor WitnessSet) Source # unknownFields :: Lens' WitnessSet FieldSet Source # parseMessage :: Parser WitnessSet Source # buildMessage :: WitnessSet -> Builder Source # | |
| HasField Tx "witnesses" WitnessSet # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "witnesses" -> (WitnessSet -> f WitnessSet) -> Tx -> f Tx Source # | |
| HasField Tx "maybe'witnesses" (Maybe WitnessSet) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| HasField WitnessSet "bootstrapWitnesses" [BootstrapWitness] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "bootstrapWitnesses" -> ([BootstrapWitness] -> f [BootstrapWitness]) -> WitnessSet -> f WitnessSet Source # | |
| HasField WitnessSet "plutusDatums" [PlutusData] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "plutusDatums" -> ([PlutusData] -> f [PlutusData]) -> WitnessSet -> f WitnessSet Source # | |
| HasField WitnessSet "redeemers" [Redeemer] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "redeemers" -> ([Redeemer] -> f [Redeemer]) -> WitnessSet -> f WitnessSet Source # | |
| HasField WitnessSet "script" [Script] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "script" -> ([Script] -> f [Script]) -> WitnessSet -> f WitnessSet Source # | |
| HasField WitnessSet "vec'bootstrapWitnesses" (Vector BootstrapWitness) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'bootstrapWitnesses" -> (Vector BootstrapWitness -> f (Vector BootstrapWitness)) -> WitnessSet -> f WitnessSet Source # | |
| HasField WitnessSet "vec'plutusDatums" (Vector PlutusData) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'plutusDatums" -> (Vector PlutusData -> f (Vector PlutusData)) -> WitnessSet -> f WitnessSet Source # | |
| HasField WitnessSet "vec'redeemers" (Vector Redeemer) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'redeemers" -> (Vector Redeemer -> f (Vector Redeemer)) -> WitnessSet -> f WitnessSet Source # | |
| HasField WitnessSet "vec'script" (Vector Script) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'script" -> (Vector Script -> f (Vector Script)) -> WitnessSet -> f WitnessSet Source # | |
| HasField WitnessSet "vec'vkeywitness" (Vector VKeyWitness) # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vec'vkeywitness" -> (Vector VKeyWitness -> f (Vector VKeyWitness)) -> WitnessSet -> f WitnessSet Source # | |
| HasField WitnessSet "vkeywitness" [VKeyWitness] # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vkeywitness" -> ([VKeyWitness] -> f [VKeyWitness]) -> WitnessSet -> f WitnessSet Source # | |
activeSlotsCoeff :: (Functor f, HasField s "activeSlotsCoeff" a) => LensLike' f s a #
addrKeyHash :: (Functor f, HasField s "addrKeyHash" a) => LensLike' f s a #
anyConstructor :: (Functor f, HasField s "anyConstructor" a) => LensLike' f s a #
anyPoolKeyhash :: (Functor f, HasField s "anyPoolKeyhash" a) => LensLike' f s a #
anyStakeCredential :: (Functor f, HasField s "anyStakeCredential" a) => LensLike' f s a #
attributes :: (Functor f, HasField s "attributes" a) => LensLike' f s a #
authCommitteeHotCert :: (Functor f, HasField s "authCommitteeHotCert" a) => LensLike' f s a #
blockVersionData :: (Functor f, HasField s "blockVersionData" a) => LensLike' f s a #
bootStakeholders :: (Functor f, HasField s "bootStakeholders" a) => LensLike' f s a #
bootstrapWitnesses :: (Functor f, HasField s "bootstrapWitnesses" a) => LensLike' f s a #
boundedBytes :: (Functor f, HasField s "boundedBytes" a) => LensLike' f s a #
certificates :: (Functor f, HasField s "certificates" a) => LensLike' f s a #
coinsPerUtxoByte :: (Functor f, HasField s "coinsPerUtxoByte" a) => LensLike' f s a #
collateral :: (Functor f, HasField s "collateral" a) => LensLike' f s a #
collateralPercentage :: (Functor f, HasField s "collateralPercentage" a) => LensLike' f s a #
collateralReturn :: (Functor f, HasField s "collateralReturn" a) => LensLike' f s a #
committeeColdCredential :: (Functor f, HasField s "committeeColdCredential" a) => LensLike' f s a #
committeeHotCredential :: (Functor f, HasField s "committeeHotCredential" a) => LensLike' f s a #
committeeMaxTermLength :: (Functor f, HasField s "committeeMaxTermLength" a) => LensLike' f s a #
committeeMinSize :: (Functor f, HasField s "committeeMinSize" a) => LensLike' f s a #
committeeNoConfidence :: (Functor f, HasField s "committeeNoConfidence" a) => LensLike' f s a #
committeeNormal :: (Functor f, HasField s "committeeNormal" a) => LensLike' f s a #
committeeTermLimit :: (Functor f, HasField s "committeeTermLimit" a) => LensLike' f s a #
constitution :: (Functor f, HasField s "constitution" a) => LensLike' f s a #
contentHash :: (Functor f, HasField s "contentHash" a) => LensLike' f s a #
costModels :: (Functor f, HasField s "costModels" a) => LensLike' f s a #
delegatePk :: (Functor f, HasField s "delegatePk" a) => LensLike' f s a #
delegationPart :: (Functor f, HasField s "delegationPart" a) => LensLike' f s a #
denominator :: (Functor f, HasField s "denominator" a) => LensLike' f s a #
desiredNumberOfPools :: (Functor f, HasField s "desiredNumberOfPools" a) => LensLike' f s a #
drepActivity :: (Functor f, HasField s "drepActivity" a) => LensLike' f s a #
drepCredential :: (Functor f, HasField s "drepCredential" a) => LensLike' f s a #
drepDeposit :: (Functor f, HasField s "drepDeposit" a) => LensLike' f s a #
drepInactivityPeriod :: (Functor f, HasField s "drepInactivityPeriod" a) => LensLike' f s a #
drepVotingThresholds :: (Functor f, HasField s "drepVotingThresholds" a) => LensLike' f s a #
epochLength :: (Functor f, HasField s "epochLength" a) => LensLike' f s a #
exactAddress :: (Functor f, HasField s "exactAddress" a) => LensLike' f s a #
executionPrices :: (Functor f, HasField s "executionPrices" a) => LensLike' f s a #
expiresEpoch :: (Functor f, HasField s "expiresEpoch" a) => LensLike' f s a #
expiryEpoch :: (Functor f, HasField s "expiryEpoch" a) => LensLike' f s a #
genesisDelegateHash :: (Functor f, HasField s "genesisDelegateHash" a) => LensLike' f s a #
genesisHash :: (Functor f, HasField s "genesisHash" a) => LensLike' f s a #
genesisKeyDelegation :: (Functor f, HasField s "genesisKeyDelegation" a) => LensLike' f s a #
govActionDeposit :: (Functor f, HasField s "govActionDeposit" a) => LensLike' f s a #
govActionId :: (Functor f, HasField s "govActionId" a) => LensLike' f s a #
govActionLifetime :: (Functor f, HasField s "govActionLifetime" a) => LensLike' f s a #
governanceActionDeposit :: (Functor f, HasField s "governanceActionDeposit" a) => LensLike' f s a #
governanceActionIndex :: (Functor f, HasField s "governanceActionIndex" a) => LensLike' f s a #
governanceActionValidityPeriod :: (Functor f, HasField s "governanceActionValidityPeriod" a) => LensLike' f s a #
hardForkInitiation :: (Functor f, HasField s "hardForkInitiation" a) => LensLike' f s a #
hardForkInitiationAction :: (Functor f, HasField s "hardForkInitiationAction" a) => LensLike' f s a #
hasAddress :: (Functor f, HasField s "hasAddress" a) => LensLike' f s a #
hasCertificate :: (Functor f, HasField s "hasCertificate" a) => LensLike' f s a #
heavyDelThd :: (Functor f, HasField s "heavyDelThd" a) => LensLike' f s a #
heavyDelegation :: (Functor f, HasField s "heavyDelegation" a) => LensLike' f s a #
infoAction :: (Functor f, HasField s "infoAction" a) => LensLike' f s a #
initialFunds :: (Functor f, HasField s "initialFunds" a) => LensLike' f s a #
invalidBefore :: (Functor f, HasField s "invalidBefore" a) => LensLike' f s a #
invalidHereafter :: (Functor f, HasField s "invalidHereafter" a) => LensLike' f s a #
lovelacePerUtxoWord :: (Functor f, HasField s "lovelacePerUtxoWord" a) => LensLike' f s a #
maxBlockBodySize :: (Functor f, HasField s "maxBlockBodySize" a) => LensLike' f s a #
maxBlockExUnits :: (Functor f, HasField s "maxBlockExUnits" a) => LensLike' f s a #
maxBlockHeaderSize :: (Functor f, HasField s "maxBlockHeaderSize" a) => LensLike' f s a #
maxBlockSize :: (Functor f, HasField s "maxBlockSize" a) => LensLike' f s a #
maxCollateralInputs :: (Functor f, HasField s "maxCollateralInputs" a) => LensLike' f s a #
maxExecutionUnitsPerBlock :: (Functor f, HasField s "maxExecutionUnitsPerBlock" a) => LensLike' f s a #
maxExecutionUnitsPerTransaction :: (Functor f, HasField s "maxExecutionUnitsPerTransaction" a) => LensLike' f s a #
maxHeaderSize :: (Functor f, HasField s "maxHeaderSize" a) => LensLike' f s a #
maxKesEvolutions :: (Functor f, HasField s "maxKesEvolutions" a) => LensLike' f s a #
maxLovelaceSupply :: (Functor f, HasField s "maxLovelaceSupply" a) => LensLike' f s a #
maxProposalSize :: (Functor f, HasField s "maxProposalSize" a) => LensLike' f s a #
maxTxExUnits :: (Functor f, HasField s "maxTxExUnits" a) => LensLike' f s a #
maxValueSize :: (Functor f, HasField s "maxValueSize" a) => LensLike' f s a #
maybe'abstain :: (Functor f, HasField s "maybe'abstain" a) => LensLike' f s a #
maybe'activeSlotsCoeff :: (Functor f, HasField s "maybe'activeSlotsCoeff" a) => LensLike' f s a #
maybe'addrKeyHash :: (Functor f, HasField s "maybe'addrKeyHash" a) => LensLike' f s a #
maybe'address :: (Functor f, HasField s "maybe'address" a) => LensLike' f s a #
maybe'anchor :: (Functor f, HasField s "maybe'anchor" a) => LensLike' f s a #
maybe'anyDrep :: (Functor f, HasField s "maybe'anyDrep" a) => LensLike' f s a #
maybe'anyPoolKeyhash :: (Functor f, HasField s "maybe'anyPoolKeyhash" a) => LensLike' f s a #
maybe'anyStakeCredential :: (Functor f, HasField s "maybe'anyStakeCredential" a) => LensLike' f s a #
maybe'array :: (Functor f, HasField s "maybe'array" a) => LensLike' f s a #
maybe'asOutput :: (Functor f, HasField s "maybe'asOutput" a) => LensLike' f s a #
maybe'asset :: (Functor f, HasField s "maybe'asset" a) => LensLike' f s a #
maybe'assetName :: (Functor f, HasField s "maybe'assetName" a) => LensLike' f s a #
maybe'authCommitteeHotCert :: (Functor f, HasField s "maybe'authCommitteeHotCert" a) => LensLike' f s a #
maybe'auxiliary :: (Functor f, HasField s "maybe'auxiliary" a) => LensLike' f s a #
maybe'bigInt :: (Functor f, HasField s "maybe'bigInt" a) => LensLike' f s a #
maybe'bigNInt :: (Functor f, HasField s "maybe'bigNInt" a) => LensLike' f s a #
maybe'bigUInt :: (Functor f, HasField s "maybe'bigUInt" a) => LensLike' f s a #
maybe'blockVersionData :: (Functor f, HasField s "maybe'blockVersionData" a) => LensLike' f s a #
maybe'body :: (Functor f, HasField s "maybe'body" a) => LensLike' f s a #
maybe'boundedBytes :: (Functor f, HasField s "maybe'boundedBytes" a) => LensLike' f s a #
maybe'bytes :: (Functor f, HasField s "maybe'bytes" a) => LensLike' f s a #
maybe'certificate :: (Functor f, HasField s "maybe'certificate" a) => LensLike' f s a #
maybe'certificateType :: (Functor f, HasField s "maybe'certificateType" a) => LensLike' f s a #
maybe'coin :: (Functor f, HasField s "maybe'coin" a) => LensLike' f s a #
maybe'coinsPerUtxoByte :: (Functor f, HasField s "maybe'coinsPerUtxoByte" a) => LensLike' f s a #
maybe'collateral :: (Functor f, HasField s "maybe'collateral" a) => LensLike' f s a #
maybe'collateralReturn :: (Functor f, HasField s "maybe'collateralReturn" a) => LensLike' f s a #
maybe'committee :: (Functor f, HasField s "maybe'committee" a) => LensLike' f s a #
maybe'committeeColdCredential :: (Functor f, HasField s "maybe'committeeColdCredential" a) => LensLike' f s a #
maybe'committeeHotCredential :: (Functor f, HasField s "maybe'committeeHotCredential" a) => LensLike' f s a #
maybe'committeeNoConfidence :: (Functor f, HasField s "maybe'committeeNoConfidence" a) => LensLike' f s a #
maybe'committeeNormal :: (Functor f, HasField s "maybe'committeeNormal" a) => LensLike' f s a #
maybe'constitution :: (Functor f, HasField s "maybe'constitution" a) => LensLike' f s a #
maybe'constr :: (Functor f, HasField s "maybe'constr" a) => LensLike' f s a #
maybe'consumes :: (Functor f, HasField s "maybe'consumes" a) => LensLike' f s a #
maybe'cost :: (Functor f, HasField s "maybe'cost" a) => LensLike' f s a #
maybe'costModels :: (Functor f, HasField s "maybe'costModels" a) => LensLike' f s a #
maybe'datum :: (Functor f, HasField s "maybe'datum" a) => LensLike' f s a #
maybe'delegationPart :: (Functor f, HasField s "maybe'delegationPart" a) => LensLike' f s a #
maybe'deltaCoin :: (Functor f, HasField s "maybe'deltaCoin" a) => LensLike' f s a #
maybe'deposit :: (Functor f, HasField s "maybe'deposit" a) => LensLike' f s a #
maybe'drep :: (Functor f, HasField s "maybe'drep" a) => LensLike' f s a #
maybe'drepCredential :: (Functor f, HasField s "maybe'drepCredential" a) => LensLike' f s a #
maybe'drepDeposit :: (Functor f, HasField s "maybe'drepDeposit" a) => LensLike' f s a #
maybe'drepVotingThresholds :: (Functor f, HasField s "maybe'drepVotingThresholds" a) => LensLike' f s a #
maybe'exUnits :: (Functor f, HasField s "maybe'exUnits" a) => LensLike' f s a #
maybe'exactAddress :: (Functor f, HasField s "maybe'exactAddress" a) => LensLike' f s a #
maybe'executionPrices :: (Functor f, HasField s "maybe'executionPrices" a) => LensLike' f s a #
maybe'genesisKeyDelegation :: (Functor f, HasField s "maybe'genesisKeyDelegation" a) => LensLike' f s a #
maybe'govAction :: (Functor f, HasField s "maybe'govAction" a) => LensLike' f s a #
maybe'govActionDeposit :: (Functor f, HasField s "maybe'govActionDeposit" a) => LensLike' f s a #
maybe'govActionId :: (Functor f, HasField s "maybe'govActionId" a) => LensLike' f s a #
maybe'governanceAction :: (Functor f, HasField s "maybe'governanceAction" a) => LensLike' f s a #
maybe'governanceActionDeposit :: (Functor f, HasField s "maybe'governanceActionDeposit" a) => LensLike' f s a #
maybe'hardForkInitiation :: (Functor f, HasField s "maybe'hardForkInitiation" a) => LensLike' f s a #
maybe'hardForkInitiationAction :: (Functor f, HasField s "maybe'hardForkInitiationAction" a) => LensLike' f s a #
maybe'hasAddress :: (Functor f, HasField s "maybe'hasAddress" a) => LensLike' f s a #
maybe'hasCertificate :: (Functor f, HasField s "maybe'hasCertificate" a) => LensLike' f s a #
maybe'header :: (Functor f, HasField s "maybe'header" a) => LensLike' f s a #
maybe'index :: (Functor f, HasField s "maybe'index" a) => LensLike' f s a #
maybe'infoAction :: (Functor f, HasField s "maybe'infoAction" a) => LensLike' f s a #
maybe'invalidBefore :: (Functor f, HasField s "maybe'invalidBefore" a) => LensLike' f s a #
maybe'invalidHereafter :: (Functor f, HasField s "maybe'invalidHereafter" a) => LensLike' f s a #
maybe'lovelacePerUtxoWord :: (Functor f, HasField s "maybe'lovelacePerUtxoWord" a) => LensLike' f s a #
maybe'margin :: (Functor f, HasField s "maybe'margin" a) => LensLike' f s a #
maybe'maxBlockExUnits :: (Functor f, HasField s "maybe'maxBlockExUnits" a) => LensLike' f s a #
maybe'maxExecutionUnitsPerBlock :: (Functor f, HasField s "maybe'maxExecutionUnitsPerBlock" a) => LensLike' f s a #
maybe'maxExecutionUnitsPerTransaction :: (Functor f, HasField s "maybe'maxExecutionUnitsPerTransaction" a) => LensLike' f s a #
maybe'maxLovelaceSupply :: (Functor f, HasField s "maybe'maxLovelaceSupply" a) => LensLike' f s a #
maybe'maxTxExUnits :: (Functor f, HasField s "maybe'maxTxExUnits" a) => LensLike' f s a #
maybe'memory :: (Functor f, HasField s "maybe'memory" a) => LensLike' f s a #
maybe'metadatum :: (Functor f, HasField s "maybe'metadatum" a) => LensLike' f s a #
maybe'minFeeCoefficient :: (Functor f, HasField s "maybe'minFeeCoefficient" a) => LensLike' f s a #
maybe'minFeeConstant :: (Functor f, HasField s "maybe'minFeeConstant" a) => LensLike' f s a #
maybe'minFeeRefScriptCostPerByte :: (Functor f, HasField s "maybe'minFeeRefScriptCostPerByte" a) => LensLike' f s a #
maybe'minFeeScriptRefCostPerByte :: (Functor f, HasField s "maybe'minFeeScriptRefCostPerByte" a) => LensLike' f s a #
maybe'minPoolCost :: (Functor f, HasField s "maybe'minPoolCost" a) => LensLike' f s a #
maybe'mintsAsset :: (Functor f, HasField s "maybe'mintsAsset" a) => LensLike' f s a #
maybe'mirCert :: (Functor f, HasField s "maybe'mirCert" a) => LensLike' f s a #
maybe'monetaryExpansion :: (Functor f, HasField s "maybe'monetaryExpansion" a) => LensLike' f s a #
maybe'motionNoConfidence :: (Functor f, HasField s "maybe'motionNoConfidence" a) => LensLike' f s a #
maybe'movesAsset :: (Functor f, HasField s "maybe'movesAsset" a) => LensLike' f s a #
maybe'native :: (Functor f, HasField s "maybe'native" a) => LensLike' f s a #
maybe'nativeScript :: (Functor f, HasField s "maybe'nativeScript" a) => LensLike' f s a #
maybe'newCommitteeThreshold :: (Functor f, HasField s "maybe'newCommitteeThreshold" a) => LensLike' f s a #
maybe'newConstitutionAction :: (Functor f, HasField s "maybe'newConstitutionAction" a) => LensLike' f s a #
maybe'noConfidence :: (Functor f, HasField s "maybe'noConfidence" a) => LensLike' f s a #
maybe'noConfidenceAction :: (Functor f, HasField s "maybe'noConfidenceAction" a) => LensLike' f s a #
maybe'originalCbor :: (Functor f, HasField s "maybe'originalCbor" a) => LensLike' f s a #
maybe'parameterChangeAction :: (Functor f, HasField s "maybe'parameterChangeAction" a) => LensLike' f s a #
maybe'payload :: (Functor f, HasField s "maybe'payload" a) => LensLike' f s a #
maybe'paymentPart :: (Functor f, HasField s "maybe'paymentPart" a) => LensLike' f s a #
maybe'pledge :: (Functor f, HasField s "maybe'pledge" a) => LensLike' f s a #
maybe'plutusData :: (Functor f, HasField s "maybe'plutusData" a) => LensLike' f s a #
maybe'plutusV1 :: (Functor f, HasField s "maybe'plutusV1" a) => LensLike' f s a #
maybe'plutusV2 :: (Functor f, HasField s "maybe'plutusV2" a) => LensLike' f s a #
maybe'plutusV3 :: (Functor f, HasField s "maybe'plutusV3" a) => LensLike' f s a #
maybe'plutusV4 :: (Functor f, HasField s "maybe'plutusV4" a) => LensLike' f s a #
maybe'policyId :: (Functor f, HasField s "maybe'policyId" a) => LensLike' f s a #
maybe'poolDeposit :: (Functor f, HasField s "maybe'poolDeposit" a) => LensLike' f s a #
maybe'poolInfluence :: (Functor f, HasField s "maybe'poolInfluence" a) => LensLike' f s a #
maybe'poolMetadata :: (Functor f, HasField s "maybe'poolMetadata" a) => LensLike' f s a #
maybe'poolRegistration :: (Functor f, HasField s "maybe'poolRegistration" a) => LensLike' f s a #
maybe'poolRetirement :: (Functor f, HasField s "maybe'poolRetirement" a) => LensLike' f s a #
maybe'poolVotingThresholds :: (Functor f, HasField s "maybe'poolVotingThresholds" a) => LensLike' f s a #
maybe'ppEconomicGroup :: (Functor f, HasField s "maybe'ppEconomicGroup" a) => LensLike' f s a #
maybe'ppGovGroup :: (Functor f, HasField s "maybe'ppGovGroup" a) => LensLike' f s a #
maybe'ppNetworkGroup :: (Functor f, HasField s "maybe'ppNetworkGroup" a) => LensLike' f s a #
maybe'ppSecurityGroup :: (Functor f, HasField s "maybe'ppSecurityGroup" a) => LensLike' f s a #
maybe'ppTechnicalGroup :: (Functor f, HasField s "maybe'ppTechnicalGroup" a) => LensLike' f s a #
maybe'prices :: (Functor f, HasField s "maybe'prices" a) => LensLike' f s a #
maybe'produces :: (Functor f, HasField s "maybe'produces" a) => LensLike' f s a #
maybe'protocolConsts :: (Functor f, HasField s "maybe'protocolConsts" a) => LensLike' f s a #
maybe'protocolParamUpdate :: (Functor f, HasField s "maybe'protocolParamUpdate" a) => LensLike' f s a #
maybe'protocolParams :: (Functor f, HasField s "maybe'protocolParams" a) => LensLike' f s a #
maybe'protocolVersion :: (Functor f, HasField s "maybe'protocolVersion" a) => LensLike' f s a #
maybe'purpose :: (Functor f, HasField s "maybe'purpose" a) => LensLike' f s a #
maybe'quantity :: (Functor f, HasField s "maybe'quantity" a) => LensLike' f s a #
maybe'redeemer :: (Functor f, HasField s "maybe'redeemer" a) => LensLike' f s a #
maybe'regCert :: (Functor f, HasField s "maybe'regCert" a) => LensLike' f s a #
maybe'regDrepCert :: (Functor f, HasField s "maybe'regDrepCert" a) => LensLike' f s a #
maybe'resignCommitteeColdCert :: (Functor f, HasField s "maybe'resignCommitteeColdCert" a) => LensLike' f s a #
maybe'script :: (Functor f, HasField s "maybe'script" a) => LensLike' f s a #
maybe'scriptAll :: (Functor f, HasField s "maybe'scriptAll" a) => LensLike' f s a #
maybe'scriptAny :: (Functor f, HasField s "maybe'scriptAny" a) => LensLike' f s a #
maybe'scriptHash :: (Functor f, HasField s "maybe'scriptHash" a) => LensLike' f s a #
maybe'scriptNOfK :: (Functor f, HasField s "maybe'scriptNOfK" a) => LensLike' f s a #
maybe'scriptPubkeyHash :: (Functor f, HasField s "maybe'scriptPubkeyHash" a) => LensLike' f s a #
maybe'softforkRule :: (Functor f, HasField s "maybe'softforkRule" a) => LensLike' f s a #
maybe'stakeCredential :: (Functor f, HasField s "maybe'stakeCredential" a) => LensLike' f s a #
maybe'stakeDelegation :: (Functor f, HasField s "maybe'stakeDelegation" a) => LensLike' f s a #
maybe'stakeDeregistration :: (Functor f, HasField s "maybe'stakeDeregistration" a) => LensLike' f s a #
maybe'stakeKeyDeposit :: (Functor f, HasField s "maybe'stakeKeyDeposit" a) => LensLike' f s a #
maybe'stakeRegDelegCert :: (Functor f, HasField s "maybe'stakeRegDelegCert" a) => LensLike' f s a #
maybe'stakeRegistration :: (Functor f, HasField s "maybe'stakeRegistration" a) => LensLike' f s a #
maybe'stakeVoteDelegCert :: (Functor f, HasField s "maybe'stakeVoteDelegCert" a) => LensLike' f s a #
maybe'stakeVoteRegDelegCert :: (Functor f, HasField s "maybe'stakeVoteRegDelegCert" a) => LensLike' f s a #
maybe'start :: (Functor f, HasField s "maybe'start" a) => LensLike' f s a #
maybe'steps :: (Functor f, HasField s "maybe'steps" a) => LensLike' f s a #
maybe'text :: (Functor f, HasField s "maybe'text" a) => LensLike' f s a #
maybe'threshold :: (Functor f, HasField s "maybe'threshold" a) => LensLike' f s a #
maybe'totalCollateral :: (Functor f, HasField s "maybe'totalCollateral" a) => LensLike' f s a #
maybe'treasuryExpansion :: (Functor f, HasField s "maybe'treasuryExpansion" a) => LensLike' f s a #
maybe'treasuryWithdrawal :: (Functor f, HasField s "maybe'treasuryWithdrawal" a) => LensLike' f s a #
maybe'treasuryWithdrawalsAction :: (Functor f, HasField s "maybe'treasuryWithdrawalsAction" a) => LensLike' f s a #
maybe'txFeePolicy :: (Functor f, HasField s "maybe'txFeePolicy" a) => LensLike' f s a #
maybe'unregCert :: (Functor f, HasField s "maybe'unregCert" a) => LensLike' f s a #
maybe'unregDrepCert :: (Functor f, HasField s "maybe'unregDrepCert" a) => LensLike' f s a #
maybe'updateCommitteeAction :: (Functor f, HasField s "maybe'updateCommitteeAction" a) => LensLike' f s a #
maybe'updateDrepCert :: (Functor f, HasField s "maybe'updateDrepCert" a) => LensLike' f s a #
maybe'updateToConstitution :: (Functor f, HasField s "maybe'updateToConstitution" a) => LensLike' f s a #
maybe'validity :: (Functor f, HasField s "maybe'validity" a) => LensLike' f s a #
maybe'value :: (Functor f, HasField s "maybe'value" a) => LensLike' f s a #
maybe'voteDelegCert :: (Functor f, HasField s "maybe'voteDelegCert" a) => LensLike' f s a #
maybe'voteRegDelegCert :: (Functor f, HasField s "maybe'voteRegDelegCert" a) => LensLike' f s a #
maybe'witnesses :: (Functor f, HasField s "maybe'witnesses" a) => LensLike' f s a #
minCommitteeSize :: (Functor f, HasField s "minCommitteeSize" a) => LensLike' f s a #
minFeeCoefficient :: (Functor f, HasField s "minFeeCoefficient" a) => LensLike' f s a #
minFeeConstant :: (Functor f, HasField s "minFeeConstant" a) => LensLike' f s a #
minFeeRefScriptCostPerByte :: (Functor f, HasField s "minFeeRefScriptCostPerByte" a) => LensLike' f s a #
minFeeScriptRefCostPerByte :: (Functor f, HasField s "minFeeScriptRefCostPerByte" a) => LensLike' f s a #
minPoolCost :: (Functor f, HasField s "minPoolCost" a) => LensLike' f s a #
mintsAsset :: (Functor f, HasField s "mintsAsset" a) => LensLike' f s a #
monetaryExpansion :: (Functor f, HasField s "monetaryExpansion" a) => LensLike' f s a #
motionNoConfidence :: (Functor f, HasField s "motionNoConfidence" a) => LensLike' f s a #
movesAsset :: (Functor f, HasField s "movesAsset" a) => LensLike' f s a #
multiplier :: (Functor f, HasField s "multiplier" a) => LensLike' f s a #
networkMagic :: (Functor f, HasField s "networkMagic" a) => LensLike' f s a #
newCommitteeCredentials :: (Functor f, HasField s "newCommitteeCredentials" a) => LensLike' f s a #
newCommitteeThreshold :: (Functor f, HasField s "newCommitteeThreshold" a) => LensLike' f s a #
newConstitutionAction :: (Functor f, HasField s "newConstitutionAction" a) => LensLike' f s a #
noConfidence :: (Functor f, HasField s "noConfidence" a) => LensLike' f s a #
noConfidenceAction :: (Functor f, HasField s "noConfidenceAction" a) => LensLike' f s a #
nonAvvmBalances :: (Functor f, HasField s "nonAvvmBalances" a) => LensLike' f s a #
originalCbor :: (Functor f, HasField s "originalCbor" a) => LensLike' f s a #
outputIndex :: (Functor f, HasField s "outputIndex" a) => LensLike' f s a #
parameterChangeAction :: (Functor f, HasField s "parameterChangeAction" a) => LensLike' f s a #
paymentPart :: (Functor f, HasField s "paymentPart" a) => LensLike' f s a #
plutusDatums :: (Functor f, HasField s "plutusDatums" a) => LensLike' f s a #
policyHash :: (Functor f, HasField s "policyHash" a) => LensLike' f s a #
poolDeposit :: (Functor f, HasField s "poolDeposit" a) => LensLike' f s a #
poolInfluence :: (Functor f, HasField s "poolInfluence" a) => LensLike' f s a #
poolKeyhash :: (Functor f, HasField s "poolKeyhash" a) => LensLike' f s a #
poolMetadata :: (Functor f, HasField s "poolMetadata" a) => LensLike' f s a #
poolOwners :: (Functor f, HasField s "poolOwners" a) => LensLike' f s a #
poolRegistration :: (Functor f, HasField s "poolRegistration" a) => LensLike' f s a #
poolRetirement :: (Functor f, HasField s "poolRetirement" a) => LensLike' f s a #
poolRetirementEpochBound :: (Functor f, HasField s "poolRetirementEpochBound" a) => LensLike' f s a #
poolVotingThresholds :: (Functor f, HasField s "poolVotingThresholds" a) => LensLike' f s a #
ppEconomicGroup :: (Functor f, HasField s "ppEconomicGroup" a) => LensLike' f s a #
ppGovGroup :: (Functor f, HasField s "ppGovGroup" a) => LensLike' f s a #
ppNetworkGroup :: (Functor f, HasField s "ppNetworkGroup" a) => LensLike' f s a #
ppSecurityGroup :: (Functor f, HasField s "ppSecurityGroup" a) => LensLike' f s a #
ppTechnicalGroup :: (Functor f, HasField s "ppTechnicalGroup" a) => LensLike' f s a #
protocolConsts :: (Functor f, HasField s "protocolConsts" a) => LensLike' f s a #
protocolMagic :: (Functor f, HasField s "protocolMagic" a) => LensLike' f s a #
protocolParamUpdate :: (Functor f, HasField s "protocolParamUpdate" a) => LensLike' f s a #
protocolParams :: (Functor f, HasField s "protocolParams" a) => LensLike' f s a #
protocolVersion :: (Functor f, HasField s "protocolVersion" a) => LensLike' f s a #
referenceInputs :: (Functor f, HasField s "referenceInputs" a) => LensLike' f s a #
regDrepCert :: (Functor f, HasField s "regDrepCert" a) => LensLike' f s a #
removeCommitteeCredentials :: (Functor f, HasField s "removeCommitteeCredentials" a) => LensLike' f s a #
resignCommitteeColdCert :: (Functor f, HasField s "resignCommitteeColdCert" a) => LensLike' f s a #
rewardAccount :: (Functor f, HasField s "rewardAccount" a) => LensLike' f s a #
scriptHash :: (Functor f, HasField s "scriptHash" a) => LensLike' f s a #
scriptNOfK :: (Functor f, HasField s "scriptNOfK" a) => LensLike' f s a #
scriptPubkeyHash :: (Functor f, HasField s "scriptPubkeyHash" a) => LensLike' f s a #
scriptVersion :: (Functor f, HasField s "scriptVersion" a) => LensLike' f s a #
securityParam :: (Functor f, HasField s "securityParam" a) => LensLike' f s a #
signingKey :: (Functor f, HasField s "signingKey" a) => LensLike' f s a #
slotDuration :: (Functor f, HasField s "slotDuration" a) => LensLike' f s a #
slotLength :: (Functor f, HasField s "slotLength" a) => LensLike' f s a #
slotsPerKesPeriod :: (Functor f, HasField s "slotsPerKesPeriod" a) => LensLike' f s a #
softforkRule :: (Functor f, HasField s "softforkRule" a) => LensLike' f s a #
stakeCredential :: (Functor f, HasField s "stakeCredential" a) => LensLike' f s a #
stakeDelegation :: (Functor f, HasField s "stakeDelegation" a) => LensLike' f s a #
stakeDeregistration :: (Functor f, HasField s "stakeDeregistration" a) => LensLike' f s a #
stakeKeyDeposit :: (Functor f, HasField s "stakeKeyDeposit" a) => LensLike' f s a #
stakeRegDelegCert :: (Functor f, HasField s "stakeRegDelegCert" a) => LensLike' f s a #
stakeRegistration :: (Functor f, HasField s "stakeRegistration" a) => LensLike' f s a #
stakeVoteDelegCert :: (Functor f, HasField s "stakeVoteDelegCert" a) => LensLike' f s a #
stakeVoteRegDelegCert :: (Functor f, HasField s "stakeVoteRegDelegCert" a) => LensLike' f s a #
successful :: (Functor f, HasField s "successful" a) => LensLike' f s a #
systemStart :: (Functor f, HasField s "systemStart" a) => LensLike' f s a #
thdDecrement :: (Functor f, HasField s "thdDecrement" a) => LensLike' f s a #
thresholds :: (Functor f, HasField s "thresholds" a) => LensLike' f s a #
totalCollateral :: (Functor f, HasField s "totalCollateral" a) => LensLike' f s a #
transactionId :: (Functor f, HasField s "transactionId" a) => LensLike' f s a #
treasuryExpansion :: (Functor f, HasField s "treasuryExpansion" a) => LensLike' f s a #
treasuryWithdrawal :: (Functor f, HasField s "treasuryWithdrawal" a) => LensLike' f s a #
treasuryWithdrawalsAction :: (Functor f, HasField s "treasuryWithdrawalsAction" a) => LensLike' f s a #
txFeePolicy :: (Functor f, HasField s "txFeePolicy" a) => LensLike' f s a #
unlockStakeEpoch :: (Functor f, HasField s "unlockStakeEpoch" a) => LensLike' f s a #
unregDrepCert :: (Functor f, HasField s "unregDrepCert" a) => LensLike' f s a #
updateCommitteeAction :: (Functor f, HasField s "updateCommitteeAction" a) => LensLike' f s a #
updateDrepCert :: (Functor f, HasField s "updateDrepCert" a) => LensLike' f s a #
updateImplicit :: (Functor f, HasField s "updateImplicit" a) => LensLike' f s a #
updateProposalThd :: (Functor f, HasField s "updateProposalThd" a) => LensLike' f s a #
updateQuorum :: (Functor f, HasField s "updateQuorum" a) => LensLike' f s a #
updateToConstitution :: (Functor f, HasField s "updateToConstitution" a) => LensLike' f s a #
updateVoteThd :: (Functor f, HasField s "updateVoteThd" a) => LensLike' f s a #
vec'assets :: (Functor f, HasField s "vec'assets" a) => LensLike' f s a #
vec'bootstrapWitnesses :: (Functor f, HasField s "vec'bootstrapWitnesses" a) => LensLike' f s a #
vec'certificates :: (Functor f, HasField s "vec'certificates" a) => LensLike' f s a #
vec'collateral :: (Functor f, HasField s "vec'collateral" a) => LensLike' f s a #
vec'errors :: (Functor f, HasField s "vec'errors" a) => LensLike' f s a #
vec'fields :: (Functor f, HasField s "vec'fields" a) => LensLike' f s a #
vec'inputs :: (Functor f, HasField s "vec'inputs" a) => LensLike' f s a #
vec'metadata :: (Functor f, HasField s "vec'metadata" a) => LensLike' f s a #
vec'newCommitteeCredentials :: (Functor f, HasField s "vec'newCommitteeCredentials" a) => LensLike' f s a #
vec'outputs :: (Functor f, HasField s "vec'outputs" a) => LensLike' f s a #
vec'plutusDatums :: (Functor f, HasField s "vec'plutusDatums" a) => LensLike' f s a #
vec'poolOwners :: (Functor f, HasField s "vec'poolOwners" a) => LensLike' f s a #
vec'proposals :: (Functor f, HasField s "vec'proposals" a) => LensLike' f s a #
vec'redeemers :: (Functor f, HasField s "vec'redeemers" a) => LensLike' f s a #
vec'referenceInputs :: (Functor f, HasField s "vec'referenceInputs" a) => LensLike' f s a #
vec'relays :: (Functor f, HasField s "vec'relays" a) => LensLike' f s a #
vec'removeCommitteeCredentials :: (Functor f, HasField s "vec'removeCommitteeCredentials" a) => LensLike' f s a #
vec'script :: (Functor f, HasField s "vec'script" a) => LensLike' f s a #
vec'scripts :: (Functor f, HasField s "vec'scripts" a) => LensLike' f s a #
vec'summaries :: (Functor f, HasField s "vec'summaries" a) => LensLike' f s a #
vec'thresholds :: (Functor f, HasField s "vec'thresholds" a) => LensLike' f s a #
vec'traces :: (Functor f, HasField s "vec'traces" a) => LensLike' f s a #
vec'vkeywitness :: (Functor f, HasField s "vec'vkeywitness" a) => LensLike' f s a #
vec'withdrawals :: (Functor f, HasField s "vec'withdrawals" a) => LensLike' f s a #
vkeywitness :: (Functor f, HasField s "vkeywitness" a) => LensLike' f s a #
voteDelegCert :: (Functor f, HasField s "voteDelegCert" a) => LensLike' f s a #
voteRegDelegCert :: (Functor f, HasField s "voteRegDelegCert" a) => LensLike' f s a #
vrfKeyhash :: (Functor f, HasField s "vrfKeyhash" a) => LensLike' f s a #
withdrawals :: (Functor f, HasField s "withdrawals" a) => LensLike' f s a #