cardano-rpc
Safe HaskellNone
LanguageHaskell2010

Cardano.Rpc.Proto.Api.UtxoRpc.Submit

Documentation

data AnyChainEval #

Instances

Instances details
NFData AnyChainEval # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: AnyChainEval -> () Source #

Show AnyChainEval # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq AnyChainEval # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord AnyChainEval # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message AnyChainEval # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField AnyChainEval "cardano" TxEval # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "cardano" -> (TxEval -> f TxEval) -> AnyChainEval -> f AnyChainEval Source #

HasField EvalTxResponse "report" AnyChainEval # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField AnyChainEval "maybe'cardano" (Maybe TxEval) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "maybe'cardano" -> (Maybe TxEval -> f (Maybe TxEval)) -> AnyChainEval -> f AnyChainEval Source #

HasField AnyChainEval "maybe'chain" (Maybe AnyChainEval'Chain) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField EvalTxResponse "maybe'report" (Maybe AnyChainEval) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "maybe'report" -> (Maybe AnyChainEval -> f (Maybe AnyChainEval)) -> EvalTxResponse -> f EvalTxResponse Source #

data AnyChainEval'Chain #

Instances

Instances details
NFData AnyChainEval'Chain # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: AnyChainEval'Chain -> () Source #

Show AnyChainEval'Chain # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq AnyChainEval'Chain # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord AnyChainEval'Chain # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField AnyChainEval "maybe'chain" (Maybe AnyChainEval'Chain) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data AnyChainTx #

Instances

Instances details
NFData AnyChainTx # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: AnyChainTx -> () Source #

Show AnyChainTx # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq AnyChainTx # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord AnyChainTx # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message AnyChainTx # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField AnyChainTx "raw" ByteString # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "raw" -> (ByteString -> f ByteString) -> AnyChainTx -> f AnyChainTx Source #

HasField EvalTxRequest "tx" AnyChainTx # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField SubmitTxRequest "tx" AnyChainTx # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField AnyChainTx "maybe'raw" (Maybe ByteString) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "maybe'raw" -> (Maybe ByteString -> f (Maybe ByteString)) -> AnyChainTx -> f AnyChainTx Source #

HasField AnyChainTx "maybe'type'" (Maybe AnyChainTx'Type) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "maybe'type'" -> (Maybe AnyChainTx'Type -> f (Maybe AnyChainTx'Type)) -> AnyChainTx -> f AnyChainTx Source #

HasField EvalTxRequest "maybe'tx" (Maybe AnyChainTx) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "maybe'tx" -> (Maybe AnyChainTx -> f (Maybe AnyChainTx)) -> EvalTxRequest -> f EvalTxRequest Source #

HasField SubmitTxRequest "maybe'tx" (Maybe AnyChainTx) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data AnyChainTxPattern #

Instances

Instances details
NFData AnyChainTxPattern # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: AnyChainTxPattern -> () Source #

Show AnyChainTxPattern # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq AnyChainTxPattern # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord AnyChainTxPattern # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message AnyChainTxPattern # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField AnyChainTxPattern "cardano" TxPattern # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField TxPredicate "match" AnyChainTxPattern # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField AnyChainTxPattern "maybe'cardano" (Maybe TxPattern) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "maybe'cardano" -> (Maybe TxPattern -> f (Maybe TxPattern)) -> AnyChainTxPattern -> f AnyChainTxPattern Source #

HasField AnyChainTxPattern "maybe'chain" (Maybe AnyChainTxPattern'Chain) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField TxPredicate "maybe'match" (Maybe AnyChainTxPattern) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data AnyChainTxPattern'Chain #

Instances

Instances details
NFData AnyChainTxPattern'Chain # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Show AnyChainTxPattern'Chain # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq AnyChainTxPattern'Chain # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord AnyChainTxPattern'Chain # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField AnyChainTxPattern "maybe'chain" (Maybe AnyChainTxPattern'Chain) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data EvalTxRequest #

Instances

Instances details
NFData EvalTxRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: EvalTxRequest -> () Source #

Show EvalTxRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq EvalTxRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord EvalTxRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message EvalTxRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField EvalTxRequest "tx" AnyChainTx # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField EvalTxRequest "maybe'tx" (Maybe AnyChainTx) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "maybe'tx" -> (Maybe AnyChainTx -> f (Maybe AnyChainTx)) -> EvalTxRequest -> f EvalTxRequest Source #

data EvalTxResponse #

Instances

Instances details
NFData EvalTxResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: EvalTxResponse -> () Source #

Show EvalTxResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq EvalTxResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord EvalTxResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message EvalTxResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField EvalTxResponse "report" AnyChainEval # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField EvalTxResponse "maybe'report" (Maybe AnyChainEval) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "maybe'report" -> (Maybe AnyChainEval -> f (Maybe AnyChainEval)) -> EvalTxResponse -> f EvalTxResponse Source #

data ReadMempoolRequest #

Instances

Instances details
NFData ReadMempoolRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: ReadMempoolRequest -> () Source #

Show ReadMempoolRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq ReadMempoolRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord ReadMempoolRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message ReadMempoolRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data ReadMempoolResponse #

Instances

Instances details
NFData ReadMempoolResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Show ReadMempoolResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq ReadMempoolResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord ReadMempoolResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message ReadMempoolResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField ReadMempoolResponse "items" [TxInMempool] # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField ReadMempoolResponse "vec'items" (Vector TxInMempool) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data Stage #

Instances

Instances details
NFData Stage # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: Stage -> () Source #

Bounded Stage # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Enum Stage # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Show Stage # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq Stage # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

(==) :: Stage -> Stage -> Bool Source #

(/=) :: Stage -> Stage -> Bool Source #

Ord Stage # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

FieldDefault Stage # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

MessageEnum Stage # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField TxInMempool "stage" Stage # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "stage" -> (Stage -> f Stage) -> TxInMempool -> f TxInMempool Source #

HasField WaitForTxResponse "stage" Stage # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "stage" -> (Stage -> f Stage) -> WaitForTxResponse -> f WaitForTxResponse Source #

data SubmitService #

Constructors

SubmitService 

Instances

Instances details
Service SubmitService # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Associated Types

type ServiceName SubmitService 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type ServiceName SubmitService = "SubmitService"
type ServicePackage SubmitService 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type ServicePackage SubmitService = "utxorpc.v1beta.submit"
type ServiceMethods SubmitService 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type ServiceMethods SubmitService = '["submitTx"]
HasMethodImpl SubmitService "submitTx" # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Associated Types

type MethodName SubmitService "submitTx" 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type MethodName SubmitService "submitTx" = "SubmitTx"
type MethodInput SubmitService "submitTx" 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type MethodOutput SubmitService "submitTx" 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type MethodStreamingType SubmitService "submitTx" 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type ServiceMethods SubmitService # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type ServiceMethods SubmitService = '["submitTx"]
type ServiceName SubmitService # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type ServiceName SubmitService = "SubmitService"
type ServicePackage SubmitService # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type ServicePackage SubmitService = "utxorpc.v1beta.submit"
type MethodInput SubmitService "submitTx" # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type MethodName SubmitService "submitTx" # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type MethodName SubmitService "submitTx" = "SubmitTx"
type MethodOutput SubmitService "submitTx" # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type MethodStreamingType SubmitService "submitTx" # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type RequestMetadata (Protobuf SubmitService meth :: Type) Source # 
Instance details

Defined in Cardano.Rpc.Proto.Api.UtxoRpc.Submit

type ResponseInitialMetadata (Protobuf SubmitService meth :: Type) Source # 
Instance details

Defined in Cardano.Rpc.Proto.Api.UtxoRpc.Submit

type ResponseTrailingMetadata (Protobuf SubmitService meth :: Type) Source # 
Instance details

Defined in Cardano.Rpc.Proto.Api.UtxoRpc.Submit

data SubmitTxRequest #

Instances

Instances details
NFData SubmitTxRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: SubmitTxRequest -> () Source #

Show SubmitTxRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq SubmitTxRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord SubmitTxRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message SubmitTxRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField SubmitTxRequest "tx" AnyChainTx # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField SubmitTxRequest "maybe'tx" (Maybe AnyChainTx) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data SubmitTxResponse #

Instances

Instances details
NFData SubmitTxResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: SubmitTxResponse -> () Source #

Show SubmitTxResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq SubmitTxResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord SubmitTxResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message SubmitTxResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField SubmitTxResponse "ref" ByteString # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data TxInMempool #

Instances

Instances details
NFData TxInMempool # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: TxInMempool -> () Source #

Show TxInMempool # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq TxInMempool # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord TxInMempool # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message TxInMempool # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField TxInMempool "cardano" Tx # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "cardano" -> (Tx -> f Tx) -> TxInMempool -> f TxInMempool Source #

HasField TxInMempool "nativeBytes" ByteString # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "nativeBytes" -> (ByteString -> f ByteString) -> TxInMempool -> f TxInMempool Source #

HasField TxInMempool "ref" ByteString # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "ref" -> (ByteString -> f ByteString) -> TxInMempool -> f TxInMempool Source #

HasField TxInMempool "stage" Stage # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "stage" -> (Stage -> f Stage) -> TxInMempool -> f TxInMempool Source #

HasField WatchMempoolResponse "tx" TxInMempool # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField ReadMempoolResponse "items" [TxInMempool] # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField ReadMempoolResponse "vec'items" (Vector TxInMempool) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField TxInMempool "maybe'cardano" (Maybe Tx) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "maybe'cardano" -> (Maybe Tx -> f (Maybe Tx)) -> TxInMempool -> f TxInMempool Source #

HasField TxInMempool "maybe'parsedState" (Maybe TxInMempool'ParsedState) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WatchMempoolResponse "maybe'tx" (Maybe TxInMempool) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data TxInMempool'ParsedState #

Constructors

TxInMempool'Cardano !Tx 

Instances

Instances details
NFData TxInMempool'ParsedState # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Show TxInMempool'ParsedState # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq TxInMempool'ParsedState # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord TxInMempool'ParsedState # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField TxInMempool "maybe'parsedState" (Maybe TxInMempool'ParsedState) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data TxPredicate #

Instances

Instances details
NFData TxPredicate # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: TxPredicate -> () Source #

Show TxPredicate # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq TxPredicate # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord TxPredicate # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message TxPredicate # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField TxPredicate "match" AnyChainTxPattern # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WatchMempoolRequest "predicate" TxPredicate # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField TxPredicate "allOf" [TxPredicate] # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "allOf" -> ([TxPredicate] -> f [TxPredicate]) -> TxPredicate -> f TxPredicate Source #

HasField TxPredicate "anyOf" [TxPredicate] # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "anyOf" -> ([TxPredicate] -> f [TxPredicate]) -> TxPredicate -> f TxPredicate Source #

HasField TxPredicate "maybe'match" (Maybe AnyChainTxPattern) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField TxPredicate "not" [TxPredicate] # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "not" -> ([TxPredicate] -> f [TxPredicate]) -> TxPredicate -> f TxPredicate Source #

HasField TxPredicate "vec'allOf" (Vector TxPredicate) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "vec'allOf" -> (Vector TxPredicate -> f (Vector TxPredicate)) -> TxPredicate -> f TxPredicate Source #

HasField TxPredicate "vec'anyOf" (Vector TxPredicate) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "vec'anyOf" -> (Vector TxPredicate -> f (Vector TxPredicate)) -> TxPredicate -> f TxPredicate Source #

HasField TxPredicate "vec'not" (Vector TxPredicate) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WatchMempoolRequest "maybe'predicate" (Maybe TxPredicate) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data WaitForTxRequest #

Instances

Instances details
NFData WaitForTxRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: WaitForTxRequest -> () Source #

Show WaitForTxRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq WaitForTxRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord WaitForTxRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message WaitForTxRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WaitForTxRequest "ref" [ByteString] # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WaitForTxRequest "vec'ref" (Vector ByteString) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data WaitForTxResponse #

Instances

Instances details
NFData WaitForTxResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: WaitForTxResponse -> () Source #

Show WaitForTxResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq WaitForTxResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord WaitForTxResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message WaitForTxResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WaitForTxResponse "ref" ByteString # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WaitForTxResponse "stage" Stage # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "stage" -> (Stage -> f Stage) -> WaitForTxResponse -> f WaitForTxResponse Source #

data WatchMempoolRequest #

Instances

Instances details
NFData WatchMempoolRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Show WatchMempoolRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq WatchMempoolRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord WatchMempoolRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message WatchMempoolRequest # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WatchMempoolRequest "fieldMask" FieldMask # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WatchMempoolRequest "predicate" TxPredicate # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WatchMempoolRequest "maybe'fieldMask" (Maybe FieldMask) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "maybe'fieldMask" -> (Maybe FieldMask -> f (Maybe FieldMask)) -> WatchMempoolRequest -> f WatchMempoolRequest Source #

HasField WatchMempoolRequest "maybe'predicate" (Maybe TxPredicate) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data WatchMempoolResponse #

Instances

Instances details
NFData WatchMempoolResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Show WatchMempoolResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq WatchMempoolResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord WatchMempoolResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message WatchMempoolResponse # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WatchMempoolResponse "tx" TxInMempool # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WatchMempoolResponse "maybe'tx" (Maybe TxInMempool) # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

allOf :: (Functor f, HasField s "allOf" a) => LensLike' f s a #

anyOf :: (Functor f, HasField s "anyOf" a) => LensLike' f s a #

cardano :: (Functor f, HasField s "cardano" a) => LensLike' f s a #

fieldMask :: (Functor f, HasField s "fieldMask" a) => LensLike' f s a #

items :: (Functor f, HasField s "items" a) => LensLike' f s a #

match :: (Functor f, HasField s "match" 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'fieldMask :: (Functor f, HasField s "maybe'fieldMask" a) => LensLike' f s a #

maybe'match :: (Functor f, HasField s "maybe'match" 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'raw :: (Functor f, HasField s "maybe'raw" a) => LensLike' f s a #

maybe'report :: (Functor f, HasField s "maybe'report" a) => LensLike' f s a #

maybe'tx :: (Functor f, HasField s "maybe'tx" a) => LensLike' f s a #

maybe'type' :: (Functor f, HasField s "maybe'type'" a) => LensLike' f s a #

nativeBytes :: (Functor f, HasField s "nativeBytes" a) => LensLike' f s a #

not :: (Functor f, HasField s "not" a) => LensLike' f s a #

predicate :: (Functor f, HasField s "predicate" a) => LensLike' f s a #

raw :: (Functor f, HasField s "raw" a) => LensLike' f s a #

ref :: (Functor f, HasField s "ref" a) => LensLike' f s a #

report :: (Functor f, HasField s "report" a) => LensLike' f s a #

stage :: (Functor f, HasField s "stage" a) => LensLike' f s a #

tx :: (Functor f, HasField s "tx" a) => LensLike' f s a #

vec'allOf :: (Functor f, HasField s "vec'allOf" a) => LensLike' f s a #

vec'anyOf :: (Functor f, HasField s "vec'anyOf" a) => LensLike' f s a #

vec'items :: (Functor f, HasField s "vec'items" a) => LensLike' f s a #

vec'not :: (Functor f, HasField s "vec'not" a) => LensLike' f s a #

vec'ref :: (Functor f, HasField s "vec'ref" a) => LensLike' f s a #