Safe Haskell | None |
---|---|
Language | Haskell2010 |
Responses for Cardano accounts queries
Synopsis
-
data
AccountInfo
=
AccountInfo
{
- _accountInfoStakeAddress :: Address
- _accountInfoActive :: Bool
- _accountInfoActiveEpoch :: Maybe Integer
- _accountInfoControlledAmount :: Lovelaces
- _accountInfoRewardsSum :: Lovelaces
- _accountInfoWithdrawalsSum :: Lovelaces
- _accountInfoReservesSum :: Lovelaces
- _accountInfoTreasurySum :: Lovelaces
- _accountInfoWithdrawableAmount :: Lovelaces
- _accountInfoPoolId :: Maybe PoolId
- data AccountReward = AccountReward { }
- data AccountHistory = AccountHistory { }
- data AccountDelegation = AccountDelegation { }
- data AccountRegistration = AccountRegistration { }
- data AccountRegistrationAction
- data AccountWithdrawal = AccountWithdrawal { }
- data AccountMir = AccountMir { }
- newtype AddressAssociated = AddressAssociated { }
Documentation
data AccountInfo Source #
Information about an account, identified by its stake address
AccountInfo | |
|
Instances
data AccountReward Source #
Reward received by an account
AccountReward | |
|
Instances
data AccountHistory Source #
History of accounts stake delegation
AccountHistory | |
|
Instances
data AccountDelegation Source #
Account delegations and associated transaction IDs
AccountDelegation | |
|
Instances
data AccountRegistration Source #
Account (de)registration
AccountRegistration | |
|
Instances
data AccountRegistrationAction Source #
Registration action
Instances
data AccountWithdrawal Source #
Withdrawal from an account
AccountWithdrawal | |
|
Instances
data AccountMir Source #
Account MIR (Move Instantaneous Reward)
AccountMir | |
|
Instances
newtype AddressAssociated Source #
Address associated with an account address