| 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 AnyChainStateData #
Instances
data AnyChainStateData'Result #
Constructors
| AnyChainStateData'Cardano !StateData |
Instances
data AnyChainStateQuery #
Instances
data AnyChainStateQuery'Query #
Constructors
| AnyChainStateQuery'Cardano !StateQuery |
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
| Service QueryService # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query Associated Types
Methods | |||||||||||||||||
| HasMethodImpl QueryService "readData" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query Associated Types
| |||||||||||||||||
| HasMethodImpl QueryService "readEraSummary" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query Associated Types
| |||||||||||||||||
| HasMethodImpl QueryService "readGenesis" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query Associated Types
| |||||||||||||||||
| HasMethodImpl QueryService "readParams" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query Associated Types
| |||||||||||||||||
| HasMethodImpl QueryService "readState" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query Associated Types
| |||||||||||||||||
| HasMethodImpl QueryService "readTx" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query Associated Types
| |||||||||||||||||
| HasMethodImpl QueryService "readUtxos" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query Associated Types
| |||||||||||||||||
| HasMethodImpl QueryService "searchUtxos" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query Associated Types
| |||||||||||||||||
| type ServiceMethods QueryService # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query type ServiceMethods QueryService = '["readData", "readEraSummary", "readGenesis", "readParams", "readState", "readTx", "readUtxos", "searchUtxos"] | |||||||||||||||||
| type ServiceName QueryService # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query type ServiceName QueryService = "QueryService" | |||||||||||||||||
| type ServicePackage QueryService # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query type ServicePackage QueryService = "utxorpc.v1beta.query" | |||||||||||||||||
| type MethodInput QueryService "readData" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodInput QueryService "readEraSummary" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodInput QueryService "readGenesis" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodInput QueryService "readParams" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodInput QueryService "readState" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodInput QueryService "readTx" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodInput QueryService "readUtxos" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodInput QueryService "searchUtxos" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodName QueryService "readData" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query type MethodName QueryService "readData" = "ReadData" | |||||||||||||||||
| type MethodName QueryService "readEraSummary" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query type MethodName QueryService "readEraSummary" = "ReadEraSummary" | |||||||||||||||||
| type MethodName QueryService "readGenesis" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query type MethodName QueryService "readGenesis" = "ReadGenesis" | |||||||||||||||||
| type MethodName QueryService "readParams" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query type MethodName QueryService "readParams" = "ReadParams" | |||||||||||||||||
| type MethodName QueryService "readState" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query type MethodName QueryService "readState" = "ReadState" | |||||||||||||||||
| type MethodName QueryService "readTx" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query type MethodName QueryService "readTx" = "ReadTx" | |||||||||||||||||
| type MethodName QueryService "readUtxos" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query type MethodName QueryService "readUtxos" = "ReadUtxos" | |||||||||||||||||
| type MethodName QueryService "searchUtxos" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query type MethodName QueryService "searchUtxos" = "SearchUtxos" | |||||||||||||||||
| type MethodOutput QueryService "readData" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodOutput QueryService "readEraSummary" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodOutput QueryService "readGenesis" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodOutput QueryService "readParams" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodOutput QueryService "readState" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodOutput QueryService "readTx" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodOutput QueryService "readUtxos" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodOutput QueryService "searchUtxos" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodStreamingType QueryService "readData" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodStreamingType QueryService "readEraSummary" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodStreamingType QueryService "readGenesis" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodStreamingType QueryService "readParams" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodStreamingType QueryService "readState" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodStreamingType QueryService "readTx" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodStreamingType QueryService "readUtxos" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type MethodStreamingType QueryService "searchUtxos" # | |||||||||||||||||
Defined in Proto.Utxorpc.V1beta.Query.Query | |||||||||||||||||
| type RequestMetadata (Protobuf QueryService meth :: Type) | |||||||||||||||||
Defined in Cardano.Rpc.Proto.Api.UtxoRpc.Query | |||||||||||||||||
| type ResponseInitialMetadata (Protobuf QueryService meth :: Type) | |||||||||||||||||
Defined in Cardano.Rpc.Proto.Api.UtxoRpc.Query | |||||||||||||||||
| type ResponseTrailingMetadata (Protobuf QueryService meth :: Type) | |||||||||||||||||
Defined in Cardano.Rpc.Proto.Api.UtxoRpc.Query | |||||||||||||||||
data ReadDataRequest #
Instances
data ReadDataResponse #
Instances
data ReadEraSummaryRequest #
Instances
data ReadEraSummaryResponse #
Instances
data ReadEraSummaryResponse'Summary #
Constructors
| ReadEraSummaryResponse'Cardano !EraSummaries |
Instances
data ReadGenesisRequest #
Instances
data ReadGenesisResponse #
Instances
data ReadGenesisResponse'Config #
Constructors
| ReadGenesisResponse'Cardano !Genesis |
Instances
data ReadParamsRequest #
Instances
data ReadParamsResponse #
Instances
data ReadStateRequest #
Instances
data ReadStateResponse #
Instances
data ReadTxRequest #
Instances
data ReadTxResponse #
Instances
data ReadUtxosRequest #
Instances
data ReadUtxosResponse #
Instances
data SearchUtxosRequest #
Instances
data SearchUtxosResponse #
Instances
Instances
data UtxoPredicate #
Instances
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'query :: (Functor f, HasField s "maybe'query" a) => LensLike' f s a #
maybe'result :: (Functor f, HasField s "maybe'result" 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 #
_VoterVotes'Drep :: Prism' VoterVotes'Voter StakeCredential #
_VoterVotes'Spo :: Prism' VoterVotes'Voter ByteString #
data AddressPattern #
Instances
Instances
Instances
data AssetPattern #
Instances
data AuthCommitteeHotCert #
Instances
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 packedMessageDescriptor :: Proxy AuxData -> ByteString packedFileDescriptor :: Proxy AuxData -> ByteString defMessage :: AuxData # fieldsByTag :: Map Tag (FieldDescriptor AuxData) fieldsByTextFormatName :: Map String (FieldDescriptor AuxData) unknownFields :: Lens' AuxData FieldSet parseMessage :: Parser AuxData buildMessage :: AuxData -> Builder | |
| 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
data BigInt'BigInt #
Constructors
| BigInt'Int !Int64 | |
| BigInt'BigUInt !ByteString | |
| BigInt'BigNInt !ByteString |
Instances
Instances
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 packedMessageDescriptor :: Proxy BlockBody -> ByteString packedFileDescriptor :: Proxy BlockBody -> ByteString defMessage :: BlockBody # fieldsByTag :: Map Tag (FieldDescriptor BlockBody) fieldsByTextFormatName :: Map String (FieldDescriptor BlockBody) unknownFields :: Lens' BlockBody FieldSet parseMessage :: Parser BlockBody buildMessage :: BlockBody -> Builder | |
| HasField Block "body" BlockBody # | |
| HasField Block "maybe'body" (Maybe BlockBody) # | |
| HasField BlockBody "tx" [Tx] # | |
| HasField BlockBody "vec'tx" (Vector Tx) # | |
data BlockHeader #
Instances
data BlockVersionData #
Instances
data BootstrapWitness #
Instances
data Certificate #
Instances
data Certificate'Certificate #
Constructors
Instances
data CertificatePattern #
Instances
data CertificatePattern'CertificateType #
Constructors
Instances
data Collateral #
Instances
Instances
data Committee'MembersEntry #
Instances
data Constitution #
Instances
Instances
Instances
data CostModelMap #
Instances
data CostModels #
Instances
Instances
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
Instances
data EraBoundary #
Instances
data EraSummaries #
Instances
data EraSummary #
Instances
data EvalReport #
Instances
Instances
Instances
data ExtraEntropy #
Instances
Instances
Instances
data Genesis'AvvmDistrEntry #
Instances
data Genesis'BootStakeholdersEntry #
Instances
data Genesis'GenDelegsEntry #
Instances
data Genesis'HeavyDelegationEntry #
Instances
data Genesis'InitialFundsEntry #
Instances
data Genesis'NonAvvmBalancesEntry #
Instances
data Genesis'VssCertsEntry #
Instances
data GenesisKeyDelegationCert #
Instances
data GetStakePoolDistribution #
Instances
data GovernanceAction #
Instances
data GovernanceAction'GovernanceAction #
Constructors
Instances
data GovernanceActionId #
Instances
data GovernanceActionProposal #
Instances
data HardForkInitiationAction #
Instances
data HeavyDelegation #
Instances
data InfoAction #
Instances
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 packedMessageDescriptor :: Proxy Metadata -> ByteString packedFileDescriptor :: Proxy Metadata -> ByteString defMessage :: Metadata # fieldsByTag :: Map Tag (FieldDescriptor Metadata) fieldsByTextFormatName :: Map String (FieldDescriptor Metadata) unknownFields :: Lens' Metadata FieldSet parseMessage :: Parser Metadata buildMessage :: Metadata -> Builder | |
| 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
data Metadatum'Metadatum #
Constructors
| Metadatum'Int !Int64 | |
| Metadatum'Bytes !ByteString | |
| Metadatum'Text !Text | |
| Metadatum'Array !MetadatumArray | |
| Metadatum'Map !MetadatumMap |
Instances
data MetadatumArray #
Instances
data MetadatumMap #
Instances
data MetadatumPair #
Instances
Instances
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
Instances
data Multiasset #
Instances
data NativeScript #
Instances
data NativeScript'NativeScript #
Constructors
Instances
data NativeScriptList #
Instances
data NewCommitteeCredentials #
Instances
data NewConstitutionAction #
Instances
data NoConfidenceAction #
Instances
Instances
data ParameterChangeAction #
Instances
data PlutusData #
Instances
data PlutusData'PlutusData #
Constructors
| PlutusData'Constr !Constr | |
| PlutusData'Map !PlutusDataMap | |
| PlutusData'BigInt !BigInt | |
| PlutusData'BoundedBytes !ByteString | |
| PlutusData'Array !PlutusDataArray |
Instances
data PlutusDataArray #
Instances
data PlutusDataMap #
Instances
data PlutusDataPair #
Instances
data PoolMetadata #
Instances
data PoolRegistrationCert #
Instances
data PoolRegistrationPattern #
Instances
data PoolRetirementCert #
Instances
data PoolRetirementPattern #
Instances
data PoolStakeShare #
Instances
data PoolVotingThresholds #
Instances
data ProtocolConsts #
Instances
data ProtocolVersion #
Instances
data RationalNumber #
Instances
Instances
data RedeemerPurpose #
Constructors
Instances
data RedeemerPurpose'UnrecognizedValue #
Instances
Instances
data RegDRepCert #
Instances
Instances
data ResignCommitteeColdCert #
Instances
Instances
data Script'Script #
Constructors
| Script'Native !NativeScript | |
| Script'PlutusV1 !ByteString | |
| Script'PlutusV2 !ByteString | |
| Script'PlutusV3 !ByteString | |
| Script'PlutusV4 !ByteString |
Instances
data ScriptNOfK #
Instances
data SoftforkRule #
Instances
data StakeCredential #
Instances
data StakeCredential'StakeCredential #
Instances
data StakeDelegationCert #
Instances
data StakeDelegationPattern #
Instances
data StakePoolDistribution #
Instances
data StakeRegDelegCert #
Instances
data StakeVoteDelegCert #
Instances
data StakeVoteRegDelegCert #
Instances
Instances
data StateData'Result #
Constructors
| StateData'StakePoolDistribution !StakePoolDistribution |
Instances
data StateQuery #
Instances
data StateQuery'Query #
Constructors
| StateQuery'StakePoolDistribution !GetStakePoolDistribution |
Instances
data TreasuryWithdrawalsAction #
Instances
Instances
Instances
data TxFeePolicy #
Instances
Instances
Instances
data TxOutputPattern #
Instances
Instances
data TxValidity #
Instances
Instances
data UnRegDRepCert #
Instances
data UpdateCommitteeAction #
Instances
data UpdateDRepCert #
Instances
data VKeyWitness #
Instances
Constructors
| VOTE_UNSPECIFIED | |
| VOTE_NO | |
| VOTE_YES | |
| VOTE_ABSTAIN | |
| Vote'Unrecognized !Vote'UnrecognizedValue |
Instances
| NFData Vote # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Eq Vote # | |
| Ord Vote # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano | |
| Bounded Vote # | |
| Enum Vote # | |
| Show Vote # | |
| FieldDefault Vote # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldDefault :: Vote # | |
| MessageEnum Vote # | |
| HasField VotingProcedure "vote" Vote # | |
Defined in Proto.Utxorpc.V1beta.Cardano.Cardano Methods fieldOf :: Functor f => Proxy# "vote" -> (Vote -> f Vote) -> VotingProcedure -> f VotingProcedure # | |
data Vote'UnrecognizedValue #
Instances
data VoteDelegCert #
Instances
data VoteRegDelegCert #
Instances
data VoterVotes #
Instances
data VoterVotes'Voter #
Constructors
| VoterVotes'ConstitutionalCommittee !StakeCredential | |
| VoterVotes'Drep !StakeCredential | |
| VoterVotes'Spo !ByteString |
Instances
data VotingProcedure #
Instances
data VotingThresholds #
Instances
Instances
data Withdrawal #
Instances
data WithdrawalAmount #
Instances
data WitnessSet #
Instances
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 #
constitutionalCommittee :: (Functor f, HasField s "constitutionalCommittee" 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'constitutionalCommittee :: (Functor f, HasField s "maybe'constitutionalCommittee" 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'stakeFraction :: (Functor f, HasField s "maybe'stakeFraction" a) => LensLike' f s a #
maybe'stakeKeyDeposit :: (Functor f, HasField s "maybe'stakeKeyDeposit" a) => LensLike' f s a #
maybe'stakePoolDistribution :: (Functor f, HasField s "maybe'stakePoolDistribution" 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'voter :: (Functor f, HasField s "maybe'voter" 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 #
poolKeyhashes :: (Functor f, HasField s "poolKeyhashes" 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 #
stakeFraction :: (Functor f, HasField s "stakeFraction" a) => LensLike' f s a #
stakeKeyDeposit :: (Functor f, HasField s "stakeKeyDeposit" a) => LensLike' f s a #
stakePoolDistribution :: (Functor f, HasField s "stakePoolDistribution" 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'poolKeyhashes :: (Functor f, HasField s "vec'poolKeyhashes" 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 #