Ledger.Credential.Orphans
Contents
Methods
hashWithSalt :: Int -> StakingCredential -> Int Source #
hash :: StakingCredential -> Int Source #
hashWithSalt :: Int -> Credential -> Int Source #
hash :: Credential -> Int Source #
toJSON :: StakingCredential -> Value Source #
toEncoding :: StakingCredential -> Encoding Source #
toJSONList :: [StakingCredential] -> Value Source #
toEncodingList :: [StakingCredential] -> Encoding Source #
toJSON :: Credential -> Value Source #
toEncoding :: Credential -> Encoding Source #
toJSONList :: [Credential] -> Value Source #
toEncodingList :: [Credential] -> Encoding Source #
parseJSON :: Value -> Parser StakingCredential Source #
parseJSONList :: Value -> Parser [StakingCredential] Source #
parseJSON :: Value -> Parser Credential Source #
parseJSONList :: Value -> Parser [Credential] Source #
declareNamedSchema :: Proxy StakingCredential -> Declare (Definitions Schema) NamedSchema Source #
declareNamedSchema :: Proxy Credential -> Declare (Definitions Schema) NamedSchema Source #
encode :: StakingCredential -> Encoding Source #
decode :: Decoder s StakingCredential Source #
encodeList :: [StakingCredential] -> Encoding Source #
decodeList :: Decoder s [StakingCredential] Source #
encode :: Credential -> Encoding Source #
decode :: Decoder s Credential Source #
encodeList :: [Credential] -> Encoding Source #
decodeList :: Decoder s [Credential] Source #