| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cardano.Rpc.Proto.Api.UtxoRpc.Submit
Documentation
_AnyChainEval'Cardano :: Prism' AnyChainEval'Chain TxEval #
_AnyChainTx'Raw :: Prism' AnyChainTx'Type ByteString #
_TxInMempool'Cardano :: Prism' TxInMempool'ParsedState Tx #
data AnyChainEval #
Instances
data AnyChainEval'Chain #
Constructors
| AnyChainEval'Cardano !TxEval |
Instances
data AnyChainTx #
Instances
data AnyChainTx'Type #
Constructors
| AnyChainTx'Raw !ByteString |
Instances
data AnyChainTxPattern #
Instances
data AnyChainTxPattern'Chain #
Constructors
| AnyChainTxPattern'Cardano !TxPattern |
Instances
data EvalTxRequest #
Instances
data EvalTxResponse #
Instances
data ReadMempoolRequest #
Instances
data ReadMempoolResponse #
Instances
Constructors
| STAGE_UNSPECIFIED | |
| STAGE_ACKNOWLEDGED | |
| STAGE_MEMPOOL | |
| STAGE_NETWORK | |
| STAGE_CONFIRMED | |
| Stage'Unrecognized !Stage'UnrecognizedValue |
Instances
data Stage'UnrecognizedValue #
Instances
data SubmitService #
Constructors
| SubmitService |
Instances
| Service SubmitService # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit Associated Types
Methods packedServiceDescriptor :: Proxy SubmitService -> ByteString | |||||||||||||||||
| HasMethodImpl SubmitService "evalTx" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit Associated Types
| |||||||||||||||||
| HasMethodImpl SubmitService "readMempool" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit Associated Types
| |||||||||||||||||
| HasMethodImpl SubmitService "submitTx" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit Associated Types
| |||||||||||||||||
| HasMethodImpl SubmitService "waitForTx" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit Associated Types
| |||||||||||||||||
| HasMethodImpl SubmitService "watchMempool" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit Associated Types
| |||||||||||||||||
| type ServiceMethods SubmitService # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit type ServiceMethods SubmitService = '["evalTx", "readMempool", "submitTx", "waitForTx", "watchMempool"] | |||||||||||||||||
| type ServiceName SubmitService # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit type ServiceName SubmitService = "SubmitService" | |||||||||||||||||
| type ServicePackage SubmitService # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit type ServicePackage SubmitService = "utxorpc.v1beta.submit" | |||||||||||||||||
| type MethodInput SubmitService "evalTx" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |||||||||||||||||
| type MethodInput SubmitService "readMempool" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |||||||||||||||||
| type MethodInput SubmitService "submitTx" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |||||||||||||||||
| type MethodInput SubmitService "waitForTx" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |||||||||||||||||
| type MethodInput SubmitService "watchMempool" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |||||||||||||||||
| type MethodName SubmitService "evalTx" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit type MethodName SubmitService "evalTx" = "EvalTx" | |||||||||||||||||
| type MethodName SubmitService "readMempool" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit type MethodName SubmitService "readMempool" = "ReadMempool" | |||||||||||||||||
| type MethodName SubmitService "submitTx" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit type MethodName SubmitService "submitTx" = "SubmitTx" | |||||||||||||||||
| type MethodName SubmitService "waitForTx" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit type MethodName SubmitService "waitForTx" = "WaitForTx" | |||||||||||||||||
| type MethodName SubmitService "watchMempool" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit type MethodName SubmitService "watchMempool" = "WatchMempool" | |||||||||||||||||
| type MethodOutput SubmitService "evalTx" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |||||||||||||||||
| type MethodOutput SubmitService "readMempool" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |||||||||||||||||
| type MethodOutput SubmitService "submitTx" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |||||||||||||||||
| type MethodOutput SubmitService "waitForTx" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |||||||||||||||||
| type MethodOutput SubmitService "watchMempool" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |||||||||||||||||
| type MethodStreamingType SubmitService "evalTx" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |||||||||||||||||
| type MethodStreamingType SubmitService "readMempool" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |||||||||||||||||
| type MethodStreamingType SubmitService "submitTx" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |||||||||||||||||
| type MethodStreamingType SubmitService "waitForTx" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |||||||||||||||||
| type MethodStreamingType SubmitService "watchMempool" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |||||||||||||||||
| type RequestMetadata (Protobuf SubmitService meth :: Type) | |||||||||||||||||
Defined in Cardano.Rpc.Proto.Api.UtxoRpc.Submit | |||||||||||||||||
| type ResponseInitialMetadata (Protobuf SubmitService meth :: Type) | |||||||||||||||||
Defined in Cardano.Rpc.Proto.Api.UtxoRpc.Submit | |||||||||||||||||
| type ResponseTrailingMetadata (Protobuf SubmitService meth :: Type) | |||||||||||||||||
Defined in Cardano.Rpc.Proto.Api.UtxoRpc.Submit | |||||||||||||||||
data SubmitTxRequest #
Instances
data SubmitTxResponse #
Instances
data TxInMempool #
Instances
data TxInMempool'ParsedState #
Constructors
| TxInMempool'Cardano !Tx |
Instances
data TxPredicate #
Instances
data WaitForTxRequest #
Instances
data WaitForTxResponse #
Instances
data WatchMempoolRequest #
Instances
data WatchMempoolResponse #
Instances
maybe'cardano :: (Functor f, HasField s "maybe'cardano" a) => LensLike' f s a #
maybe'report :: (Functor f, HasField s "maybe'report" a) => LensLike' f s a #
maybe'type' :: (Functor f, HasField s "maybe'type'" a) => LensLike' f s a #