Copyright | © 2018-2020 IOHK |
---|---|
License | Apache-2.0 |
Safe Haskell | None |
Language | Haskell2010 |
Auto-generated Sqlite & Persistent machinery via Template-Haskell. This has been moved into a separate file so that we can treat it slightly differently when computing code-coverage.
More than 6K lines end-up being generated from the instructions below! As a result, we're going to ignore code-coverage on the following module and, no hand-written functions should be written in this module!
Documentation
Wallet | |
|
Instances
data PrivateKey Source #
PrivateKey | |
|
Instances
type PrivateKeyId = Key PrivateKey Source #
TxMeta | |
|
Instances
TxIn | |
|
Instances
data TxCollateral Source #
TxCollateral | |
|
Instances
type TxCollateralId = Key TxCollateral Source #
TxOut | |
|
Instances
data TxOutToken Source #
TxOutToken | |
|
Instances
type TxOutTokenId = Key TxOutToken Source #
data TxCollateralOut Source #
TxCollateralOut | |
|
Instances
type TxCollateralOutId = Key TxCollateralOut Source #
data TxCollateralOutToken Source #
Instances
data TxWithdrawal Source #
TxWithdrawal | |
|
Instances
type TxWithdrawalId = Key TxWithdrawal Source #
data LocalTxSubmission Source #
Instances
data Checkpoint Source #
Checkpoint | |
|
Instances
type CheckpointId = Key Checkpoint Source #
data ProtocolParameters Source #
Instances
data StakeKeyCertificate Source #
Instances
data DelegationCertificate Source #
DelegationCertificate | |
|
Instances
data DelegationReward Source #
Instances
type DelegationRewardId = Key DelegationReward Source #
UTxO | |
|
Instances
UTxOToken | |
|
Instances
type UTxOTokenId = Key UTxOToken Source #
Instances
type SeqStateId = Key SeqState Source #
data SeqStateAddress Source #
Instances
type SeqStateAddressId = Key SeqStateAddress Source #
data SeqStatePendingIx Source #
Instances
RndState | |
|
Instances
type RndStateId = Key RndState Source #
data RndStateAddress Source #
Instances
type RndStateAddressId = Key RndStateAddress Source #
data RndStatePendingAddress Source #
Instances
type SharedStateId = Key SharedState Source #
data SharedStatePendingIx Source #
Instances
data CosignerKey Source #
Instances
type CosignerKeyId = Key CosignerKey Source #
cosigner_key :: CosignerKey -> Key Wallet Source #
shared_state :: SharedState -> Key Wallet Source #
checkpoint :: Checkpoint -> Key Wallet Source #
fk_tx_meta :: LocalTxSubmission -> Key TxMeta Source #