Safe Haskell | None |
---|---|
Language | Haskell2010 |
Cardano.CLI.Types
Synopsis
- data CBORObject
- newtype CertificateFile = CertificateFile {}
- newtype GenesisFile = GenesisFile {}
- data OutputFormat
- data QueryFilter
- = FilterByAddress !(Set (Address Shelley))
- | NoFilter
- newtype SigningKeyFile = SigningKeyFile {}
- data SigningKeyOrScriptFile
- newtype SocketPath = SocketPath {}
- newtype ScriptFile = ScriptFile {}
- newtype UpdateProposalFile = UpdateProposalFile {}
- newtype VerificationKeyFile = VerificationKeyFile {}
Documentation
data CBORObject Source #
Specify what the CBOR file is i.e a block, a tx, etc
Constructors
CBORBlockByron EpochSlots | |
CBORDelegationCertificateByron | |
CBORTxByron | |
CBORUpdateProposalByron | |
CBORVoteByron |
Instances
Show CBORObject Source # | |
Defined in Cardano.CLI.Types Methods showsPrec :: Int -> CBORObject -> ShowS # show :: CBORObject -> String # showList :: [CBORObject] -> ShowS # |
newtype CertificateFile Source #
Constructors
CertificateFile | |
Fields |
Instances
Eq CertificateFile Source # | |
Defined in Cardano.CLI.Types Methods (==) :: CertificateFile -> CertificateFile -> Bool # (/=) :: CertificateFile -> CertificateFile -> Bool # | |
Show CertificateFile Source # | |
Defined in Cardano.CLI.Types Methods showsPrec :: Int -> CertificateFile -> ShowS # show :: CertificateFile -> String # showList :: [CertificateFile] -> ShowS # |
newtype GenesisFile Source #
Constructors
GenesisFile | |
Fields |
Instances
Eq GenesisFile Source # | |
Defined in Cardano.CLI.Types | |
Ord GenesisFile Source # | |
Defined in Cardano.CLI.Types Methods compare :: GenesisFile -> GenesisFile -> Ordering # (<) :: GenesisFile -> GenesisFile -> Bool # (<=) :: GenesisFile -> GenesisFile -> Bool # (>) :: GenesisFile -> GenesisFile -> Bool # (>=) :: GenesisFile -> GenesisFile -> Bool # max :: GenesisFile -> GenesisFile -> GenesisFile # min :: GenesisFile -> GenesisFile -> GenesisFile # | |
Show GenesisFile Source # | |
Defined in Cardano.CLI.Types Methods showsPrec :: Int -> GenesisFile -> ShowS # show :: GenesisFile -> String # showList :: [GenesisFile] -> ShowS # | |
IsString GenesisFile Source # | |
Defined in Cardano.CLI.Types Methods fromString :: String -> GenesisFile # | |
FromJSON GenesisFile Source # | |
Defined in Cardano.CLI.Types Methods parseJSON :: Value -> Parser GenesisFile Source # parseJSONList :: Value -> Parser [GenesisFile] Source # |
data OutputFormat Source #
The desired output format.
Constructors
OutputFormatHex | |
OutputFormatBech32 |
Instances
Eq OutputFormat Source # | |
Defined in Cardano.CLI.Types | |
Show OutputFormat Source # | |
Defined in Cardano.CLI.Types Methods showsPrec :: Int -> OutputFormat -> ShowS # show :: OutputFormat -> String # showList :: [OutputFormat] -> ShowS # |
data QueryFilter Source #
UTxO query filtering options.
Constructors
FilterByAddress !(Set (Address Shelley)) | |
NoFilter |
Instances
Eq QueryFilter Source # | |
Defined in Cardano.CLI.Types | |
Show QueryFilter Source # | |
Defined in Cardano.CLI.Types Methods showsPrec :: Int -> QueryFilter -> ShowS # show :: QueryFilter -> String # showList :: [QueryFilter] -> ShowS # |
newtype SigningKeyFile Source #
Constructors
SigningKeyFile | |
Fields |
Instances
Eq SigningKeyFile Source # | |
Defined in Cardano.CLI.Types Methods (==) :: SigningKeyFile -> SigningKeyFile -> Bool # (/=) :: SigningKeyFile -> SigningKeyFile -> Bool # | |
Ord SigningKeyFile Source # | |
Defined in Cardano.CLI.Types Methods compare :: SigningKeyFile -> SigningKeyFile -> Ordering # (<) :: SigningKeyFile -> SigningKeyFile -> Bool # (<=) :: SigningKeyFile -> SigningKeyFile -> Bool # (>) :: SigningKeyFile -> SigningKeyFile -> Bool # (>=) :: SigningKeyFile -> SigningKeyFile -> Bool # max :: SigningKeyFile -> SigningKeyFile -> SigningKeyFile # min :: SigningKeyFile -> SigningKeyFile -> SigningKeyFile # | |
Show SigningKeyFile Source # | |
Defined in Cardano.CLI.Types Methods showsPrec :: Int -> SigningKeyFile -> ShowS # show :: SigningKeyFile -> String # showList :: [SigningKeyFile] -> ShowS # | |
IsString SigningKeyFile Source # | |
Defined in Cardano.CLI.Types Methods fromString :: String -> SigningKeyFile # |
data SigningKeyOrScriptFile Source #
Constructors
ScriptFileForWitness FilePath | |
SigningKeyFileForWitness FilePath |
Instances
Eq SigningKeyOrScriptFile Source # | |
Defined in Cardano.CLI.Types Methods (==) :: SigningKeyOrScriptFile -> SigningKeyOrScriptFile -> Bool # (/=) :: SigningKeyOrScriptFile -> SigningKeyOrScriptFile -> Bool # | |
Show SigningKeyOrScriptFile Source # | |
Defined in Cardano.CLI.Types Methods showsPrec :: Int -> SigningKeyOrScriptFile -> ShowS # show :: SigningKeyOrScriptFile -> String # showList :: [SigningKeyOrScriptFile] -> ShowS # |
newtype SocketPath Source #
Constructors
SocketPath | |
Fields |
newtype ScriptFile Source #
Constructors
ScriptFile | |
Fields |
Instances
Eq ScriptFile Source # | |
Defined in Cardano.CLI.Types | |
Show ScriptFile Source # | |
Defined in Cardano.CLI.Types Methods showsPrec :: Int -> ScriptFile -> ShowS # show :: ScriptFile -> String # showList :: [ScriptFile] -> ShowS # |
newtype UpdateProposalFile Source #
Constructors
UpdateProposalFile | |
Fields |
Instances
Eq UpdateProposalFile Source # | |
Defined in Cardano.CLI.Types Methods (==) :: UpdateProposalFile -> UpdateProposalFile -> Bool # (/=) :: UpdateProposalFile -> UpdateProposalFile -> Bool # | |
Show UpdateProposalFile Source # | |
Defined in Cardano.CLI.Types Methods showsPrec :: Int -> UpdateProposalFile -> ShowS # show :: UpdateProposalFile -> String # showList :: [UpdateProposalFile] -> ShowS # |
newtype VerificationKeyFile Source #
Constructors
VerificationKeyFile | |
Fields |
Instances
Eq VerificationKeyFile Source # | |
Defined in Cardano.CLI.Types Methods (==) :: VerificationKeyFile -> VerificationKeyFile -> Bool # (/=) :: VerificationKeyFile -> VerificationKeyFile -> Bool # | |
Show VerificationKeyFile Source # | |
Defined in Cardano.CLI.Types Methods showsPrec :: Int -> VerificationKeyFile -> ShowS # show :: VerificationKeyFile -> String # showList :: [VerificationKeyFile] -> ShowS # |