polysemy-blockfrost-0.1.3.0: Polysemy wrapper around the Blockfrost client
Safe HaskellSafe-Inferred
LanguageHaskell2010

Polysemy.Blockfrost.Api

Synopsis

Documentation

data AccountDelegation #

Account delegations and associated transaction IDs

Constructors

AccountDelegation 

Fields

Instances

Instances details
FromJSON AccountDelegation 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

ToJSON AccountDelegation 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Generic AccountDelegation 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Associated Types

type Rep AccountDelegation :: Type -> Type #

Show AccountDelegation 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Eq AccountDelegation 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

ToSample AccountDelegation 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

type Rep AccountDelegation 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

type Rep AccountDelegation = D1 ('MetaData "AccountDelegation" "Blockfrost.Types.Cardano.Accounts" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "AccountDelegation" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_accountDelegationActiveEpoch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Epoch) :*: S1 ('MetaSel ('Just "_accountDelegationTxHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TxHash)) :*: (S1 ('MetaSel ('Just "_accountDelegationAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: S1 ('MetaSel ('Just "_accountDelegationPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PoolId))))

data AccountHistory #

History of accounts stake delegation

Constructors

AccountHistory 

Fields

Instances

Instances details
FromJSON AccountHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

ToJSON AccountHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Generic AccountHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Associated Types

type Rep AccountHistory :: Type -> Type #

Show AccountHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Eq AccountHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

ToSample AccountHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

type Rep AccountHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

type Rep AccountHistory = D1 ('MetaData "AccountHistory" "Blockfrost.Types.Cardano.Accounts" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "AccountHistory" 'PrefixI 'True) (S1 ('MetaSel ('Just "_accountHistoryActiveEpoch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: (S1 ('MetaSel ('Just "_accountHistoryAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: S1 ('MetaSel ('Just "_accountHistoryPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PoolId))))

data AccountInfo #

Information about an account, identified by its stake address

Constructors

AccountInfo 

Fields

Instances

Instances details
FromJSON AccountInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

ToJSON AccountInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Generic AccountInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Associated Types

type Rep AccountInfo :: Type -> Type #

Show AccountInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Eq AccountInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

ToSample AccountInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

type Rep AccountInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

type Rep AccountInfo = D1 ('MetaData "AccountInfo" "Blockfrost.Types.Cardano.Accounts" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "AccountInfo" 'PrefixI 'True) (((S1 ('MetaSel ('Just "_accountInfoStakeAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Address) :*: S1 ('MetaSel ('Just "_accountInfoActive") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)) :*: (S1 ('MetaSel ('Just "_accountInfoActiveEpoch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "_accountInfoControlledAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: S1 ('MetaSel ('Just "_accountInfoRewardsSum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces)))) :*: ((S1 ('MetaSel ('Just "_accountInfoWithdrawalsSum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: S1 ('MetaSel ('Just "_accountInfoReservesSum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces)) :*: (S1 ('MetaSel ('Just "_accountInfoTreasurySum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: (S1 ('MetaSel ('Just "_accountInfoWithdrawableAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: S1 ('MetaSel ('Just "_accountInfoPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe PoolId)))))))

data AccountMir #

Account MIR (Move Instantaneous Reward)

Constructors

AccountMir 

Fields

Instances

Instances details
FromJSON AccountMir 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

ToJSON AccountMir 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Generic AccountMir 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Associated Types

type Rep AccountMir :: Type -> Type #

Show AccountMir 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Eq AccountMir 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

ToSample AccountMir 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

type Rep AccountMir 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

type Rep AccountMir = D1 ('MetaData "AccountMir" "Blockfrost.Types.Cardano.Accounts" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "AccountMir" 'PrefixI 'True) (S1 ('MetaSel ('Just "_accountMirAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: S1 ('MetaSel ('Just "_accountMirTxHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TxHash)))

data AccountRegistration #

Account (de)registration

Constructors

AccountRegistration 

Fields

Instances

Instances details
FromJSON AccountRegistration 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

ToJSON AccountRegistration 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Generic AccountRegistration 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Associated Types

type Rep AccountRegistration :: Type -> Type #

Show AccountRegistration 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Eq AccountRegistration 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

ToSample AccountRegistration 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

type Rep AccountRegistration 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

type Rep AccountRegistration = D1 ('MetaData "AccountRegistration" "Blockfrost.Types.Cardano.Accounts" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "AccountRegistration" 'PrefixI 'True) (S1 ('MetaSel ('Just "_accountRegistrationAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 AccountRegistrationAction) :*: S1 ('MetaSel ('Just "_accountRegistrationTxHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TxHash)))

data AccountRegistrationAction #

Registration action

Constructors

Registered 
Deregistered 

Instances

Instances details
FromJSON AccountRegistrationAction 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

ToJSON AccountRegistrationAction 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Generic AccountRegistrationAction 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Associated Types

type Rep AccountRegistrationAction :: Type -> Type #

Show AccountRegistrationAction 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Eq AccountRegistrationAction 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

ToSample AccountRegistrationAction 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

type Rep AccountRegistrationAction 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

type Rep AccountRegistrationAction = D1 ('MetaData "AccountRegistrationAction" "Blockfrost.Types.Cardano.Accounts" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "Registered" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Deregistered" 'PrefixI 'False) (U1 :: Type -> Type))

data AccountReward #

Reward received by an account

Constructors

AccountReward 

Fields

Instances

Instances details
FromJSON AccountReward 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

ToJSON AccountReward 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Generic AccountReward 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Associated Types

type Rep AccountReward :: Type -> Type #

Show AccountReward 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Eq AccountReward 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

ToSample AccountReward 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

type Rep AccountReward 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

type Rep AccountReward = D1 ('MetaData "AccountReward" "Blockfrost.Types.Cardano.Accounts" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "AccountReward" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_accountRewardEpoch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Epoch) :*: S1 ('MetaSel ('Just "_accountRewardAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces)) :*: (S1 ('MetaSel ('Just "_accountRewardPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PoolId) :*: S1 ('MetaSel ('Just "_accountRewardType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 RewardType))))

data AccountWithdrawal #

Withdrawal from an account

Constructors

AccountWithdrawal 

Fields

Instances

Instances details
FromJSON AccountWithdrawal 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

ToJSON AccountWithdrawal 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Generic AccountWithdrawal 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Associated Types

type Rep AccountWithdrawal :: Type -> Type #

Show AccountWithdrawal 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Eq AccountWithdrawal 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

ToSample AccountWithdrawal 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

type Rep AccountWithdrawal 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

type Rep AccountWithdrawal = D1 ('MetaData "AccountWithdrawal" "Blockfrost.Types.Cardano.Accounts" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "AccountWithdrawal" 'PrefixI 'True) (S1 ('MetaSel ('Just "_accountWithdrawalAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: S1 ('MetaSel ('Just "_accountWithdrawalTxHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TxHash)))

newtype Address #

Constructors

Address Text 

Instances

Instances details
FromJSON Address 
Instance details

Defined in Blockfrost.Types.Shared.Address

ToJSON Address 
Instance details

Defined in Blockfrost.Types.Shared.Address

IsString Address 
Instance details

Defined in Blockfrost.Types.Shared.Address

Methods

fromString :: String -> Address #

Generic Address 
Instance details

Defined in Blockfrost.Types.Shared.Address

Associated Types

type Rep Address :: Type -> Type #

Methods

from :: Address -> Rep Address x #

to :: Rep Address x -> Address #

Show Address 
Instance details

Defined in Blockfrost.Types.Shared.Address

Eq Address 
Instance details

Defined in Blockfrost.Types.Shared.Address

Methods

(==) :: Address -> Address -> Bool #

(/=) :: Address -> Address -> Bool #

Ord Address 
Instance details

Defined in Blockfrost.Types.Shared.Address

FromHttpApiData Address 
Instance details

Defined in Blockfrost.Types.Shared.Address

ToHttpApiData Address 
Instance details

Defined in Blockfrost.Types.Shared.Address

ToSample Address 
Instance details

Defined in Blockfrost.Types.Shared.Address

Methods

toSamples :: Proxy Address -> [(Text, Address)] #

ToCapture (Capture "address" Address) 
Instance details

Defined in Blockfrost.Types.Shared.Address

Methods

toCapture :: Proxy (Capture "address" Address) -> DocCapture #

ToCapture (Capture "stake_address" Address) 
Instance details

Defined in Blockfrost.Types.Shared.Address

Methods

toCapture :: Proxy (Capture "stake_address" Address) -> DocCapture #

FromJSON (Address, NutlinkTicker) 
Instance details

Defined in Blockfrost.Types.NutLink

ToJSON (Address, NutlinkTicker) 
Instance details

Defined in Blockfrost.Types.NutLink

type Rep Address 
Instance details

Defined in Blockfrost.Types.Shared.Address

type Rep Address = D1 ('MetaData "Address" "Blockfrost.Types.Shared.Address" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "Address" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

newtype AddressAssociated #

Address associated with an account address

Instances

Instances details
FromJSON AddressAssociated 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

ToJSON AddressAssociated 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Generic AddressAssociated 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Associated Types

type Rep AddressAssociated :: Type -> Type #

Show AddressAssociated 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Eq AddressAssociated 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

ToSample AddressAssociated 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

type Rep AddressAssociated 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

type Rep AddressAssociated = D1 ('MetaData "AddressAssociated" "Blockfrost.Types.Cardano.Accounts" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "AddressAssociated" 'PrefixI 'True) (S1 ('MetaSel ('Just "_addressAssociatedAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Address)))

data AddressAssociatedTotal #

Detailed information about account associated addresses

Constructors

AddressAssociatedTotal 

Fields

Instances

Instances details
FromJSON AddressAssociatedTotal 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

ToJSON AddressAssociatedTotal 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Generic AddressAssociatedTotal 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Associated Types

type Rep AddressAssociatedTotal :: Type -> Type #

Show AddressAssociatedTotal 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Eq AddressAssociatedTotal 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

ToSample AddressAssociatedTotal 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

type Rep AddressAssociatedTotal 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

type Rep AddressAssociatedTotal = D1 ('MetaData "AddressAssociatedTotal" "Blockfrost.Types.Cardano.Accounts" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "AddressAssociatedTotal" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_addressAssociatedTotalStakeAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Address) :*: S1 ('MetaSel ('Just "_addressAssociatedTotalReceivedSum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Amount])) :*: (S1 ('MetaSel ('Just "_addressAssociatedTotalSentSum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Amount]) :*: S1 ('MetaSel ('Just "_addressAssociatedTotalTxCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer))))

data AddressDetails #

Details about Cardano address

Constructors

AddressDetails 

Fields

Instances

Instances details
FromJSON AddressDetails 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

ToJSON AddressDetails 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Generic AddressDetails 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Associated Types

type Rep AddressDetails :: Type -> Type #

Show AddressDetails 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Eq AddressDetails 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

ToSample AddressDetails 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

type Rep AddressDetails 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

type Rep AddressDetails = D1 ('MetaData "AddressDetails" "Blockfrost.Types.Cardano.Addresses" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "AddressDetails" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_addressDetailsAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Address) :*: S1 ('MetaSel ('Just "_addressDetailsReceivedSum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Amount])) :*: (S1 ('MetaSel ('Just "_addressDetailsSentSum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Amount]) :*: S1 ('MetaSel ('Just "_addressDetailsTxCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer))))

data AddressInfo #

Information about Cardano address

Constructors

AddressInfo 

Fields

Instances

Instances details
FromJSON AddressInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

ToJSON AddressInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Generic AddressInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Associated Types

type Rep AddressInfo :: Type -> Type #

Show AddressInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Eq AddressInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

ToSample AddressInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

type Rep AddressInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

type Rep AddressInfo = D1 ('MetaData "AddressInfo" "Blockfrost.Types.Cardano.Addresses" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "AddressInfo" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_addressInfoAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Address) :*: S1 ('MetaSel ('Just "_addressInfoAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Amount])) :*: (S1 ('MetaSel ('Just "_addressInfoStakeAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Address)) :*: (S1 ('MetaSel ('Just "_addressInfoType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 AddressType) :*: S1 ('MetaSel ('Just "_addressInfoScript") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))))

data AddressInfoExtended #

Information about Cardano address

Constructors

AddressInfoExtended 

Fields

Instances

Instances details
FromJSON AddressInfoExtended 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

ToJSON AddressInfoExtended 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Generic AddressInfoExtended 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Associated Types

type Rep AddressInfoExtended :: Type -> Type #

Show AddressInfoExtended 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Eq AddressInfoExtended 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

ToSample AddressInfoExtended 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

type Rep AddressInfoExtended 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

type Rep AddressInfoExtended = D1 ('MetaData "AddressInfoExtended" "Blockfrost.Types.Cardano.Addresses" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "AddressInfoExtended" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_addressInfoExtendedAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Address) :*: S1 ('MetaSel ('Just "_addressInfoExtendedAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [AmountExtended])) :*: (S1 ('MetaSel ('Just "_addressInfoExtendedStakeAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Address)) :*: (S1 ('MetaSel ('Just "_addressInfoExtendedType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 AddressType) :*: S1 ('MetaSel ('Just "_addressInfoExtendedScript") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))))

data AddressTransaction #

Transactions on the address

Constructors

AddressTransaction 

Fields

Instances

Instances details
FromJSON AddressTransaction 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

ToJSON AddressTransaction 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Generic AddressTransaction 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Associated Types

type Rep AddressTransaction :: Type -> Type #

Show AddressTransaction 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Eq AddressTransaction 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

ToSample AddressTransaction 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

type Rep AddressTransaction 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

type Rep AddressTransaction = D1 ('MetaData "AddressTransaction" "Blockfrost.Types.Cardano.Addresses" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "AddressTransaction" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_addressTransactionTxHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TxHash) :*: S1 ('MetaSel ('Just "_addressTransactionTxIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)) :*: (S1 ('MetaSel ('Just "_addressTransactionBlockHeight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_addressTransactionBlockTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 POSIXTime))))

data AddressType #

Type (era) of an address

Constructors

Byron 
Shelley 

Instances

Instances details
FromJSON AddressType 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

ToJSON AddressType 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Generic AddressType 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Associated Types

type Rep AddressType :: Type -> Type #

Show AddressType 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Eq AddressType 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

ToSample AddressType 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

type Rep AddressType 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

type Rep AddressType = D1 ('MetaData "AddressType" "Blockfrost.Types.Cardano.Addresses" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "Byron" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Shelley" 'PrefixI 'False) (U1 :: Type -> Type))

data AddressUtxo #

UTxOs of the address

Constructors

AddressUtxo 

Fields

Instances

Instances details
FromJSON AddressUtxo 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

ToJSON AddressUtxo 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Generic AddressUtxo 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Associated Types

type Rep AddressUtxo :: Type -> Type #

Show AddressUtxo 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

Eq AddressUtxo 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

ToSample AddressUtxo 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

type Rep AddressUtxo 
Instance details

Defined in Blockfrost.Types.Cardano.Addresses

type Rep AddressUtxo = D1 ('MetaData "AddressUtxo" "Blockfrost.Types.Cardano.Addresses" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "AddressUtxo" 'PrefixI 'True) (((S1 ('MetaSel ('Just "_addressUtxoAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Address) :*: S1 ('MetaSel ('Just "_addressUtxoTxHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TxHash)) :*: (S1 ('MetaSel ('Just "_addressUtxoOutputIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_addressUtxoAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Amount]))) :*: ((S1 ('MetaSel ('Just "_addressUtxoBlock") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 BlockHash) :*: S1 ('MetaSel ('Just "_addressUtxoDataHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe DatumHash))) :*: (S1 ('MetaSel ('Just "_addressUtxoInlineDatum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe InlineDatum)) :*: S1 ('MetaSel ('Just "_addressUtxoReferenceScriptHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe ScriptHash))))))

data Amount #

Amount, which is either `AdaAmount Lovelaces` representing amount of lovelaces or `AssetAmount SomeDiscrete` for asset amounts, identified by concatenation of asset policy ID and hex-encoded asset_name

Instances

Instances details
FromJSON Amount 
Instance details

Defined in Blockfrost.Types.Shared.Amount

ToJSON Amount 
Instance details

Defined in Blockfrost.Types.Shared.Amount

Generic Amount 
Instance details

Defined in Blockfrost.Types.Shared.Amount

Associated Types

type Rep Amount :: Type -> Type #

Methods

from :: Amount -> Rep Amount x #

to :: Rep Amount x -> Amount #

Show Amount 
Instance details

Defined in Blockfrost.Types.Shared.Amount

Eq Amount 
Instance details

Defined in Blockfrost.Types.Shared.Amount

Methods

(==) :: Amount -> Amount -> Bool #

(/=) :: Amount -> Amount -> Bool #

Ord Amount 
Instance details

Defined in Blockfrost.Types.Shared.Amount

ToSample Amount 
Instance details

Defined in Blockfrost.Types.Shared.Amount

Methods

toSamples :: Proxy Amount -> [(Text, Amount)] #

type Rep Amount 
Instance details

Defined in Blockfrost.Types.Shared.Amount

type Rep Amount = D1 ('MetaData "Amount" "Blockfrost.Types.Shared.Amount" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "AdaAmount" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces)) :+: C1 ('MetaCons "AssetAmount" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SomeDiscrete)))

data AssetAction #

Action of the asset. Created (Minted) or destroyed (Burned).

Constructors

Minted 
Burned 

Instances

Instances details
FromJSON AssetAction 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

ToJSON AssetAction 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Generic AssetAction 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Associated Types

type Rep AssetAction :: Type -> Type #

Show AssetAction 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Eq AssetAction 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

ToSample AssetAction 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

type Rep AssetAction 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

type Rep AssetAction = D1 ('MetaData "AssetAction" "Blockfrost.Types.Cardano.Assets" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "Minted" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Burned" 'PrefixI 'False) (U1 :: Type -> Type))

data AssetAddress #

An address containing specific asset

Constructors

AssetAddress 

Fields

Instances

Instances details
FromJSON AssetAddress 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

ToJSON AssetAddress 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Generic AssetAddress 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Associated Types

type Rep AssetAddress :: Type -> Type #

Show AssetAddress 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Eq AssetAddress 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

ToSample AssetAddress 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

type Rep AssetAddress 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

type Rep AssetAddress = D1 ('MetaData "AssetAddress" "Blockfrost.Types.Cardano.Assets" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "AssetAddress" 'PrefixI 'True) (S1 ('MetaSel ('Just "_assetAddressAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Address) :*: S1 ('MetaSel ('Just "_assetAddressQuantity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Quantity)))

data AssetDetails #

Details of an asset

Constructors

AssetDetails 

Fields

Instances

Instances details
FromJSON AssetDetails 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

ToJSON AssetDetails 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Generic AssetDetails 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Associated Types

type Rep AssetDetails :: Type -> Type #

Show AssetDetails 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Eq AssetDetails 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

ToSample AssetDetails 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

type Rep AssetDetails 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

type Rep AssetDetails = D1 ('MetaData "AssetDetails" "Blockfrost.Types.Cardano.Assets" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "AssetDetails" 'PrefixI 'True) (((S1 ('MetaSel ('Just "_assetDetailsAsset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "_assetDetailsPolicyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PolicyId)) :*: (S1 ('MetaSel ('Just "_assetDetailsAssetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "_assetDetailsFingerprint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "_assetDetailsQuantity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Quantity)))) :*: ((S1 ('MetaSel ('Just "_assetDetailsInitialMintTxHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TxHash) :*: (S1 ('MetaSel ('Just "_assetDetailsMintOrBurnCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_assetDetailsOnchainMetadataValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Value)))) :*: (S1 ('MetaSel ('Just "_assetDetailsOnchainStandardMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe AssetOnChainMetadata)) :*: (S1 ('MetaSel ('Just "_assetDetailsMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe AssetMetadata)) :*: S1 ('MetaSel ('Just "_assetDetailsOnchainMetadataExtra") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)))))))

data AssetHistory #

History of an asset

Constructors

AssetHistory 

Fields

Instances

Instances details
FromJSON AssetHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

ToJSON AssetHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Generic AssetHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Associated Types

type Rep AssetHistory :: Type -> Type #

Show AssetHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Eq AssetHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

ToSample AssetHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

type Rep AssetHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

type Rep AssetHistory = D1 ('MetaData "AssetHistory" "Blockfrost.Types.Cardano.Assets" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "AssetHistory" 'PrefixI 'True) (S1 ('MetaSel ('Just "_assetHistoryTxHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TxHash) :*: (S1 ('MetaSel ('Just "_assetHistoryAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Quantity) :*: S1 ('MetaSel ('Just "_assetHistoryAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 AssetAction))))

newtype AssetId #

Concatenation of asset policy ID and hex-encoded asset name

Constructors

AssetId Text 

Instances

Instances details
FromJSON AssetId 
Instance details

Defined in Blockfrost.Types.Shared.AssetId

ToJSON AssetId 
Instance details

Defined in Blockfrost.Types.Shared.AssetId

IsString AssetId 
Instance details

Defined in Blockfrost.Types.Shared.AssetId

Methods

fromString :: String -> AssetId #

Generic AssetId 
Instance details

Defined in Blockfrost.Types.Shared.AssetId

Associated Types

type Rep AssetId :: Type -> Type #

Methods

from :: AssetId -> Rep AssetId x #

to :: Rep AssetId x -> AssetId #

Show AssetId 
Instance details

Defined in Blockfrost.Types.Shared.AssetId

Eq AssetId 
Instance details

Defined in Blockfrost.Types.Shared.AssetId

Methods

(==) :: AssetId -> AssetId -> Bool #

(/=) :: AssetId -> AssetId -> Bool #

Ord AssetId 
Instance details

Defined in Blockfrost.Types.Shared.AssetId

FromHttpApiData AssetId 
Instance details

Defined in Blockfrost.Types.Shared.AssetId

ToHttpApiData AssetId 
Instance details

Defined in Blockfrost.Types.Shared.AssetId

ToSample AssetId 
Instance details

Defined in Blockfrost.Types.Shared.AssetId

Methods

toSamples :: Proxy AssetId -> [(Text, AssetId)] #

ToCapture (Capture "asset" AssetId) 
Instance details

Defined in Blockfrost.Types.Shared.AssetId

Methods

toCapture :: Proxy (Capture "asset" AssetId) -> DocCapture #

type Rep AssetId 
Instance details

Defined in Blockfrost.Types.Shared.AssetId

type Rep AssetId = D1 ('MetaData "AssetId" "Blockfrost.Types.Shared.AssetId" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "AssetId" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

data AssetInfo #

Asset information, result of listing assets

Instances

Instances details
FromJSON AssetInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

ToJSON AssetInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Generic AssetInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Associated Types

type Rep AssetInfo :: Type -> Type #

Show AssetInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Eq AssetInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

ToSample AssetInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

type Rep AssetInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

type Rep AssetInfo = D1 ('MetaData "AssetInfo" "Blockfrost.Types.Cardano.Assets" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "AssetInfo" 'PrefixI 'True) (S1 ('MetaSel ('Just "_assetInfoAsset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "_assetInfoQuantity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Quantity)))

data AssetMetadata #

Asset metadata obtained from Cardano token registry https://github.com/cardano-foundation/cardano-token-registry

Constructors

AssetMetadata 

Fields

Instances

Instances details
FromJSON AssetMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

ToJSON AssetMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Generic AssetMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Associated Types

type Rep AssetMetadata :: Type -> Type #

Show AssetMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Eq AssetMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

ToSample AssetMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

type Rep AssetMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

type Rep AssetMetadata = D1 ('MetaData "AssetMetadata" "Blockfrost.Types.Cardano.Assets" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "AssetMetadata" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_assetMetadataName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "_assetMetadataDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "_assetMetadataTicker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "_assetMetadataUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "_assetMetadataLogo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "_assetMetadataDecimals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Int))))))

data AssetOnChainMetadata #

On-chain metadata stored in the minting transaction under label 721, community discussion around the standard ongoing at https://github.com/cardano-foundation/CIPs/pull/85

Constructors

AssetOnChainMetadata 

Fields

Instances

Instances details
FromJSON AssetOnChainMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

ToJSON AssetOnChainMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Generic AssetOnChainMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Associated Types

type Rep AssetOnChainMetadata :: Type -> Type #

Show AssetOnChainMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Eq AssetOnChainMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

ToSample AssetOnChainMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

type Rep AssetOnChainMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

type Rep AssetOnChainMetadata = D1 ('MetaData "AssetOnChainMetadata" "Blockfrost.Types.Cardano.Assets" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "AssetOnChainMetadata" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_assetOnChainMetadataName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "_assetOnChainMetadataDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "_assetOnChainMetadataImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "_assetOnChainMetadataMediaType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "_assetOnChainMetadataFiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [MetadataMediaFile]))))))

data AssetTransaction #

Transaction of an asset

Constructors

AssetTransaction 

Fields

Instances

Instances details
FromJSON AssetTransaction 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

ToJSON AssetTransaction 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Generic AssetTransaction 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Associated Types

type Rep AssetTransaction :: Type -> Type #

Show AssetTransaction 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Eq AssetTransaction 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

ToSample AssetTransaction 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

type Rep AssetTransaction 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

type Rep AssetTransaction = D1 ('MetaData "AssetTransaction" "Blockfrost.Types.Cardano.Assets" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "AssetTransaction" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_assetTransactionTxHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TxHash) :*: S1 ('MetaSel ('Just "_assetTransactionTxIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)) :*: (S1 ('MetaSel ('Just "_assetTransactionBlockHeight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_assetTransactionBlockTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 POSIXTime))))

data Block #

Information about a block

Constructors

Block 

Fields

Instances

Instances details
FromJSON Block 
Instance details

Defined in Blockfrost.Types.Cardano.Blocks

ToJSON Block 
Instance details

Defined in Blockfrost.Types.Cardano.Blocks

Generic Block 
Instance details

Defined in Blockfrost.Types.Cardano.Blocks

Associated Types

type Rep Block :: Type -> Type #

Methods

from :: Block -> Rep Block x #

to :: Rep Block x -> Block #

Show Block 
Instance details

Defined in Blockfrost.Types.Cardano.Blocks

Methods

showsPrec :: Int -> Block -> ShowS #

show :: Block -> String #

showList :: [Block] -> ShowS #

Eq Block 
Instance details

Defined in Blockfrost.Types.Cardano.Blocks

Methods

(==) :: Block -> Block -> Bool #

(/=) :: Block -> Block -> Bool #

ToSample Block 
Instance details

Defined in Blockfrost.Types.Cardano.Blocks

Methods

toSamples :: Proxy Block -> [(Text, Block)] #

type Rep Block 
Instance details

Defined in Blockfrost.Types.Cardano.Blocks

type Rep Block = D1 ('MetaData "Block" "Blockfrost.Types.Cardano.Blocks" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "Block" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "_blockTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 POSIXTime) :*: S1 ('MetaSel ('Just "_blockHeight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "_blockHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 BlockHash) :*: S1 ('MetaSel ('Just "_blockSlot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Slot)))) :*: ((S1 ('MetaSel ('Just "_blockEpoch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Epoch)) :*: S1 ('MetaSel ('Just "_blockEpochSlot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "_blockSlotLeader") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "_blockSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)))) :*: (((S1 ('MetaSel ('Just "_blockTxCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_blockOutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Lovelaces))) :*: (S1 ('MetaSel ('Just "_blockFees") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Lovelaces)) :*: S1 ('MetaSel ('Just "_blockBlockVrf") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "_blockOpCert") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "_blockOpCertCounter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Quantity))) :*: (S1 ('MetaSel ('Just "_blockPreviousBlock") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe BlockHash)) :*: (S1 ('MetaSel ('Just "_blockNextBlock") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe BlockHash)) :*: S1 ('MetaSel ('Just "_blockConfirmations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)))))))

newtype BlockHash #

Constructors

BlockHash Text 

Instances

Instances details
FromJSON BlockHash 
Instance details

Defined in Blockfrost.Types.Shared.BlockHash

ToJSON BlockHash 
Instance details

Defined in Blockfrost.Types.Shared.BlockHash

IsString BlockHash 
Instance details

Defined in Blockfrost.Types.Shared.BlockHash

Generic BlockHash 
Instance details

Defined in Blockfrost.Types.Shared.BlockHash

Associated Types

type Rep BlockHash :: Type -> Type #

Show BlockHash 
Instance details

Defined in Blockfrost.Types.Shared.BlockHash

Eq BlockHash 
Instance details

Defined in Blockfrost.Types.Shared.BlockHash

Ord BlockHash 
Instance details

Defined in Blockfrost.Types.Shared.BlockHash

FromHttpApiData BlockHash 
Instance details

Defined in Blockfrost.Types.Shared.BlockHash

ToHttpApiData BlockHash 
Instance details

Defined in Blockfrost.Types.Shared.BlockHash

ToSample BlockHash 
Instance details

Defined in Blockfrost.Types.Shared.BlockHash

ToCapture (Capture "block_hash" BlockHash) 
Instance details

Defined in Blockfrost.Types.Shared.BlockHash

Methods

toCapture :: Proxy (Capture "block_hash" BlockHash) -> DocCapture #

ToCapture (Capture "hash_or_number" (Either Integer BlockHash)) 
Instance details

Defined in Blockfrost.Types.Shared.BlockHash

Methods

toCapture :: Proxy (Capture "hash_or_number" (Either Integer BlockHash)) -> DocCapture #

FromHttpApiData (Either Integer BlockHash) 
Instance details

Defined in Blockfrost.Types.Shared.BlockHash

ToHttpApiData (Either Integer BlockHash) 
Instance details

Defined in Blockfrost.Types.Shared.BlockHash

type Rep BlockHash 
Instance details

Defined in Blockfrost.Types.Shared.BlockHash

type Rep BlockHash = D1 ('MetaData "BlockHash" "Blockfrost.Types.Shared.BlockHash" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "BlockHash" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

newtype CBORString #

Wrapper for CBOR encoded ByteStrings used for submitting a transaction

Constructors

CBORString ByteString 

newtype CostModels #

Instances

Instances details
FromJSON CostModels 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

ToJSON CostModels 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

Generic CostModels 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

Associated Types

type Rep CostModels :: Type -> Type #

Show CostModels 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

Eq CostModels 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

ToSample CostModels 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

type Rep CostModels 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

type Rep CostModels = D1 ('MetaData "CostModels" "Blockfrost.Types.Cardano.Epochs" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "CostModels" 'PrefixI 'True) (S1 ('MetaSel ('Just "unCostModels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Map ScriptType (Map Text Integer)))))

newtype DatumHash #

Hash of the datum

Constructors

DatumHash 

Fields

Instances

Instances details
FromJSON DatumHash 
Instance details

Defined in Blockfrost.Types.Shared.DatumHash

ToJSON DatumHash 
Instance details

Defined in Blockfrost.Types.Shared.DatumHash

IsString DatumHash 
Instance details

Defined in Blockfrost.Types.Shared.DatumHash

Generic DatumHash 
Instance details

Defined in Blockfrost.Types.Shared.DatumHash

Associated Types

type Rep DatumHash :: Type -> Type #

Show DatumHash 
Instance details

Defined in Blockfrost.Types.Shared.DatumHash

Eq DatumHash 
Instance details

Defined in Blockfrost.Types.Shared.DatumHash

FromHttpApiData DatumHash 
Instance details

Defined in Blockfrost.Types.Shared.DatumHash

ToHttpApiData DatumHash 
Instance details

Defined in Blockfrost.Types.Shared.DatumHash

ToSample DatumHash 
Instance details

Defined in Blockfrost.Types.Shared.DatumHash

ToCapture (Capture "datum_hash" DatumHash) 
Instance details

Defined in Blockfrost.Types.Shared.DatumHash

Methods

toCapture :: Proxy (Capture "datum_hash" DatumHash) -> DocCapture #

type Rep DatumHash 
Instance details

Defined in Blockfrost.Types.Shared.DatumHash

type Rep DatumHash = D1 ('MetaData "DatumHash" "Blockfrost.Types.Shared.DatumHash" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "DatumHash" 'PrefixI 'True) (S1 ('MetaSel ('Just "unDatumHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

data DerivedAddress #

Derived Shelley address

Constructors

DerivedAddress 

Fields

Instances

Instances details
FromJSON DerivedAddress 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

ToJSON DerivedAddress 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

Generic DerivedAddress 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

Associated Types

type Rep DerivedAddress :: Type -> Type #

Show DerivedAddress 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

Eq DerivedAddress 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

ToSample DerivedAddress 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

type Rep DerivedAddress 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

type Rep DerivedAddress = D1 ('MetaData "DerivedAddress" "Blockfrost.Types.Cardano.Utils" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "DerivedAddress" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_derivedAddressXpub") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "_derivedAddressRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)) :*: (S1 ('MetaSel ('Just "_derivedAddressIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_derivedAddressAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))))

newtype Epoch #

Constructors

Epoch Integer 

Instances

Instances details
FromJSON Epoch 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

ToJSON Epoch 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

Enum Epoch 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

Generic Epoch 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

Associated Types

type Rep Epoch :: Type -> Type #

Methods

from :: Epoch -> Rep Epoch x #

to :: Rep Epoch x -> Epoch #

Num Epoch 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

Integral Epoch 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

Real Epoch 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

Methods

toRational :: Epoch -> Rational #

Show Epoch 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

Methods

showsPrec :: Int -> Epoch -> ShowS #

show :: Epoch -> String #

showList :: [Epoch] -> ShowS #

Eq Epoch 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

Methods

(==) :: Epoch -> Epoch -> Bool #

(/=) :: Epoch -> Epoch -> Bool #

Ord Epoch 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

Methods

compare :: Epoch -> Epoch -> Ordering #

(<) :: Epoch -> Epoch -> Bool #

(<=) :: Epoch -> Epoch -> Bool #

(>) :: Epoch -> Epoch -> Bool #

(>=) :: Epoch -> Epoch -> Bool #

max :: Epoch -> Epoch -> Epoch #

min :: Epoch -> Epoch -> Epoch #

FromHttpApiData Epoch 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

ToHttpApiData Epoch 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

ToSample Epoch 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

Methods

toSamples :: Proxy Epoch -> [(Text, Epoch)] #

ToCapture (Capture "epoch_number" Epoch) 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

Methods

toCapture :: Proxy (Capture "epoch_number" Epoch) -> DocCapture #

type Rep Epoch 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

type Rep Epoch = D1 ('MetaData "Epoch" "Blockfrost.Types.Shared.Epoch" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "Epoch" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)))

data EpochInfo #

Information about an epoch

Constructors

EpochInfo 

Fields

Instances

Instances details
FromJSON EpochInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

ToJSON EpochInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

Generic EpochInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

Associated Types

type Rep EpochInfo :: Type -> Type #

Show EpochInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

Eq EpochInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

ToSample EpochInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

type Rep EpochInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

type Rep EpochInfo = D1 ('MetaData "EpochInfo" "Blockfrost.Types.Cardano.Epochs" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "EpochInfo" 'PrefixI 'True) (((S1 ('MetaSel ('Just "_epochInfoEpoch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Epoch) :*: S1 ('MetaSel ('Just "_epochInfoStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 POSIXTime)) :*: (S1 ('MetaSel ('Just "_epochInfoEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 POSIXTime) :*: (S1 ('MetaSel ('Just "_epochInfoFirstBlockTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 POSIXTime) :*: S1 ('MetaSel ('Just "_epochInfoLastBlockTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 POSIXTime)))) :*: ((S1 ('MetaSel ('Just "_epochInfoBlockCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_epochInfoTxCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)) :*: (S1 ('MetaSel ('Just "_epochInfoOutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: (S1 ('MetaSel ('Just "_epochInfoFees") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: S1 ('MetaSel ('Just "_epochInfoActiveStake") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Lovelaces)))))))

newtype EpochLength #

Constructors

EpochLength Word64 

Instances

Instances details
FromJSON EpochLength 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

ToJSON EpochLength 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

Enum EpochLength 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

Generic EpochLength 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

Associated Types

type Rep EpochLength :: Type -> Type #

Num EpochLength 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

Integral EpochLength 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

Real EpochLength 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

Show EpochLength 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

Eq EpochLength 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

Ord EpochLength 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

FromHttpApiData EpochLength 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

ToHttpApiData EpochLength 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

ToSample EpochLength 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

ToCapture (Capture "epoch_length" EpochLength) 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

Methods

toCapture :: Proxy (Capture "epoch_length" EpochLength) -> DocCapture #

type Rep EpochLength 
Instance details

Defined in Blockfrost.Types.Shared.Epoch

type Rep EpochLength = D1 ('MetaData "EpochLength" "Blockfrost.Types.Shared.Epoch" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "EpochLength" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word64)))

data Genesis #

Information about blockchain genesis

Constructors

Genesis 

Fields

Instances

Instances details
FromJSON Genesis 
Instance details

Defined in Blockfrost.Types.Cardano.Genesis

ToJSON Genesis 
Instance details

Defined in Blockfrost.Types.Cardano.Genesis

Generic Genesis 
Instance details

Defined in Blockfrost.Types.Cardano.Genesis

Associated Types

type Rep Genesis :: Type -> Type #

Methods

from :: Genesis -> Rep Genesis x #

to :: Rep Genesis x -> Genesis #

Show Genesis 
Instance details

Defined in Blockfrost.Types.Cardano.Genesis

Eq Genesis 
Instance details

Defined in Blockfrost.Types.Cardano.Genesis

Methods

(==) :: Genesis -> Genesis -> Bool #

(/=) :: Genesis -> Genesis -> Bool #

ToSample Genesis 
Instance details

Defined in Blockfrost.Types.Cardano.Genesis

Methods

toSamples :: Proxy Genesis -> [(Text, Genesis)] #

type Rep Genesis 
Instance details

Defined in Blockfrost.Types.Cardano.Genesis

type Rep Genesis = D1 ('MetaData "Genesis" "Blockfrost.Types.Cardano.Genesis" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "Genesis" 'PrefixI 'True) (((S1 ('MetaSel ('Just "_genesisActiveSlotsCoefficient") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Rational) :*: S1 ('MetaSel ('Just "_genesisUpdateQuorum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)) :*: (S1 ('MetaSel ('Just "_genesisMaxLovelaceSupply") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: (S1 ('MetaSel ('Just "_genesisNetworkMagic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_genesisEpochLength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)))) :*: ((S1 ('MetaSel ('Just "_genesisSystemStart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 POSIXTime) :*: S1 ('MetaSel ('Just "_genesisSlotsPerKesPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)) :*: (S1 ('MetaSel ('Just "_genesisSlotLength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: (S1 ('MetaSel ('Just "_genesisMaxKesEvolutions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_genesisSecurityParam") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer))))))

newtype Healthy #

Health endpoint reply

Constructors

Healthy 

Fields

Instances

Instances details
FromJSON Healthy 
Instance details

Defined in Blockfrost.Types.Common

ToJSON Healthy 
Instance details

Defined in Blockfrost.Types.Common

Generic Healthy 
Instance details

Defined in Blockfrost.Types.Common

Associated Types

type Rep Healthy :: Type -> Type #

Methods

from :: Healthy -> Rep Healthy x #

to :: Rep Healthy x -> Healthy #

Show Healthy 
Instance details

Defined in Blockfrost.Types.Common

Eq Healthy 
Instance details

Defined in Blockfrost.Types.Common

Methods

(==) :: Healthy -> Healthy -> Bool #

(/=) :: Healthy -> Healthy -> Bool #

ToSample Healthy 
Instance details

Defined in Blockfrost.Types.Common

Methods

toSamples :: Proxy Healthy -> [(Text, Healthy)] #

type Rep Healthy 
Instance details

Defined in Blockfrost.Types.Common

type Rep Healthy = D1 ('MetaData "Healthy" "Blockfrost.Types.Common" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "Healthy" 'PrefixI 'True) (S1 ('MetaSel ('Just "isHealthy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))

newtype InlineDatum #

Constructors

InlineDatum 

Instances

Instances details
FromJSON InlineDatum 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

ToJSON InlineDatum 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Generic InlineDatum 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Associated Types

type Rep InlineDatum :: Type -> Type #

Show InlineDatum 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Eq InlineDatum 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

ToSample InlineDatum 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

type Rep InlineDatum 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

type Rep InlineDatum = D1 ('MetaData "InlineDatum" "Blockfrost.Types.Cardano.Scripts" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "InlineDatum" 'PrefixI 'True) (S1 ('MetaSel ('Just "unInlineDatum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ScriptDatumCBOR)))

data IPFSAdd #

IPFS Add response

Constructors

IPFSAdd 

Fields

Instances

Instances details
FromJSON IPFSAdd 
Instance details

Defined in Blockfrost.Types.IPFS

ToJSON IPFSAdd 
Instance details

Defined in Blockfrost.Types.IPFS

Generic IPFSAdd 
Instance details

Defined in Blockfrost.Types.IPFS

Associated Types

type Rep IPFSAdd :: Type -> Type #

Methods

from :: IPFSAdd -> Rep IPFSAdd x #

to :: Rep IPFSAdd x -> IPFSAdd #

Show IPFSAdd 
Instance details

Defined in Blockfrost.Types.IPFS

Eq IPFSAdd 
Instance details

Defined in Blockfrost.Types.IPFS

Methods

(==) :: IPFSAdd -> IPFSAdd -> Bool #

(/=) :: IPFSAdd -> IPFSAdd -> Bool #

ToSample IPFSAdd 
Instance details

Defined in Blockfrost.Types.IPFS

Methods

toSamples :: Proxy IPFSAdd -> [(Text, IPFSAdd)] #

type Rep IPFSAdd 
Instance details

Defined in Blockfrost.Types.IPFS

type Rep IPFSAdd = D1 ('MetaData "IPFSAdd" "Blockfrost.Types.IPFS" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "IPFSAdd" 'PrefixI 'True) (S1 ('MetaSel ('Just "_ipfsAddName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "_ipfsAddIpfsHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "_ipfsAddSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Quantity))))

newtype IPFSData #

Constructors

IPFSData ByteString 

Instances

Instances details
Generic IPFSData 
Instance details

Defined in Blockfrost.Types.IPFS

Associated Types

type Rep IPFSData :: Type -> Type #

Methods

from :: IPFSData -> Rep IPFSData x #

to :: Rep IPFSData x -> IPFSData #

Show IPFSData 
Instance details

Defined in Blockfrost.Types.IPFS

Eq IPFSData 
Instance details

Defined in Blockfrost.Types.IPFS

ToSample IPFSData 
Instance details

Defined in Blockfrost.Types.IPFS

MimeRender OctetStream IPFSData 
Instance details

Defined in Blockfrost.Types.IPFS

MimeRender PlainText IPFSData 
Instance details

Defined in Blockfrost.Types.IPFS

MimeUnrender OctetStream IPFSData 
Instance details

Defined in Blockfrost.Types.IPFS

MimeUnrender PlainText IPFSData 
Instance details

Defined in Blockfrost.Types.IPFS

type Rep IPFSData 
Instance details

Defined in Blockfrost.Types.IPFS

type Rep IPFSData = D1 ('MetaData "IPFSData" "Blockfrost.Types.IPFS" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "IPFSData" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString)))

data IPFSPin #

IPFS Pin information

Constructors

IPFSPin 

Fields

Instances

Instances details
FromJSON IPFSPin 
Instance details

Defined in Blockfrost.Types.IPFS

ToJSON IPFSPin 
Instance details

Defined in Blockfrost.Types.IPFS

Generic IPFSPin 
Instance details

Defined in Blockfrost.Types.IPFS

Associated Types

type Rep IPFSPin :: Type -> Type #

Methods

from :: IPFSPin -> Rep IPFSPin x #

to :: Rep IPFSPin x -> IPFSPin #

Show IPFSPin 
Instance details

Defined in Blockfrost.Types.IPFS

Eq IPFSPin 
Instance details

Defined in Blockfrost.Types.IPFS

Methods

(==) :: IPFSPin -> IPFSPin -> Bool #

(/=) :: IPFSPin -> IPFSPin -> Bool #

ToSample IPFSPin 
Instance details

Defined in Blockfrost.Types.IPFS

Methods

toSamples :: Proxy IPFSPin -> [(Text, IPFSPin)] #

type Rep IPFSPin 
Instance details

Defined in Blockfrost.Types.IPFS

type Rep IPFSPin = D1 ('MetaData "IPFSPin" "Blockfrost.Types.IPFS" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "IPFSPin" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_ipfsPinTimeCreated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 POSIXTime) :*: S1 ('MetaSel ('Just "_ipfsPinTimePinned") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 POSIXTime)) :*: (S1 ('MetaSel ('Just "_ipfsPinIpfsHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "_ipfsPinSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Quantity) :*: S1 ('MetaSel ('Just "_ipfsPinState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PinState)))))

data IPFSPinChange #

IPFS Pin Add response

Constructors

IPFSPinChange 

Fields

Instances

Instances details
FromJSON IPFSPinChange 
Instance details

Defined in Blockfrost.Types.IPFS

ToJSON IPFSPinChange 
Instance details

Defined in Blockfrost.Types.IPFS

Generic IPFSPinChange 
Instance details

Defined in Blockfrost.Types.IPFS

Associated Types

type Rep IPFSPinChange :: Type -> Type #

Show IPFSPinChange 
Instance details

Defined in Blockfrost.Types.IPFS

Eq IPFSPinChange 
Instance details

Defined in Blockfrost.Types.IPFS

ToSample IPFSPinChange 
Instance details

Defined in Blockfrost.Types.IPFS

type Rep IPFSPinChange 
Instance details

Defined in Blockfrost.Types.IPFS

type Rep IPFSPinChange = D1 ('MetaData "IPFSPinChange" "Blockfrost.Types.IPFS" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "IPFSPinChange" 'PrefixI 'True) (S1 ('MetaSel ('Just "_ipfsPinChangeIpfsHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "_ipfsPinChangeState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PinState)))

type Lovelaces = Discrete "ADA" "lovelace" #

data MetadataMediaFile #

Additional media files (accordingly to CIP25 and CIP68)

Constructors

MetadataMediaFile 

Fields

Instances

Instances details
FromJSON MetadataMediaFile 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

ToJSON MetadataMediaFile 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Generic MetadataMediaFile 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Associated Types

type Rep MetadataMediaFile :: Type -> Type #

Show MetadataMediaFile 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

Eq MetadataMediaFile 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

ToSample MetadataMediaFile 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

type Rep MetadataMediaFile 
Instance details

Defined in Blockfrost.Types.Cardano.Assets

type Rep MetadataMediaFile = D1 ('MetaData "MetadataMediaFile" "Blockfrost.Types.Cardano.Assets" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "MetadataMediaFile" 'PrefixI 'True) (S1 ('MetaSel ('Just "_metadataMediaFileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "_metadataMediaFileMediaType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "_metadataMediaFileSrc") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)))))

data Metric #

Metrics response

Constructors

Metric 

Instances

Instances details
FromJSON Metric 
Instance details

Defined in Blockfrost.Types.Common

ToJSON Metric 
Instance details

Defined in Blockfrost.Types.Common

Generic Metric 
Instance details

Defined in Blockfrost.Types.Common

Associated Types

type Rep Metric :: Type -> Type #

Methods

from :: Metric -> Rep Metric x #

to :: Rep Metric x -> Metric #

Show Metric 
Instance details

Defined in Blockfrost.Types.Common

Eq Metric 
Instance details

Defined in Blockfrost.Types.Common

Methods

(==) :: Metric -> Metric -> Bool #

(/=) :: Metric -> Metric -> Bool #

ToSample Metric 
Instance details

Defined in Blockfrost.Types.Common

Methods

toSamples :: Proxy Metric -> [(Text, Metric)] #

FromJSON (Text, Metric) 
Instance details

Defined in Blockfrost.Types.Common

ToJSON (Text, Metric) 
Instance details

Defined in Blockfrost.Types.Common

ToSample (Text, Metric) 
Instance details

Defined in Blockfrost.Types.Common

Methods

toSamples :: Proxy (Text, Metric) -> [(Text, (Text, Metric))] #

type Rep Metric 
Instance details

Defined in Blockfrost.Types.Common

type Rep Metric = D1 ('MetaData "Metric" "Blockfrost.Types.Common" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "Metric" 'PrefixI 'True) (S1 ('MetaSel ('Just "_metricTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 POSIXTime) :*: S1 ('MetaSel ('Just "_metricCalls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)))

data Network #

Detailed network information

Constructors

Network 

Fields

Instances

Instances details
FromJSON Network 
Instance details

Defined in Blockfrost.Types.Cardano.Network

ToJSON Network 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Generic Network 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Associated Types

type Rep Network :: Type -> Type #

Methods

from :: Network -> Rep Network x #

to :: Rep Network x -> Network #

Show Network 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Eq Network 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Methods

(==) :: Network -> Network -> Bool #

(/=) :: Network -> Network -> Bool #

ToSample Network 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Methods

toSamples :: Proxy Network -> [(Text, Network)] #

type Rep Network 
Instance details

Defined in Blockfrost.Types.Cardano.Network

type Rep Network = D1 ('MetaData "Network" "Blockfrost.Types.Cardano.Network" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "Network" 'PrefixI 'True) (S1 ('MetaSel ('Just "_networkSupply") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 NetworkSupply) :*: S1 ('MetaSel ('Just "_networkStake") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 NetworkStake)))

data NetworkEraBound #

Time bounds of an era.

Constructors

NetworkEraBound 

Fields

Instances

Instances details
FromJSON NetworkEraBound 
Instance details

Defined in Blockfrost.Types.Cardano.Network

ToJSON NetworkEraBound 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Generic NetworkEraBound 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Associated Types

type Rep NetworkEraBound :: Type -> Type #

Show NetworkEraBound 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Eq NetworkEraBound 
Instance details

Defined in Blockfrost.Types.Cardano.Network

ToSample NetworkEraBound 
Instance details

Defined in Blockfrost.Types.Cardano.Network

type Rep NetworkEraBound 
Instance details

Defined in Blockfrost.Types.Cardano.Network

type Rep NetworkEraBound = D1 ('MetaData "NetworkEraBound" "Blockfrost.Types.Cardano.Network" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "NetworkEraBound" 'PrefixI 'True) (S1 ('MetaSel ('Just "_boundEpoch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Epoch) :*: (S1 ('MetaSel ('Just "_boundSlot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Slot) :*: S1 ('MetaSel ('Just "_boundTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 NominalDiffTime))))

data NetworkEraParameters #

Parameters for a network era which can vary between hardforks.

Constructors

NetworkEraParameters 

Fields

Instances

Instances details
FromJSON NetworkEraParameters 
Instance details

Defined in Blockfrost.Types.Cardano.Network

ToJSON NetworkEraParameters 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Generic NetworkEraParameters 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Associated Types

type Rep NetworkEraParameters :: Type -> Type #

Show NetworkEraParameters 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Eq NetworkEraParameters 
Instance details

Defined in Blockfrost.Types.Cardano.Network

ToSample NetworkEraParameters 
Instance details

Defined in Blockfrost.Types.Cardano.Network

type Rep NetworkEraParameters 
Instance details

Defined in Blockfrost.Types.Cardano.Network

type Rep NetworkEraParameters = D1 ('MetaData "NetworkEraParameters" "Blockfrost.Types.Cardano.Network" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "NetworkEraParameters" 'PrefixI 'True) (S1 ('MetaSel ('Just "_parametersEpochLength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 EpochLength) :*: (S1 ('MetaSel ('Just "_parametersSlotLength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 NominalDiffTime) :*: S1 ('MetaSel ('Just "_parametersSafeZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word64))))

data NetworkEraSummary #

Summary of information about network eras.

Constructors

NetworkEraSummary 

Fields

Instances

Instances details
FromJSON NetworkEraSummary 
Instance details

Defined in Blockfrost.Types.Cardano.Network

ToJSON NetworkEraSummary 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Generic NetworkEraSummary 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Associated Types

type Rep NetworkEraSummary :: Type -> Type #

Show NetworkEraSummary 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Eq NetworkEraSummary 
Instance details

Defined in Blockfrost.Types.Cardano.Network

ToSample NetworkEraSummary 
Instance details

Defined in Blockfrost.Types.Cardano.Network

type Rep NetworkEraSummary 
Instance details

Defined in Blockfrost.Types.Cardano.Network

type Rep NetworkEraSummary = D1 ('MetaData "NetworkEraSummary" "Blockfrost.Types.Cardano.Network" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "NetworkEraSummary" 'PrefixI 'True) (S1 ('MetaSel ('Just "_networkEraStart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 NetworkEraBound) :*: (S1 ('MetaSel ('Just "_networkEraEnd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 NetworkEraBound) :*: S1 ('MetaSel ('Just "_networkEraParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 NetworkEraParameters))))

data NetworkStake #

Live and active stake of the whole network

Constructors

NetworkStake 

Fields

Instances

Instances details
FromJSON NetworkStake 
Instance details

Defined in Blockfrost.Types.Cardano.Network

ToJSON NetworkStake 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Generic NetworkStake 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Associated Types

type Rep NetworkStake :: Type -> Type #

Show NetworkStake 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Eq NetworkStake 
Instance details

Defined in Blockfrost.Types.Cardano.Network

ToSample NetworkStake 
Instance details

Defined in Blockfrost.Types.Cardano.Network

type Rep NetworkStake 
Instance details

Defined in Blockfrost.Types.Cardano.Network

type Rep NetworkStake = D1 ('MetaData "NetworkStake" "Blockfrost.Types.Cardano.Network" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "NetworkStake" 'PrefixI 'True) (S1 ('MetaSel ('Just "_stakeLive") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: S1 ('MetaSel ('Just "_stakeActive") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces)))

data NetworkSupply #

Lovelace supply data

Constructors

NetworkSupply 

Fields

Instances

Instances details
FromJSON NetworkSupply 
Instance details

Defined in Blockfrost.Types.Cardano.Network

ToJSON NetworkSupply 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Generic NetworkSupply 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Associated Types

type Rep NetworkSupply :: Type -> Type #

Show NetworkSupply 
Instance details

Defined in Blockfrost.Types.Cardano.Network

Eq NetworkSupply 
Instance details

Defined in Blockfrost.Types.Cardano.Network

ToSample NetworkSupply 
Instance details

Defined in Blockfrost.Types.Cardano.Network

type Rep NetworkSupply 
Instance details

Defined in Blockfrost.Types.Cardano.Network

type Rep NetworkSupply = D1 ('MetaData "NetworkSupply" "Blockfrost.Types.Cardano.Network" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "NetworkSupply" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_supplyMax") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: (S1 ('MetaSel ('Just "_supplyTotal") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: S1 ('MetaSel ('Just "_supplyCirculating") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces))) :*: (S1 ('MetaSel ('Just "_supplyLocked") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: (S1 ('MetaSel ('Just "_supplyTreasury") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: S1 ('MetaSel ('Just "_supplyReserves") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces)))))

data NutlinkAddress #

Specific address metadata

Constructors

NutlinkAddress 

Fields

Instances

Instances details
FromJSON NutlinkAddress 
Instance details

Defined in Blockfrost.Types.NutLink

ToJSON NutlinkAddress 
Instance details

Defined in Blockfrost.Types.NutLink

Generic NutlinkAddress 
Instance details

Defined in Blockfrost.Types.NutLink

Associated Types

type Rep NutlinkAddress :: Type -> Type #

Show NutlinkAddress 
Instance details

Defined in Blockfrost.Types.NutLink

Eq NutlinkAddress 
Instance details

Defined in Blockfrost.Types.NutLink

ToSample NutlinkAddress 
Instance details

Defined in Blockfrost.Types.NutLink

type Rep NutlinkAddress 
Instance details

Defined in Blockfrost.Types.NutLink

type Rep NutlinkAddress = D1 ('MetaData "NutlinkAddress" "Blockfrost.Types.NutLink" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "NutlinkAddress" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_nutlinkAddressAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Address) :*: S1 ('MetaSel ('Just "_nutlinkAddressMetadataUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "_nutlinkAddressMetadataHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "_nutlinkAddressMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Value)))))

data NutlinkAddressTicker #

Ticker for specific metadata oracle

Constructors

NutlinkAddressTicker 

Fields

Instances

Instances details
FromJSON NutlinkAddressTicker 
Instance details

Defined in Blockfrost.Types.NutLink

ToJSON NutlinkAddressTicker 
Instance details

Defined in Blockfrost.Types.NutLink

Generic NutlinkAddressTicker 
Instance details

Defined in Blockfrost.Types.NutLink

Associated Types

type Rep NutlinkAddressTicker :: Type -> Type #

Show NutlinkAddressTicker 
Instance details

Defined in Blockfrost.Types.NutLink

Eq NutlinkAddressTicker 
Instance details

Defined in Blockfrost.Types.NutLink

ToSample NutlinkAddressTicker 
Instance details

Defined in Blockfrost.Types.NutLink

type Rep NutlinkAddressTicker 
Instance details

Defined in Blockfrost.Types.NutLink

type Rep NutlinkAddressTicker = D1 ('MetaData "NutlinkAddressTicker" "Blockfrost.Types.NutLink" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "NutlinkAddressTicker" 'PrefixI 'True) (S1 ('MetaSel ('Just "_nutlinkAddressTickerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "_nutlinkAddressTickerCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_nutlinkAddressTickerLatestBlock") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer))))

data NutlinkTicker #

Specific ticker record

Constructors

NutlinkTicker 

Fields

Instances

Instances details
FromJSON NutlinkTicker 
Instance details

Defined in Blockfrost.Types.NutLink

ToJSON NutlinkTicker 
Instance details

Defined in Blockfrost.Types.NutLink

Generic NutlinkTicker 
Instance details

Defined in Blockfrost.Types.NutLink

Associated Types

type Rep NutlinkTicker :: Type -> Type #

Show NutlinkTicker 
Instance details

Defined in Blockfrost.Types.NutLink

Eq NutlinkTicker 
Instance details

Defined in Blockfrost.Types.NutLink

ToSample NutlinkTicker 
Instance details

Defined in Blockfrost.Types.NutLink

FromJSON (Address, NutlinkTicker) 
Instance details

Defined in Blockfrost.Types.NutLink

ToJSON (Address, NutlinkTicker) 
Instance details

Defined in Blockfrost.Types.NutLink

type Rep NutlinkTicker 
Instance details

Defined in Blockfrost.Types.NutLink

type Rep NutlinkTicker = D1 ('MetaData "NutlinkTicker" "Blockfrost.Types.NutLink" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "NutlinkTicker" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_nutlinkTickerTxHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TxHash) :*: S1 ('MetaSel ('Just "_nutlinkTickerBlockHeight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)) :*: (S1 ('MetaSel ('Just "_nutlinkTickerTxIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_nutlinkTickerPayload") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Value))))

data Paged #

Pagination parameters

Constructors

Paged 

Fields

Instances

Instances details
Show Paged 
Instance details

Defined in Blockfrost.Util.Pagination

Methods

showsPrec :: Int -> Paged -> ShowS #

show :: Paged -> String #

showList :: [Paged] -> ShowS #

Default Paged 
Instance details

Defined in Blockfrost.Util.Pagination

Methods

def :: Paged #

Eq Paged 
Instance details

Defined in Blockfrost.Util.Pagination

Methods

(==) :: Paged -> Paged -> Bool #

(/=) :: Paged -> Paged -> Bool #

Ord Paged 
Instance details

Defined in Blockfrost.Util.Pagination

Methods

compare :: Paged -> Paged -> Ordering #

(<) :: Paged -> Paged -> Bool #

(<=) :: Paged -> Paged -> Bool #

(>) :: Paged -> Paged -> Bool #

(>=) :: Paged -> Paged -> Bool #

max :: Paged -> Paged -> Paged #

min :: Paged -> Paged -> Paged #

data PinState #

State of the pinned object, which is Queued when we are retriving object.

If this is successful the state is changed to Pinned or Failed if not. The state Gc means the pinned item has been garbage collected due to account being over storage quota or after it has been moved to Unpinned state by removing the object pin.

Constructors

Queued 
Pinned 
Unpinned 
Failed 
Gc 

Instances

Instances details
FromJSON PinState 
Instance details

Defined in Blockfrost.Types.IPFS

ToJSON PinState 
Instance details

Defined in Blockfrost.Types.IPFS

Generic PinState 
Instance details

Defined in Blockfrost.Types.IPFS

Associated Types

type Rep PinState :: Type -> Type #

Methods

from :: PinState -> Rep PinState x #

to :: Rep PinState x -> PinState #

Show PinState 
Instance details

Defined in Blockfrost.Types.IPFS

Eq PinState 
Instance details

Defined in Blockfrost.Types.IPFS

Ord PinState 
Instance details

Defined in Blockfrost.Types.IPFS

type Rep PinState 
Instance details

Defined in Blockfrost.Types.IPFS

type Rep PinState = D1 ('MetaData "PinState" "Blockfrost.Types.IPFS" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) ((C1 ('MetaCons "Queued" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Pinned" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "Unpinned" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "Failed" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Gc" 'PrefixI 'False) (U1 :: Type -> Type))))

data PolicyId #

Minting policy Id

Instances

Instances details
FromJSON PolicyId 
Instance details

Defined in Blockfrost.Types.Shared.PolicyId

ToJSON PolicyId 
Instance details

Defined in Blockfrost.Types.Shared.PolicyId

IsString PolicyId 
Instance details

Defined in Blockfrost.Types.Shared.PolicyId

Generic PolicyId 
Instance details

Defined in Blockfrost.Types.Shared.PolicyId

Associated Types

type Rep PolicyId :: Type -> Type #

Methods

from :: PolicyId -> Rep PolicyId x #

to :: Rep PolicyId x -> PolicyId #

Show PolicyId 
Instance details

Defined in Blockfrost.Types.Shared.PolicyId

Eq PolicyId 
Instance details

Defined in Blockfrost.Types.Shared.PolicyId

FromHttpApiData PolicyId 
Instance details

Defined in Blockfrost.Types.Shared.PolicyId

ToHttpApiData PolicyId 
Instance details

Defined in Blockfrost.Types.Shared.PolicyId

ToSample PolicyId 
Instance details

Defined in Blockfrost.Types.Shared.PolicyId

ToCapture (Capture "policy_id" PolicyId) 
Instance details

Defined in Blockfrost.Types.Shared.PolicyId

Methods

toCapture :: Proxy (Capture "policy_id" PolicyId) -> DocCapture #

type Rep PolicyId 
Instance details

Defined in Blockfrost.Types.Shared.PolicyId

type Rep PolicyId = D1 ('MetaData "PolicyId" "Blockfrost.Types.Shared.PolicyId" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "PolicyId" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

data Pool #

Extended pool info

Constructors

Pool 

Fields

Instances

Instances details
FromJSON Pool 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

ToJSON Pool 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Generic Pool 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Associated Types

type Rep Pool :: Type -> Type #

Methods

from :: Pool -> Rep Pool x #

to :: Rep Pool x -> Pool #

Show Pool 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Methods

showsPrec :: Int -> Pool -> ShowS #

show :: Pool -> String #

showList :: [Pool] -> ShowS #

Eq Pool 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Methods

(==) :: Pool -> Pool -> Bool #

(/=) :: Pool -> Pool -> Bool #

ToSample Pool 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Methods

toSamples :: Proxy Pool -> [(Text, Pool)] #

type Rep Pool 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

type Rep Pool = D1 ('MetaData "Pool" "Blockfrost.Types.Cardano.Pools" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "Pool" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_poolPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PoolId) :*: S1 ('MetaSel ('Just "_poolHex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "_poolActiveStake") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: S1 ('MetaSel ('Just "_poolLiveStake") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces))))

data PoolDelegator #

Stake pool delegator

Constructors

PoolDelegator 

Fields

Instances

Instances details
FromJSON PoolDelegator 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

ToJSON PoolDelegator 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Generic PoolDelegator 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Associated Types

type Rep PoolDelegator :: Type -> Type #

Show PoolDelegator 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Eq PoolDelegator 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

ToSample PoolDelegator 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

type Rep PoolDelegator 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

type Rep PoolDelegator = D1 ('MetaData "PoolDelegator" "Blockfrost.Types.Cardano.Pools" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "PoolDelegator" 'PrefixI 'True) (S1 ('MetaSel ('Just "_poolDelegatorAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "_poolDelegatorLiveStake") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces)))

data PoolEpoch #

Retirement epoch for pool

Constructors

PoolEpoch 

Fields

Instances

Instances details
FromJSON PoolEpoch 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

ToJSON PoolEpoch 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Generic PoolEpoch 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Associated Types

type Rep PoolEpoch :: Type -> Type #

Show PoolEpoch 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Eq PoolEpoch 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

ToSample PoolEpoch 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

type Rep PoolEpoch 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

type Rep PoolEpoch = D1 ('MetaData "PoolEpoch" "Blockfrost.Types.Cardano.Pools" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "PoolEpoch" 'PrefixI 'True) (S1 ('MetaSel ('Just "_poolEpochPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PoolId) :*: S1 ('MetaSel ('Just "_poolEpochEpoch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Epoch)))

data PoolHistory #

History of a stake pool parameters over epochs

Constructors

PoolHistory 

Fields

Instances

Instances details
FromJSON PoolHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

ToJSON PoolHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Generic PoolHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Associated Types

type Rep PoolHistory :: Type -> Type #

Show PoolHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Eq PoolHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

ToSample PoolHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

type Rep PoolHistory 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

type Rep PoolHistory = D1 ('MetaData "PoolHistory" "Blockfrost.Types.Cardano.Pools" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "PoolHistory" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_poolHistoryEpoch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Epoch) :*: (S1 ('MetaSel ('Just "_poolHistoryBlocks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_poolHistoryActiveStake") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces))) :*: ((S1 ('MetaSel ('Just "_poolHistoryActiveSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double) :*: S1 ('MetaSel ('Just "_poolHistoryDelegatorsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)) :*: (S1 ('MetaSel ('Just "_poolHistoryRewards") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: S1 ('MetaSel ('Just "_poolHistoryFees") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces)))))

newtype PoolId #

Constructors

PoolId Text 

Instances

Instances details
FromJSON PoolId 
Instance details

Defined in Blockfrost.Types.Shared.PoolId

ToJSON PoolId 
Instance details

Defined in Blockfrost.Types.Shared.PoolId

IsString PoolId 
Instance details

Defined in Blockfrost.Types.Shared.PoolId

Methods

fromString :: String -> PoolId #

Generic PoolId 
Instance details

Defined in Blockfrost.Types.Shared.PoolId

Associated Types

type Rep PoolId :: Type -> Type #

Methods

from :: PoolId -> Rep PoolId x #

to :: Rep PoolId x -> PoolId #

Show PoolId 
Instance details

Defined in Blockfrost.Types.Shared.PoolId

Eq PoolId 
Instance details

Defined in Blockfrost.Types.Shared.PoolId

Methods

(==) :: PoolId -> PoolId -> Bool #

(/=) :: PoolId -> PoolId -> Bool #

FromHttpApiData PoolId 
Instance details

Defined in Blockfrost.Types.Shared.PoolId

ToHttpApiData PoolId 
Instance details

Defined in Blockfrost.Types.Shared.PoolId

ToSample PoolId 
Instance details

Defined in Blockfrost.Types.Shared.PoolId

Methods

toSamples :: Proxy PoolId -> [(Text, PoolId)] #

ToCapture (Capture "pool_id" PoolId) 
Instance details

Defined in Blockfrost.Types.Shared.PoolId

Methods

toCapture :: Proxy (Capture "pool_id" PoolId) -> DocCapture #

type Rep PoolId 
Instance details

Defined in Blockfrost.Types.Shared.PoolId

type Rep PoolId = D1 ('MetaData "PoolId" "Blockfrost.Types.Shared.PoolId" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "PoolId" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

data PoolInfo #

Detailed pool information

Constructors

PoolInfo 

Fields

Instances

Instances details
FromJSON PoolInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

ToJSON PoolInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Generic PoolInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Associated Types

type Rep PoolInfo :: Type -> Type #

Methods

from :: PoolInfo -> Rep PoolInfo x #

to :: Rep PoolInfo x -> PoolInfo #

Show PoolInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Eq PoolInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

ToSample PoolInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

type Rep PoolInfo 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

type Rep PoolInfo = D1 ('MetaData "PoolInfo" "Blockfrost.Types.Cardano.Pools" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "PoolInfo" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "_poolInfoPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PoolId) :*: S1 ('MetaSel ('Just "_poolInfoHex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "_poolInfoVrfKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "_poolInfoBlocksMinted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer))) :*: ((S1 ('MetaSel ('Just "_poolInfoBlocksEpoch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_poolInfoLiveStake") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces)) :*: (S1 ('MetaSel ('Just "_poolInfoLiveSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double) :*: (S1 ('MetaSel ('Just "_poolInfoLiveSaturation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double) :*: S1 ('MetaSel ('Just "_poolInfoLiveDelegators") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double))))) :*: (((S1 ('MetaSel ('Just "_poolInfoActiveStake") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: S1 ('MetaSel ('Just "_poolInfoActiveSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double)) :*: (S1 ('MetaSel ('Just "_poolInfoDeclaredPledge") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: (S1 ('MetaSel ('Just "_poolInfoLivePledge") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: S1 ('MetaSel ('Just "_poolInfoMarginCost") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Rational)))) :*: ((S1 ('MetaSel ('Just "_poolInfoFixedCost") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: S1 ('MetaSel ('Just "_poolInfoRewardAccount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Address)) :*: (S1 ('MetaSel ('Just "_poolInfoOwners") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Address]) :*: (S1 ('MetaSel ('Just "_poolInfoRegistration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "_poolInfoRetirement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Text])))))))

data PoolMetadata #

Stake pool registration metadata

Constructors

PoolMetadata 

Fields

Instances

Instances details
FromJSON PoolMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

ToJSON PoolMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Generic PoolMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Associated Types

type Rep PoolMetadata :: Type -> Type #

Show PoolMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Eq PoolMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

ToSample PoolMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

FromJSON (Maybe PoolMetadata) 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

ToJSON (Maybe PoolMetadata) 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

type Rep PoolMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

type Rep PoolMetadata = D1 ('MetaData "PoolMetadata" "Blockfrost.Types.Cardano.Pools" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "PoolMetadata" 'PrefixI 'True) (((S1 ('MetaSel ('Just "_poolMetadataPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PoolId) :*: S1 ('MetaSel ('Just "_poolMetadataHex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "_poolMetadataUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "_poolMetadataHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "_poolMetadataTicker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "_poolMetadataName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "_poolMetadataDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "_poolMetadataHomepage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))))))

data PoolRegistrationAction #

Registration action of a pool

Instances

Instances details
FromJSON PoolRegistrationAction 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

ToJSON PoolRegistrationAction 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Generic PoolRegistrationAction 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Associated Types

type Rep PoolRegistrationAction :: Type -> Type #

Show PoolRegistrationAction 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Eq PoolRegistrationAction 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

ToSample PoolRegistrationAction 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

type Rep PoolRegistrationAction 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

type Rep PoolRegistrationAction = D1 ('MetaData "PoolRegistrationAction" "Blockfrost.Types.Cardano.Pools" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "PoolRegistered" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "PoolDeregistered" 'PrefixI 'False) (U1 :: Type -> Type))

data PoolRelay #

Relays of a stake pool

Constructors

PoolRelay 

Fields

Instances

Instances details
FromJSON PoolRelay 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

ToJSON PoolRelay 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Generic PoolRelay 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Associated Types

type Rep PoolRelay :: Type -> Type #

Show PoolRelay 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Eq PoolRelay 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

ToSample PoolRelay 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

type Rep PoolRelay 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

type Rep PoolRelay = D1 ('MetaData "PoolRelay" "Blockfrost.Types.Cardano.Pools" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "PoolRelay" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_poolRelayIpv4") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "_poolRelayIpv6") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "_poolRelayDns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "_poolRelayDnsSrv") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "_poolRelayPort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)))))

data PoolStakeDistribution #

Stake distribution for an epoch for specific pool

Constructors

PoolStakeDistribution 

Fields

Instances

Instances details
FromJSON PoolStakeDistribution 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

ToJSON PoolStakeDistribution 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

Generic PoolStakeDistribution 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

Associated Types

type Rep PoolStakeDistribution :: Type -> Type #

Show PoolStakeDistribution 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

Eq PoolStakeDistribution 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

ToSample PoolStakeDistribution 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

type Rep PoolStakeDistribution 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

type Rep PoolStakeDistribution = D1 ('MetaData "PoolStakeDistribution" "Blockfrost.Types.Cardano.Epochs" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "PoolStakeDistribution" 'PrefixI 'True) (S1 ('MetaSel ('Just "_poolStakeDistributionStakeAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Address) :*: S1 ('MetaSel ('Just "_poolStakeDistributionAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces)))

data PoolUpdate #

Certificate update to the stake pool

Constructors

PoolUpdate 

Fields

Instances

Instances details
FromJSON PoolUpdate 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

ToJSON PoolUpdate 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Generic PoolUpdate 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Associated Types

type Rep PoolUpdate :: Type -> Type #

Show PoolUpdate 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

Eq PoolUpdate 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

ToSample PoolUpdate 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

type Rep PoolUpdate 
Instance details

Defined in Blockfrost.Types.Cardano.Pools

type Rep PoolUpdate = D1 ('MetaData "PoolUpdate" "Blockfrost.Types.Cardano.Pools" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "PoolUpdate" 'PrefixI 'True) (S1 ('MetaSel ('Just "_poolUpdateTxHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TxHash) :*: (S1 ('MetaSel ('Just "_poolUpdateCertIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_poolUpdateAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PoolRegistrationAction))))

data PoolUpdateMetadata #

Update of a pool metadata

Constructors

PoolUpdateMetadata 

Fields

Instances

Instances details
FromJSON PoolUpdateMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToJSON PoolUpdateMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Generic PoolUpdateMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep PoolUpdateMetadata :: Type -> Type #

Show PoolUpdateMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Eq PoolUpdateMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToSample PoolUpdateMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep PoolUpdateMetadata 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep PoolUpdateMetadata = D1 ('MetaData "PoolUpdateMetadata" "Blockfrost.Types.Cardano.Transactions" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "PoolUpdateMetadata" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_poolUpdateMetadataUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "_poolUpdateMetadataHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "_poolUpdateMetadataTicker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "_poolUpdateMetadataName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "_poolUpdateMetadataDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "_poolUpdateMetadataHomepage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))))))

data POSIXMillis #

Instances

Instances details
FromJSON POSIXMillis 
Instance details

Defined in Blockfrost.Types.Shared.POSIXMillis

ToJSON POSIXMillis 
Instance details

Defined in Blockfrost.Types.Shared.POSIXMillis

Generic POSIXMillis 
Instance details

Defined in Blockfrost.Types.Shared.POSIXMillis

Associated Types

type Rep POSIXMillis :: Type -> Type #

Show POSIXMillis 
Instance details

Defined in Blockfrost.Types.Shared.POSIXMillis

Eq POSIXMillis 
Instance details

Defined in Blockfrost.Types.Shared.POSIXMillis

ToSample POSIXMillis 
Instance details

Defined in Blockfrost.Types.Shared.POSIXMillis

type Rep POSIXMillis 
Instance details

Defined in Blockfrost.Types.Shared.POSIXMillis

type Rep POSIXMillis = D1 ('MetaData "POSIXMillis" "Blockfrost.Types.Shared.POSIXMillis" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "POSIXMillis" 'PrefixI 'True) (S1 ('MetaSel ('Just "unPOSIXMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 POSIXTime)))

data Pot #

Pot from which MIRs are transferred

Constructors

Reserve 
Treasury 

Instances

Instances details
FromJSON Pot 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToJSON Pot 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Generic Pot 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep Pot :: Type -> Type #

Methods

from :: Pot -> Rep Pot x #

to :: Rep Pot x -> Pot #

Show Pot 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Methods

showsPrec :: Int -> Pot -> ShowS #

show :: Pot -> String #

showList :: [Pot] -> ShowS #

Eq Pot 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Methods

(==) :: Pot -> Pot -> Bool #

(/=) :: Pot -> Pot -> Bool #

ToSample Pot 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Methods

toSamples :: Proxy Pot -> [(Text, Pot)] #

type Rep Pot 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep Pot = D1 ('MetaData "Pot" "Blockfrost.Types.Cardano.Transactions" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "Reserve" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Treasury" 'PrefixI 'False) (U1 :: Type -> Type))

data Project #

Constructors

Project 

Fields

Instances

Instances details
IsString Project 
Instance details

Defined in Blockfrost.Auth

Methods

fromString :: String -> Project #

Generic Project 
Instance details

Defined in Blockfrost.Auth

Associated Types

type Rep Project :: Type -> Type #

Methods

from :: Project -> Rep Project x #

to :: Rep Project x -> Project #

Show Project 
Instance details

Defined in Blockfrost.Auth

Eq Project 
Instance details

Defined in Blockfrost.Auth

Methods

(==) :: Project -> Project -> Bool #

(/=) :: Project -> Project -> Bool #

Monad m => MonadReader ClientConfig (BlockfrostClientT m) 
Instance details

Defined in Blockfrost.Client.Types

type Rep Project 
Instance details

Defined in Blockfrost.Auth

type Rep Project = D1 ('MetaData "Project" "Blockfrost.Auth" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "Project" 'PrefixI 'True) (S1 ('MetaSel ('Just "projectEnv") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Env) :*: S1 ('MetaSel ('Just "projectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

data ProtocolParams #

Protocol parameters

Constructors

ProtocolParams 

Fields

Instances

Instances details
FromJSON ProtocolParams 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

ToJSON ProtocolParams 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

Generic ProtocolParams 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

Associated Types

type Rep ProtocolParams :: Type -> Type #

Show ProtocolParams 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

Eq ProtocolParams 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

ToSample ProtocolParams 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

type Rep ProtocolParams 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

type Rep ProtocolParams = D1 ('MetaData "ProtocolParams" "Blockfrost.Types.Cardano.Epochs" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "ProtocolParams" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "_protocolParamsEpoch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Epoch) :*: S1 ('MetaSel ('Just "_protocolParamsMinFeeA") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)) :*: (S1 ('MetaSel ('Just "_protocolParamsMinFeeB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_protocolParamsMaxBlockSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer))) :*: ((S1 ('MetaSel ('Just "_protocolParamsMaxTxSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_protocolParamsMaxBlockHeaderSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)) :*: (S1 ('MetaSel ('Just "_protocolParamsKeyDeposit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: S1 ('MetaSel ('Just "_protocolParamsPoolDeposit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces)))) :*: (((S1 ('MetaSel ('Just "_protocolParamsEMax") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_protocolParamsNOpt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)) :*: (S1 ('MetaSel ('Just "_protocolParamsA0") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Rational) :*: S1 ('MetaSel ('Just "_protocolParamsRho") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Rational))) :*: ((S1 ('MetaSel ('Just "_protocolParamsTau") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Rational) :*: S1 ('MetaSel ('Just "_protocolParamsDecentralisationParam") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Rational)) :*: (S1 ('MetaSel ('Just "_protocolParamsExtraEntropy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "_protocolParamsProtocolMajorVer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer))))) :*: ((((S1 ('MetaSel ('Just "_protocolParamsProtocolMinorVer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_protocolParamsMinUtxo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces)) :*: (S1 ('MetaSel ('Just "_protocolParamsMinPoolCost") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: S1 ('MetaSel ('Just "_protocolParamsNonce") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "_protocolParamsCostModels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CostModels) :*: S1 ('MetaSel ('Just "_protocolParamsPriceMem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Rational)) :*: (S1 ('MetaSel ('Just "_protocolParamsPriceStep") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Rational) :*: S1 ('MetaSel ('Just "_protocolParamsMaxTxExMem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Quantity)))) :*: (((S1 ('MetaSel ('Just "_protocolParamsMaxTxExSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Quantity) :*: S1 ('MetaSel ('Just "_protocolParamsMaxBlockExMem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Quantity)) :*: (S1 ('MetaSel ('Just "_protocolParamsMaxBlockExSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Quantity) :*: S1 ('MetaSel ('Just "_protocolParamsMaxValSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Quantity))) :*: ((S1 ('MetaSel ('Just "_protocolParamsCollateralPercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_protocolParamsMaxCollateralInputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)) :*: (S1 ('MetaSel ('Just "_protocolParamsCoinsPerUtxoSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: S1 ('MetaSel ('Just "_protocolParamsCoinsPerUtxoWord") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces)))))))

newtype Quantity #

Constructors

Quantity Integer 

Instances

Instances details
FromJSON Quantity 
Instance details

Defined in Blockfrost.Types.Shared.Quantity

ToJSON Quantity 
Instance details

Defined in Blockfrost.Types.Shared.Quantity

Generic Quantity 
Instance details

Defined in Blockfrost.Types.Shared.Quantity

Associated Types

type Rep Quantity :: Type -> Type #

Methods

from :: Quantity -> Rep Quantity x #

to :: Rep Quantity x -> Quantity #

Num Quantity 
Instance details

Defined in Blockfrost.Types.Shared.Quantity

Read Quantity 
Instance details

Defined in Blockfrost.Types.Shared.Quantity

Show Quantity 
Instance details

Defined in Blockfrost.Types.Shared.Quantity

Eq Quantity 
Instance details

Defined in Blockfrost.Types.Shared.Quantity

FromHttpApiData Quantity 
Instance details

Defined in Blockfrost.Types.Shared.Quantity

ToHttpApiData Quantity 
Instance details

Defined in Blockfrost.Types.Shared.Quantity

ToSample Quantity 
Instance details

Defined in Blockfrost.Types.Shared.Quantity

type Rep Quantity 
Instance details

Defined in Blockfrost.Types.Shared.Quantity

type Rep Quantity = D1 ('MetaData "Quantity" "Blockfrost.Types.Shared.Quantity" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "Quantity" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)))

data RewardType #

Reward type

Instances

Instances details
FromJSON RewardType 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

ToJSON RewardType 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Generic RewardType 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Associated Types

type Rep RewardType :: Type -> Type #

Show RewardType 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

Eq RewardType 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

ToSample RewardType 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

type Rep RewardType 
Instance details

Defined in Blockfrost.Types.Cardano.Accounts

type Rep RewardType = D1 ('MetaData "RewardType" "Blockfrost.Types.Cardano.Accounts" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "Leader" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "Member" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "PoolDepositRefund" 'PrefixI 'False) (U1 :: Type -> Type)))

data Script #

Script info

Constructors

Script 

Fields

Instances

Instances details
FromJSON Script 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

ToJSON Script 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Generic Script 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Associated Types

type Rep Script :: Type -> Type #

Methods

from :: Script -> Rep Script x #

to :: Rep Script x -> Script #

Show Script 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Eq Script 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Methods

(==) :: Script -> Script -> Bool #

(/=) :: Script -> Script -> Bool #

ToSample Script 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Methods

toSamples :: Proxy Script -> [(Text, Script)] #

type Rep Script 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

type Rep Script = D1 ('MetaData "Script" "Blockfrost.Types.Cardano.Scripts" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "Script" 'PrefixI 'True) (S1 ('MetaSel ('Just "_scriptScriptHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ScriptHash) :*: (S1 ('MetaSel ('Just "_scriptType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ScriptType) :*: S1 ('MetaSel ('Just "_scriptSerialisedSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Integer)))))

newtype ScriptCBOR #

Constructors

ScriptCBOR 

Instances

Instances details
FromJSON ScriptCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

ToJSON ScriptCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Generic ScriptCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Associated Types

type Rep ScriptCBOR :: Type -> Type #

Show ScriptCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Eq ScriptCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

ToSample ScriptCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

type Rep ScriptCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

type Rep ScriptCBOR = D1 ('MetaData "ScriptCBOR" "Blockfrost.Types.Cardano.Scripts" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "ScriptCBOR" 'PrefixI 'True) (S1 ('MetaSel ('Just "_scriptCborCbor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))))

newtype ScriptDatum #

Constructors

ScriptDatum 

Instances

Instances details
FromJSON ScriptDatum 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

ToJSON ScriptDatum 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Generic ScriptDatum 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Associated Types

type Rep ScriptDatum :: Type -> Type #

Show ScriptDatum 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Eq ScriptDatum 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

ToSample ScriptDatum 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

type Rep ScriptDatum 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

type Rep ScriptDatum = D1 ('MetaData "ScriptDatum" "Blockfrost.Types.Cardano.Scripts" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "ScriptDatum" 'PrefixI 'True) (S1 ('MetaSel ('Just "_scriptDatumJsonValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Value)))

newtype ScriptDatumCBOR #

Constructors

ScriptDatumCBOR 

Instances

Instances details
FromJSON ScriptDatumCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

ToJSON ScriptDatumCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Generic ScriptDatumCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Associated Types

type Rep ScriptDatumCBOR :: Type -> Type #

Show ScriptDatumCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Eq ScriptDatumCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

ToSample ScriptDatumCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

type Rep ScriptDatumCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

type Rep ScriptDatumCBOR = D1 ('MetaData "ScriptDatumCBOR" "Blockfrost.Types.Cardano.Scripts" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "ScriptDatumCBOR" 'PrefixI 'True) (S1 ('MetaSel ('Just "_scriptDatumCborCbor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

newtype ScriptHash #

Script Hash newtype

Constructors

ScriptHash 

Fields

Instances

Instances details
FromJSON ScriptHash 
Instance details

Defined in Blockfrost.Types.Shared.ScriptHash

ToJSON ScriptHash 
Instance details

Defined in Blockfrost.Types.Shared.ScriptHash

IsString ScriptHash 
Instance details

Defined in Blockfrost.Types.Shared.ScriptHash

Generic ScriptHash 
Instance details

Defined in Blockfrost.Types.Shared.ScriptHash

Associated Types

type Rep ScriptHash :: Type -> Type #

Show ScriptHash 
Instance details

Defined in Blockfrost.Types.Shared.ScriptHash

Eq ScriptHash 
Instance details

Defined in Blockfrost.Types.Shared.ScriptHash

FromHttpApiData ScriptHash 
Instance details

Defined in Blockfrost.Types.Shared.ScriptHash

ToHttpApiData ScriptHash 
Instance details

Defined in Blockfrost.Types.Shared.ScriptHash

ToSample ScriptHash 
Instance details

Defined in Blockfrost.Types.Shared.ScriptHash

ToCapture (Capture "script_hash" ScriptHash) 
Instance details

Defined in Blockfrost.Types.Shared.ScriptHash

Methods

toCapture :: Proxy (Capture "script_hash" ScriptHash) -> DocCapture #

type Rep ScriptHash 
Instance details

Defined in Blockfrost.Types.Shared.ScriptHash

type Rep ScriptHash = D1 ('MetaData "ScriptHash" "Blockfrost.Types.Shared.ScriptHash" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "ScriptHash" 'PrefixI 'True) (S1 ('MetaSel ('Just "unScriptHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

newtype ScriptHashList #

Wrapper for list of ScriptHash-es, used by script list endpoint

Constructors

ScriptHashList 

Instances

Instances details
FromJSON ScriptHashList 
Instance details

Defined in Blockfrost.Types.Shared.ScriptHash

ToJSON ScriptHashList 
Instance details

Defined in Blockfrost.Types.Shared.ScriptHash

Generic ScriptHashList 
Instance details

Defined in Blockfrost.Types.Shared.ScriptHash

Associated Types

type Rep ScriptHashList :: Type -> Type #

Show ScriptHashList 
Instance details

Defined in Blockfrost.Types.Shared.ScriptHash

Eq ScriptHashList 
Instance details

Defined in Blockfrost.Types.Shared.ScriptHash

ToSample ScriptHashList 
Instance details

Defined in Blockfrost.Types.Shared.ScriptHash

type Rep ScriptHashList 
Instance details

Defined in Blockfrost.Types.Shared.ScriptHash

type Rep ScriptHashList = D1 ('MetaData "ScriptHashList" "Blockfrost.Types.Shared.ScriptHash" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "ScriptHashList" 'PrefixI 'True) (S1 ('MetaSel ('Just "unScriptHashList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [ScriptHash])))

newtype ScriptJSON #

Constructors

ScriptJSON 

Instances

Instances details
FromJSON ScriptJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

ToJSON ScriptJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Generic ScriptJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Associated Types

type Rep ScriptJSON :: Type -> Type #

Show ScriptJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Eq ScriptJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

ToSample ScriptJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

type Rep ScriptJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

type Rep ScriptJSON = D1 ('MetaData "ScriptJSON" "Blockfrost.Types.Cardano.Scripts" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "ScriptJSON" 'PrefixI 'True) (S1 ('MetaSel ('Just "_scriptJsonJson") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Value))))

data ScriptRedeemer #

Script redeemer

Constructors

ScriptRedeemer 

Fields

Instances

Instances details
FromJSON ScriptRedeemer 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

ToJSON ScriptRedeemer 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Generic ScriptRedeemer 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Associated Types

type Rep ScriptRedeemer :: Type -> Type #

Show ScriptRedeemer 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Eq ScriptRedeemer 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

ToSample ScriptRedeemer 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

type Rep ScriptRedeemer 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

type Rep ScriptRedeemer = D1 ('MetaData "ScriptRedeemer" "Blockfrost.Types.Cardano.Scripts" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "ScriptRedeemer" 'PrefixI 'True) (((S1 ('MetaSel ('Just "_scriptRedeemerTxHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TxHash) :*: S1 ('MetaSel ('Just "_scriptRedeemerTxIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)) :*: (S1 ('MetaSel ('Just "_scriptRedeemerPurpose") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ValidationPurpose) :*: S1 ('MetaSel ('Just "_scriptRedeemerRedeemerDataHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 DatumHash))) :*: ((S1 ('MetaSel ('Just "_scriptRedeemerDatumHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 DatumHash) :*: S1 ('MetaSel ('Just "_scriptRedeemerUnitMem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Quantity)) :*: (S1 ('MetaSel ('Just "_scriptRedeemerUnitSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Quantity) :*: S1 ('MetaSel ('Just "_scriptRedeemerFee") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces)))))

data ScriptType #

Script type

Constructors

PlutusV1 
PlutusV2 
Timelock 

Instances

Instances details
FromJSON ScriptType 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

ToJSON ScriptType 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Generic ScriptType 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Associated Types

type Rep ScriptType :: Type -> Type #

Show ScriptType 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Eq ScriptType 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

Ord ScriptType 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

ToSample ScriptType 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

type Rep ScriptType 
Instance details

Defined in Blockfrost.Types.Cardano.Scripts

type Rep ScriptType = D1 ('MetaData "ScriptType" "Blockfrost.Types.Cardano.Scripts" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "PlutusV1" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "PlutusV2" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Timelock" 'PrefixI 'False) (U1 :: Type -> Type)))

newtype ServerTime #

Health clock endpoint reply

Constructors

ServerTime 

Instances

Instances details
FromJSON ServerTime 
Instance details

Defined in Blockfrost.Types.Common

ToJSON ServerTime 
Instance details

Defined in Blockfrost.Types.Common

Generic ServerTime 
Instance details

Defined in Blockfrost.Types.Common

Associated Types

type Rep ServerTime :: Type -> Type #

Show ServerTime 
Instance details

Defined in Blockfrost.Types.Common

Eq ServerTime 
Instance details

Defined in Blockfrost.Types.Common

ToSample ServerTime 
Instance details

Defined in Blockfrost.Types.Common

type Rep ServerTime 
Instance details

Defined in Blockfrost.Types.Common

type Rep ServerTime = D1 ('MetaData "ServerTime" "Blockfrost.Types.Common" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "ServerTime" 'PrefixI 'True) (S1 ('MetaSel ('Just "serverTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 POSIXTime)))

newtype Slot #

Constructors

Slot Integer 

Instances

Instances details
FromJSON Slot 
Instance details

Defined in Blockfrost.Types.Shared.Slot

ToJSON Slot 
Instance details

Defined in Blockfrost.Types.Shared.Slot

Enum Slot 
Instance details

Defined in Blockfrost.Types.Shared.Slot

Methods

succ :: Slot -> Slot #

pred :: Slot -> Slot #

toEnum :: Int -> Slot #

fromEnum :: Slot -> Int #

enumFrom :: Slot -> [Slot] #

enumFromThen :: Slot -> Slot -> [Slot] #

enumFromTo :: Slot -> Slot -> [Slot] #

enumFromThenTo :: Slot -> Slot -> Slot -> [Slot] #

Generic Slot 
Instance details

Defined in Blockfrost.Types.Shared.Slot

Associated Types

type Rep Slot :: Type -> Type #

Methods

from :: Slot -> Rep Slot x #

to :: Rep Slot x -> Slot #

Num Slot 
Instance details

Defined in Blockfrost.Types.Shared.Slot

Methods

(+) :: Slot -> Slot -> Slot #

(-) :: Slot -> Slot -> Slot #

(*) :: Slot -> Slot -> Slot #

negate :: Slot -> Slot #

abs :: Slot -> Slot #

signum :: Slot -> Slot #

fromInteger :: Integer -> Slot #

Integral Slot 
Instance details

Defined in Blockfrost.Types.Shared.Slot

Methods

quot :: Slot -> Slot -> Slot #

rem :: Slot -> Slot -> Slot #

div :: Slot -> Slot -> Slot #

mod :: Slot -> Slot -> Slot #

quotRem :: Slot -> Slot -> (Slot, Slot) #

divMod :: Slot -> Slot -> (Slot, Slot) #

toInteger :: Slot -> Integer #

Real Slot 
Instance details

Defined in Blockfrost.Types.Shared.Slot

Methods

toRational :: Slot -> Rational #

Show Slot 
Instance details

Defined in Blockfrost.Types.Shared.Slot

Methods

showsPrec :: Int -> Slot -> ShowS #

show :: Slot -> String #

showList :: [Slot] -> ShowS #

Eq Slot 
Instance details

Defined in Blockfrost.Types.Shared.Slot

Methods

(==) :: Slot -> Slot -> Bool #

(/=) :: Slot -> Slot -> Bool #

Ord Slot 
Instance details

Defined in Blockfrost.Types.Shared.Slot

Methods

compare :: Slot -> Slot -> Ordering #

(<) :: Slot -> Slot -> Bool #

(<=) :: Slot -> Slot -> Bool #

(>) :: Slot -> Slot -> Bool #

(>=) :: Slot -> Slot -> Bool #

max :: Slot -> Slot -> Slot #

min :: Slot -> Slot -> Slot #

FromHttpApiData Slot 
Instance details

Defined in Blockfrost.Types.Shared.Slot

ToHttpApiData Slot 
Instance details

Defined in Blockfrost.Types.Shared.Slot

ToSample Slot 
Instance details

Defined in Blockfrost.Types.Shared.Slot

Methods

toSamples :: Proxy Slot -> [(Text, Slot)] #

ToCapture (Capture "slot_number" Slot) 
Instance details

Defined in Blockfrost.Types.Shared.Slot

Methods

toCapture :: Proxy (Capture "slot_number" Slot) -> DocCapture #

type Rep Slot 
Instance details

Defined in Blockfrost.Types.Shared.Slot

type Rep Slot = D1 ('MetaData "Slot" "Blockfrost.Types.Shared.Slot" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "Slot" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)))

data StakeDistribution #

Active stake distribution for an epoch

Constructors

StakeDistribution 

Fields

Instances

Instances details
FromJSON StakeDistribution 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

ToJSON StakeDistribution 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

Generic StakeDistribution 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

Associated Types

type Rep StakeDistribution :: Type -> Type #

Show StakeDistribution 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

Eq StakeDistribution 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

ToSample StakeDistribution 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

type Rep StakeDistribution 
Instance details

Defined in Blockfrost.Types.Cardano.Epochs

type Rep StakeDistribution = D1 ('MetaData "StakeDistribution" "Blockfrost.Types.Cardano.Epochs" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "StakeDistribution" 'PrefixI 'True) (S1 ('MetaSel ('Just "_stakeDistributionStakeAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Address) :*: (S1 ('MetaSel ('Just "_stakeDistributionPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PoolId) :*: S1 ('MetaSel ('Just "_stakeDistributionAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces))))

data ToLower #

Instances

Instances details
StringModifier ToLower 
Instance details

Defined in Blockfrost.Types.Shared.Opts

data Transaction #

Information about a transaction

Constructors

Transaction 

Fields

Instances

Instances details
FromJSON Transaction 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToJSON Transaction 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Generic Transaction 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep Transaction :: Type -> Type #

Show Transaction 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Eq Transaction 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToSample Transaction 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep Transaction 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep Transaction = D1 ('MetaData "Transaction" "Blockfrost.Types.Cardano.Transactions" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "Transaction" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "_transactionHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "_transactionBlock") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 BlockHash)) :*: (S1 ('MetaSel ('Just "_transactionBlockHeight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: (S1 ('MetaSel ('Just "_transactionSlot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Slot) :*: S1 ('MetaSel ('Just "_transactionIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)))) :*: ((S1 ('MetaSel ('Just "_transactionOutputAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Amount]) :*: S1 ('MetaSel ('Just "_transactionFees") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces)) :*: (S1 ('MetaSel ('Just "_transactionDeposit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: (S1 ('MetaSel ('Just "_transactionSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_transactionInvalidBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "_transactionInvalidHereafter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "_transactionUtxoCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)) :*: (S1 ('MetaSel ('Just "_transactionWithdrawalCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: (S1 ('MetaSel ('Just "_transactionMirCertCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_transactionDelegationCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)))) :*: ((S1 ('MetaSel ('Just "_transactionStakeCertCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: (S1 ('MetaSel ('Just "_transactionPoolUpdateCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_transactionPoolRetireCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer))) :*: (S1 ('MetaSel ('Just "_transactionAssetMintOrBurnCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: (S1 ('MetaSel ('Just "_transactionRedeemerCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_transactionValidContract") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))))))

data TransactionDelegation #

Information about delegation certificates of a specific transaction

Constructors

TransactionDelegation 

Fields

Instances

Instances details
FromJSON TransactionDelegation 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToJSON TransactionDelegation 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Generic TransactionDelegation 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep TransactionDelegation :: Type -> Type #

Show TransactionDelegation 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Eq TransactionDelegation 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToSample TransactionDelegation 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep TransactionDelegation 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep TransactionDelegation = D1 ('MetaData "TransactionDelegation" "Blockfrost.Types.Cardano.Transactions" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "TransactionDelegation" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_transactionDelegationCertIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_transactionDelegationAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Address)) :*: (S1 ('MetaSel ('Just "_transactionDelegationPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PoolId) :*: S1 ('MetaSel ('Just "_transactionDelegationActiveEpoch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Epoch))))

data TransactionMetaCBOR #

Transaction metadata in CBOR

Constructors

TransactionMetaCBOR 

Fields

Instances

Instances details
FromJSON TransactionMetaCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToJSON TransactionMetaCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Generic TransactionMetaCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep TransactionMetaCBOR :: Type -> Type #

Show TransactionMetaCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Eq TransactionMetaCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToSample TransactionMetaCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep TransactionMetaCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep TransactionMetaCBOR = D1 ('MetaData "TransactionMetaCBOR" "Blockfrost.Types.Cardano.Transactions" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "TransactionMetaCBOR" 'PrefixI 'True) (S1 ('MetaSel ('Just "_transactionMetaCBORLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "_transactionMetaCBORMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))))

data TransactionMetaJSON #

Transaction metadata in JSON

Constructors

TransactionMetaJSON 

Fields

Instances

Instances details
FromJSON TransactionMetaJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToJSON TransactionMetaJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Generic TransactionMetaJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep TransactionMetaJSON :: Type -> Type #

Show TransactionMetaJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Eq TransactionMetaJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToSample TransactionMetaJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep TransactionMetaJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep TransactionMetaJSON = D1 ('MetaData "TransactionMetaJSON" "Blockfrost.Types.Cardano.Transactions" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "TransactionMetaJSON" 'PrefixI 'True) (S1 ('MetaSel ('Just "_transactionMetaJSONLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "_transactionMetaJSONJSONMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Value))))

data TransactionMir #

Information about Move Instantaneous Rewards (MIRs) of a specific transaction

Constructors

TransactionMir 

Fields

Instances

Instances details
FromJSON TransactionMir 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToJSON TransactionMir 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Generic TransactionMir 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep TransactionMir :: Type -> Type #

Show TransactionMir 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Eq TransactionMir 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToSample TransactionMir 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep TransactionMir 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep TransactionMir = D1 ('MetaData "TransactionMir" "Blockfrost.Types.Cardano.Transactions" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "TransactionMir" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_transactionMirPot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Pot) :*: S1 ('MetaSel ('Just "_transactionMirCertIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)) :*: (S1 ('MetaSel ('Just "_transactionMirAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Address) :*: S1 ('MetaSel ('Just "_transactionMirAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces))))

data TransactionPoolRetiring #

Information about stake pool retirements within a specific transaction

Constructors

TransactionPoolRetiring 

Fields

Instances

Instances details
FromJSON TransactionPoolRetiring 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToJSON TransactionPoolRetiring 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Generic TransactionPoolRetiring 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep TransactionPoolRetiring :: Type -> Type #

Show TransactionPoolRetiring 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Eq TransactionPoolRetiring 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToSample TransactionPoolRetiring 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep TransactionPoolRetiring 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep TransactionPoolRetiring = D1 ('MetaData "TransactionPoolRetiring" "Blockfrost.Types.Cardano.Transactions" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "TransactionPoolRetiring" 'PrefixI 'True) (S1 ('MetaSel ('Just "_transactionPoolRetiringCertIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: (S1 ('MetaSel ('Just "_transactionPoolRetiringPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PoolId) :*: S1 ('MetaSel ('Just "_transactionPoolRetiringRetiringEpoch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Epoch))))

data TransactionPoolUpdate #

Information about stake pool registration and update certificates of a specific transaction

Constructors

TransactionPoolUpdate 

Fields

Instances

Instances details
FromJSON TransactionPoolUpdate 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToJSON TransactionPoolUpdate 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Generic TransactionPoolUpdate 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep TransactionPoolUpdate :: Type -> Type #

Show TransactionPoolUpdate 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Eq TransactionPoolUpdate 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToSample TransactionPoolUpdate 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep TransactionPoolUpdate 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep TransactionPoolUpdate = D1 ('MetaData "TransactionPoolUpdate" "Blockfrost.Types.Cardano.Transactions" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "TransactionPoolUpdate" 'PrefixI 'True) (((S1 ('MetaSel ('Just "_transactionPoolUpdateCertIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_transactionPoolUpdatePoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PoolId)) :*: (S1 ('MetaSel ('Just "_transactionPoolUpdateVrfKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "_transactionPoolUpdatePledge") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: S1 ('MetaSel ('Just "_transactionPoolUpdateMarginCost") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double)))) :*: ((S1 ('MetaSel ('Just "_transactionPoolUpdateFixedCost") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces) :*: (S1 ('MetaSel ('Just "_transactionPoolUpdateRewardAccount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Address) :*: S1 ('MetaSel ('Just "_transactionPoolUpdateOwners") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Address]))) :*: (S1 ('MetaSel ('Just "_transactionPoolUpdateMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe PoolUpdateMetadata)) :*: (S1 ('MetaSel ('Just "_transactionPoolUpdateRelays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [PoolRelay]) :*: S1 ('MetaSel ('Just "_transactionPoolUpdateActiveEpoch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Epoch))))))

data TransactionRedeemer #

Transaction redeemer

Constructors

TransactionRedeemer 

Fields

Instances

Instances details
FromJSON TransactionRedeemer 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToJSON TransactionRedeemer 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Generic TransactionRedeemer 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep TransactionRedeemer :: Type -> Type #

Show TransactionRedeemer 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Eq TransactionRedeemer 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToSample TransactionRedeemer 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep TransactionRedeemer 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep TransactionRedeemer = D1 ('MetaData "TransactionRedeemer" "Blockfrost.Types.Cardano.Transactions" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "TransactionRedeemer" 'PrefixI 'True) (((S1 ('MetaSel ('Just "_transactionRedeemerTxIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_transactionRedeemerPurpose") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ValidationPurpose)) :*: (S1 ('MetaSel ('Just "_transactionRedeemerScriptHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ScriptHash) :*: S1 ('MetaSel ('Just "_transactionRedeemerRedeemerDataHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 DatumHash))) :*: ((S1 ('MetaSel ('Just "_transactionRedeemerDatumHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 DatumHash) :*: S1 ('MetaSel ('Just "_transactionRedeemerUnitMem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Quantity)) :*: (S1 ('MetaSel ('Just "_transactionRedeemerUnitSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Quantity) :*: S1 ('MetaSel ('Just "_transactionRedeemerFee") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces)))))

data TransactionStake #

Information about (de-)registration of a stake address within a transaction

Constructors

TransactionStake 

Fields

Instances

Instances details
FromJSON TransactionStake 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToJSON TransactionStake 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Generic TransactionStake 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep TransactionStake :: Type -> Type #

Show TransactionStake 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Eq TransactionStake 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToSample TransactionStake 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep TransactionStake 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep TransactionStake = D1 ('MetaData "TransactionStake" "Blockfrost.Types.Cardano.Transactions" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "TransactionStake" 'PrefixI 'True) (S1 ('MetaSel ('Just "_transactionStakeCertIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: (S1 ('MetaSel ('Just "_transactionStakeAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Address) :*: S1 ('MetaSel ('Just "_transactionStakeRegistration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))))

data TransactionUtxos #

Transaction UTxOs

Constructors

TransactionUtxos 

Fields

Instances

Instances details
FromJSON TransactionUtxos 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToJSON TransactionUtxos 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Generic TransactionUtxos 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep TransactionUtxos :: Type -> Type #

Show TransactionUtxos 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Eq TransactionUtxos 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToSample TransactionUtxos 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep TransactionUtxos 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep TransactionUtxos = D1 ('MetaData "TransactionUtxos" "Blockfrost.Types.Cardano.Transactions" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "TransactionUtxos" 'PrefixI 'True) (S1 ('MetaSel ('Just "_transactionUtxosHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TxHash) :*: (S1 ('MetaSel ('Just "_transactionUtxosInputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [UtxoInput]) :*: S1 ('MetaSel ('Just "_transactionUtxosOutputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [UtxoOutput]))))

data TransactionWithdrawal #

Information about withdrawals of a specific transaction

Constructors

TransactionWithdrawal 

Fields

Instances

Instances details
FromJSON TransactionWithdrawal 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToJSON TransactionWithdrawal 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Generic TransactionWithdrawal 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep TransactionWithdrawal :: Type -> Type #

Show TransactionWithdrawal 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Eq TransactionWithdrawal 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToSample TransactionWithdrawal 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep TransactionWithdrawal 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep TransactionWithdrawal = D1 ('MetaData "TransactionWithdrawal" "Blockfrost.Types.Cardano.Transactions" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "TransactionWithdrawal" 'PrefixI 'True) (S1 ('MetaSel ('Just "_transactionWithdrawalAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Address) :*: S1 ('MetaSel ('Just "_transactionWithdrawalAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Lovelaces)))

newtype TxEval #

Transaction evaluation result wrapper

Constructors

TxEval 

Instances

Instances details
FromJSON TxEval 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

ToJSON TxEval 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

Generic TxEval 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

Associated Types

type Rep TxEval :: Type -> Type #

Methods

from :: TxEval -> Rep TxEval x #

to :: Rep TxEval x -> TxEval #

Show TxEval 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

Eq TxEval 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

Methods

(==) :: TxEval -> TxEval -> Bool #

(/=) :: TxEval -> TxEval -> Bool #

ToSample TxEval 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

Methods

toSamples :: Proxy TxEval -> [(Text, TxEval)] #

type Rep TxEval 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

type Rep TxEval = D1 ('MetaData "TxEval" "Blockfrost.Types.Cardano.Utils" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "TxEval" 'PrefixI 'True) (S1 ('MetaSel ('Just "_txEvalResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Either TxEvalFailure (Map TxEvalValidator TxEvalBudget)))))

data TxEvalBudget #

Constructors

TxEvalBudget 

Fields

Instances

Instances details
FromJSON TxEvalBudget 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

ToJSON TxEvalBudget 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

Generic TxEvalBudget 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

Associated Types

type Rep TxEvalBudget :: Type -> Type #

Show TxEvalBudget 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

Eq TxEvalBudget 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

ToSample TxEvalBudget 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

type Rep TxEvalBudget 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

type Rep TxEvalBudget = D1 ('MetaData "TxEvalBudget" "Blockfrost.Types.Cardano.Utils" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "TxEvalBudget" 'PrefixI 'True) (S1 ('MetaSel ('Just "_txEvalBudgetMemory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_txEvalBudgetSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)))

data TxEvalInput #

Transaction evaluation input for UTXO variant

Constructors

TxEvalInput 

Fields

Instances

Instances details
FromJSON TxEvalInput 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

ToJSON TxEvalInput 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

Generic TxEvalInput 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

Associated Types

type Rep TxEvalInput :: Type -> Type #

Show TxEvalInput 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

Eq TxEvalInput 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

ToSample TxEvalInput 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

type Rep TxEvalInput 
Instance details

Defined in Blockfrost.Types.Cardano.Utils

type Rep TxEvalInput = D1 ('MetaData "TxEvalInput" "Blockfrost.Types.Cardano.Utils" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "TxEvalInput" 'PrefixI 'True) (S1 ('MetaSel ('Just "_txEvalInputCbor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CBORString) :*: S1 ('MetaSel ('Just "_txEvalInputAdditionalUtxoSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Value)))

newtype TxHash #

Id (hash) of the transaction

Constructors

TxHash 

Fields

Instances

Instances details
FromJSON TxHash 
Instance details

Defined in Blockfrost.Types.Shared.TxHash

ToJSON TxHash 
Instance details

Defined in Blockfrost.Types.Shared.TxHash

IsString TxHash 
Instance details

Defined in Blockfrost.Types.Shared.TxHash

Methods

fromString :: String -> TxHash #

Generic TxHash 
Instance details

Defined in Blockfrost.Types.Shared.TxHash

Associated Types

type Rep TxHash :: Type -> Type #

Methods

from :: TxHash -> Rep TxHash x #

to :: Rep TxHash x -> TxHash #

Show TxHash 
Instance details

Defined in Blockfrost.Types.Shared.TxHash

Eq TxHash 
Instance details

Defined in Blockfrost.Types.Shared.TxHash

Methods

(==) :: TxHash -> TxHash -> Bool #

(/=) :: TxHash -> TxHash -> Bool #

Ord TxHash 
Instance details

Defined in Blockfrost.Types.Shared.TxHash

FromHttpApiData TxHash 
Instance details

Defined in Blockfrost.Types.Shared.TxHash

ToHttpApiData TxHash 
Instance details

Defined in Blockfrost.Types.Shared.TxHash

ToSample TxHash 
Instance details

Defined in Blockfrost.Types.Shared.TxHash

Methods

toSamples :: Proxy TxHash -> [(Text, TxHash)] #

ToCapture (Capture "hash" TxHash) 
Instance details

Defined in Blockfrost.Types.Shared.TxHash

Methods

toCapture :: Proxy (Capture "hash" TxHash) -> DocCapture #

type Rep TxHash 
Instance details

Defined in Blockfrost.Types.Shared.TxHash

type Rep TxHash = D1 ('MetaData "TxHash" "Blockfrost.Types.Shared.TxHash" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'True) (C1 ('MetaCons "TxHash" 'PrefixI 'True) (S1 ('MetaSel ('Just "unTxHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

data TxMeta #

Transaction metadata label in use

Instances

Instances details
FromJSON TxMeta 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

ToJSON TxMeta 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

Generic TxMeta 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

Associated Types

type Rep TxMeta :: Type -> Type #

Methods

from :: TxMeta -> Rep TxMeta x #

to :: Rep TxMeta x -> TxMeta #

Show TxMeta 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

Eq TxMeta 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

Methods

(==) :: TxMeta -> TxMeta -> Bool #

(/=) :: TxMeta -> TxMeta -> Bool #

ToSample TxMeta 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

Methods

toSamples :: Proxy TxMeta -> [(Text, TxMeta)] #

type Rep TxMeta 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

type Rep TxMeta = D1 ('MetaData "TxMeta" "Blockfrost.Types.Cardano.Metadata" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "TxMeta" 'PrefixI 'True) (S1 ('MetaSel ('Just "_txMetaLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "_txMetaCip10") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "_txMetaCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Quantity))))

data TxMetaCBOR #

Transaction metadata content in CBOR

Constructors

TxMetaCBOR 

Fields

Instances

Instances details
FromJSON TxMetaCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

ToJSON TxMetaCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

Generic TxMetaCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

Associated Types

type Rep TxMetaCBOR :: Type -> Type #

Show TxMetaCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

Eq TxMetaCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

ToSample TxMetaCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

type Rep TxMetaCBOR 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

type Rep TxMetaCBOR = D1 ('MetaData "TxMetaCBOR" "Blockfrost.Types.Cardano.Metadata" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "TxMetaCBOR" 'PrefixI 'True) (S1 ('MetaSel ('Just "_txMetaCBORTxHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TxHash) :*: S1 ('MetaSel ('Just "_txMetaCBORMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))))

data TxMetaJSON #

Transaction metadata content in JSON

Constructors

TxMetaJSON 

Fields

Instances

Instances details
FromJSON TxMetaJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

ToJSON TxMetaJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

Generic TxMetaJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

Associated Types

type Rep TxMetaJSON :: Type -> Type #

Show TxMetaJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

Eq TxMetaJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

ToSample TxMetaJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

type Rep TxMetaJSON 
Instance details

Defined in Blockfrost.Types.Cardano.Metadata

type Rep TxMetaJSON = D1 ('MetaData "TxMetaJSON" "Blockfrost.Types.Cardano.Metadata" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "TxMetaJSON" 'PrefixI 'True) (S1 ('MetaSel ('Just "_txMetaJSONTxHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TxHash) :*: S1 ('MetaSel ('Just "_txMetaJSONJSONMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Value))))

data URLVersion #

Root endpoint reply

Instances

Instances details
FromJSON URLVersion 
Instance details

Defined in Blockfrost.Types.Common

ToJSON URLVersion 
Instance details

Defined in Blockfrost.Types.Common

Generic URLVersion 
Instance details

Defined in Blockfrost.Types.Common

Associated Types

type Rep URLVersion :: Type -> Type #

Show URLVersion 
Instance details

Defined in Blockfrost.Types.Common

Eq URLVersion 
Instance details

Defined in Blockfrost.Types.Common

ToSample URLVersion 
Instance details

Defined in Blockfrost.Types.Common

type Rep URLVersion 
Instance details

Defined in Blockfrost.Types.Common

type Rep URLVersion = D1 ('MetaData "URLVersion" "Blockfrost.Types.Common" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "URLVersion" 'PrefixI 'True) (S1 ('MetaSel ('Just "_urlVersionUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "_urlVersionVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

data UtxoInput #

Transaction input UTxO

Constructors

UtxoInput 

Fields

Instances

Instances details
FromJSON UtxoInput 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToJSON UtxoInput 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Generic UtxoInput 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep UtxoInput :: Type -> Type #

Show UtxoInput 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Eq UtxoInput 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToSample UtxoInput 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep UtxoInput 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep UtxoInput = D1 ('MetaData "UtxoInput" "Blockfrost.Types.Cardano.Transactions" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "UtxoInput" 'PrefixI 'True) (((S1 ('MetaSel ('Just "_utxoInputAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Address) :*: S1 ('MetaSel ('Just "_utxoInputAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Amount])) :*: (S1 ('MetaSel ('Just "_utxoInputTxHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TxHash) :*: S1 ('MetaSel ('Just "_utxoInputOutputIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer))) :*: ((S1 ('MetaSel ('Just "_utxoInputCollateral") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "_utxoInputDataHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe DatumHash))) :*: (S1 ('MetaSel ('Just "_utxoInputInlineDatum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe InlineDatum)) :*: (S1 ('MetaSel ('Just "_utxoInputReferenceScriptHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe ScriptHash)) :*: S1 ('MetaSel ('Just "_utxoInputReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))))))

data UtxoOutput #

Transaction output UTxO

Constructors

UtxoOutput 

Fields

Instances

Instances details
FromJSON UtxoOutput 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToJSON UtxoOutput 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Generic UtxoOutput 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Associated Types

type Rep UtxoOutput :: Type -> Type #

Show UtxoOutput 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

Eq UtxoOutput 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

ToSample UtxoOutput 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep UtxoOutput 
Instance details

Defined in Blockfrost.Types.Cardano.Transactions

type Rep UtxoOutput = D1 ('MetaData "UtxoOutput" "Blockfrost.Types.Cardano.Transactions" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) (C1 ('MetaCons "UtxoOutput" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_utxoOutputAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Address) :*: (S1 ('MetaSel ('Just "_utxoOutputAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Amount]) :*: S1 ('MetaSel ('Just "_utxoOutputDataHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe DatumHash)))) :*: ((S1 ('MetaSel ('Just "_utxoOutputOutputIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "_utxoOutputCollateral") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)) :*: (S1 ('MetaSel ('Just "_utxoOutputInlineDatum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe InlineDatum)) :*: S1 ('MetaSel ('Just "_utxoOutputReferenceScriptHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe ScriptHash))))))

data ValidationPurpose #

Validation purpose

Constructors

Spend 
Mint 
Cert 
Reward 

Instances

Instances details
FromJSON ValidationPurpose 
Instance details

Defined in Blockfrost.Types.Shared.ValidationPurpose

ToJSON ValidationPurpose 
Instance details

Defined in Blockfrost.Types.Shared.ValidationPurpose

Generic ValidationPurpose 
Instance details

Defined in Blockfrost.Types.Shared.ValidationPurpose

Associated Types

type Rep ValidationPurpose :: Type -> Type #

Show ValidationPurpose 
Instance details

Defined in Blockfrost.Types.Shared.ValidationPurpose

Eq ValidationPurpose 
Instance details

Defined in Blockfrost.Types.Shared.ValidationPurpose

Ord ValidationPurpose 
Instance details

Defined in Blockfrost.Types.Shared.ValidationPurpose

ToSample ValidationPurpose 
Instance details

Defined in Blockfrost.Types.Shared.ValidationPurpose

type Rep ValidationPurpose 
Instance details

Defined in Blockfrost.Types.Shared.ValidationPurpose

type Rep ValidationPurpose = D1 ('MetaData "ValidationPurpose" "Blockfrost.Types.Shared.ValidationPurpose" "blockfrost-api-0.10.0.0-6gIglQP4dxc6YGfW1C06dG" 'False) ((C1 ('MetaCons "Spend" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Mint" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "Cert" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Reward" 'PrefixI 'False) (U1 :: Type -> Type)))