Documentation
¶
Index ¶
- type Account
- type AddNetworkDonationParams
- type AddressTransaction
- type Asset
- type AssetMintBurn
- type BackfillCheckpoint
- type BackfillNodeSettingsNetworkParams
- type BlockNonce
- type ClaimOffchainMetadataFetchParams
- type CommitTimestamp
- type CommitteeMember
- type CommitteeQuorum
- type Constitution
- type CountTransactionsInSlotRangeParams
- type CreateAccountParams
- type CreateAssetParams
- type CreateDrepParams
- type CreateMidnightAriadneRollbackParams
- type CreateMidnightAssetCreateParams
- type CreateMidnightAssetSpendParams
- type CreateMidnightDeregistrationParams
- type CreateMidnightRegistrationParams
- type CreatePoolStakeSnapshotParams
- type CreateUtxoIfAbsentParams
- type CreateUtxoParams
- type DBTX
- type Datum
- type DeleteBlockNoncesAfterPointParams
- type DeletePoolStakeSnapshotsForEpochParams
- type DeleteProvisionalRewardSnapshotParams
- type DeleteRewardAccountOutputsAfterSlotParams
- type DeleteRewardPoolInputsAfterSlotParams
- type DeleteRewardPoolOutputsAfterSlotParams
- type DeleteRewardSnapshotsAfterSlotParams
- type DeleteRewardStakeInputsAfterSlotParams
- type Drep
- type Epoch
- type EpochSummary
- type GetAccountByCredentialParams
- type GetActiveAccountByCredentialParams
- type GetActiveDrepByCredentialParams
- type GetAssetByPolicyAndNameParams
- type GetAssetMintBurnInfoParams
- type GetAssetMintBurnInfoRow
- type GetAssetQuantityByPolicyAndNameParams
- type GetBlockNonceParams
- type GetBlockNoncesInSlotRangeParams
- type GetBlockSlotRangeStatsParams
- type GetBlockSlotRangeStatsRow
- type GetControlledAmountByCredentialParams
- type GetDRepDelegatorsParams
- type GetDRepDelegatorsRow
- type GetDrepByCredentialParams
- type GetDrepLastRegistrationSlotParams
- type GetEpochBySlotParams
- type GetEpochBySlotRow
- type GetEpochRow
- type GetEpochsByEraRow
- type GetEpochsRow
- type GetLastBlockNonceInRangeParams
- type GetLatestMidnightGovernanceDatumParams
- type GetLiveUtxoParams
- type GetLiveUtxoRefsBySlotRow
- type GetLiveUtxosByAssetParams
- type GetNodeSettingsGatesRow
- type GetNodeSettingsRow
- type GetOffchainMetadataFetchCandidatesParams
- type GetOffchainMetadataParams
- type GetPParamUpdatesParams
- type GetPParamsParams
- type GetPoolStakeSnapshotParams
- type GetPoolStakeSnapshotsByEpochParams
- type GetRewardSnapshotParams
- type GetTipRow
- type GetTokenRegistryEntryRow
- type GetUtxoIDByRefParams
- type GetUtxoIncludingSpentParams
- type GetUtxoRefsBySlotRow
- type GetUtxosDeletedBeforeSlotParams
- type ImportAccountParams
- type ImportAssetParams
- type ImportCheckpoint
- type ImportDrepParams
- type ImportDrepRegistrationParams
- type InsertDrepIfAbsentParams
- type InsertMidnightCommitteeCandidateRegistrationParams
- type InsertMidnightGovernanceDatumParams
- type InsertNodeSettingsGateIfAbsentParams
- type InsertNodeSettingsParams
- type InsertOffchainMetadataPointerParams
- type InsertRewardSnapshotParams
- type MidnightAriadneParam
- type MidnightAriadneRollback
- type MidnightAssetCreate
- type MidnightAssetSpend
- type MidnightCommitteeCandidateRegistration
- type MidnightDeregistration
- type MidnightEpochCandidate
- type MidnightGovernanceDatum
- type MidnightRegistration
- type NetworkDonation
- type NetworkState
- type NodeSetting
- type NodeSettingsGate
- type OffchainMetadatum
- type PoolStakeSnapshot
- type Pparam
- type PparamUpdate
- type Querier
- type Queries
- func (q *Queries) AddNetworkDonation(ctx context.Context, arg AddNetworkDonationParams) error
- func (q *Queries) BackfillNodeSettingsNetwork(ctx context.Context, arg BackfillNodeSettingsNetworkParams) (int64, error)
- func (q *Queries) ClaimOffchainMetadataFetch(ctx context.Context, arg ClaimOffchainMetadataFetchParams) (int64, error)
- func (q *Queries) ClearSyncState(ctx context.Context) error
- func (q *Queries) CountTransactionsByMetadataLabel(ctx context.Context, label sql.NullString) (int64, error)
- func (q *Queries) CountTransactionsByPaymentCred(ctx context.Context, paymentKey []byte) (int64, error)
- func (q *Queries) CountTransactionsInSlotRange(ctx context.Context, arg CountTransactionsInSlotRangeParams) (int64, error)
- func (q *Queries) CreateAccount(ctx context.Context, arg CreateAccountParams) (int64, error)
- func (q *Queries) CreateAsset(ctx context.Context, arg CreateAssetParams) (int64, error)
- func (q *Queries) CreateDrep(ctx context.Context, arg CreateDrepParams) (int64, error)
- func (q *Queries) CreateMidnightAriadneRollback(ctx context.Context, arg CreateMidnightAriadneRollbackParams) (int64, error)
- func (q *Queries) CreateMidnightAssetCreate(ctx context.Context, arg CreateMidnightAssetCreateParams) (int64, error)
- func (q *Queries) CreateMidnightAssetSpend(ctx context.Context, arg CreateMidnightAssetSpendParams) (int64, error)
- func (q *Queries) CreateMidnightDeregistration(ctx context.Context, arg CreateMidnightDeregistrationParams) (int64, error)
- func (q *Queries) CreateMidnightRegistration(ctx context.Context, arg CreateMidnightRegistrationParams) (int64, error)
- func (q *Queries) CreatePoolStakeSnapshot(ctx context.Context, arg CreatePoolStakeSnapshotParams) (int64, error)
- func (q *Queries) CreateUtxo(ctx context.Context, arg CreateUtxoParams) (int64, error)
- func (q *Queries) CreateUtxoIfAbsent(ctx context.Context, arg CreateUtxoIfAbsentParams) (int64, error)
- func (q *Queries) DeleteAddressTransactionsAfterSlot(ctx context.Context, slot sql.NullInt64) error
- func (q *Queries) DeleteBlockNoncesAfterOrigin(ctx context.Context, slot sql.NullInt64) error
- func (q *Queries) DeleteBlockNoncesAfterPoint(ctx context.Context, arg DeleteBlockNoncesAfterPointParams) error
- func (q *Queries) DeleteBlockNoncesBeforeSlot(ctx context.Context, slot sql.NullInt64) error
- func (q *Queries) DeleteBlockNoncesBeforeSlotWithoutCheckpoints(ctx context.Context, slot sql.NullInt64) error
- func (q *Queries) DeleteCommitteeMembersAddedAfterSlot(ctx context.Context, addedSlot int64) error
- func (q *Queries) DeleteCommitteeQuorumsAfterSlot(ctx context.Context, addedSlot int64) error
- func (q *Queries) DeleteConstitutionsAddedAfterSlot(ctx context.Context, addedSlot int64) error
- func (q *Queries) DeleteEpochSummariesAfterEpoch(ctx context.Context, epoch int64) error
- func (q *Queries) DeleteEpochsAfterSlot(ctx context.Context, startSlot sql.NullInt64) error
- func (q *Queries) DeleteMidnightAriadneParamsByEpoch(ctx context.Context, epoch int64) error
- func (q *Queries) DeleteMidnightAriadneRollbacksBeforeBlock(ctx context.Context, blockNumber int64) error
- func (q *Queries) DeleteMidnightAriadneRollbacksByBlock(ctx context.Context, blockNumber int64) error
- func (q *Queries) DeleteMidnightAssetCreatesByBlock(ctx context.Context, blockNumber int64) error
- func (q *Queries) DeleteMidnightAssetSpendsByBlock(ctx context.Context, blockNumber int64) error
- func (q *Queries) DeleteMidnightCommitteeCandidateRegistrationsByBlock(ctx context.Context, blockNumber int64) error
- func (q *Queries) DeleteMidnightDeregistrationsByBlock(ctx context.Context, blockNumber int64) error
- func (q *Queries) DeleteMidnightEpochCandidatesByBlock(ctx context.Context, blockNumber int64) error
- func (q *Queries) DeleteMidnightGovernanceDatumsByBlock(ctx context.Context, blockNumber int64) error
- func (q *Queries) DeleteMidnightRegistrationsByBlock(ctx context.Context, blockNumber int64) error
- func (q *Queries) DeleteNetworkDonationsAfterSlot(ctx context.Context, slot int64) error
- func (q *Queries) DeleteNetworkStateAfterSlot(ctx context.Context, slot int64) error
- func (q *Queries) DeletePParamUpdatesAfterSlot(ctx context.Context, addedSlot sql.NullInt64) error
- func (q *Queries) DeletePParamsAfterSlot(ctx context.Context, addedSlot sql.NullInt64) error
- func (q *Queries) DeletePoolStakeSnapshotsAfterEpoch(ctx context.Context, epoch int64) error
- func (q *Queries) DeletePoolStakeSnapshotsBeforeEpoch(ctx context.Context, epoch int64) error
- func (q *Queries) DeletePoolStakeSnapshotsForEpoch(ctx context.Context, arg DeletePoolStakeSnapshotsForEpochParams) error
- func (q *Queries) DeleteProvisionalRewardSnapshot(ctx context.Context, arg DeleteProvisionalRewardSnapshotParams) error
- func (q *Queries) DeleteRewardAccountOutputsAfterSlot(ctx context.Context, arg DeleteRewardAccountOutputsAfterSlotParams) error
- func (q *Queries) DeleteRewardAccountOutputsBeforeEpoch(ctx context.Context, epoch int64) error
- func (q *Queries) DeleteRewardAccountOutputsForEpoch(ctx context.Context, epoch int64) error
- func (q *Queries) DeleteRewardAdaPotsAfterSlot(ctx context.Context, capturedSlot int64) error
- func (q *Queries) DeleteRewardPoolInputsAfterSlot(ctx context.Context, arg DeleteRewardPoolInputsAfterSlotParams) error
- func (q *Queries) DeleteRewardPoolInputsForEpoch(ctx context.Context, epoch int64) error
- func (q *Queries) DeleteRewardPoolOutputsAfterSlot(ctx context.Context, arg DeleteRewardPoolOutputsAfterSlotParams) error
- func (q *Queries) DeleteRewardPoolOutputsForEpoch(ctx context.Context, epoch int64) error
- func (q *Queries) DeleteRewardSnapshotsAfterSlot(ctx context.Context, arg DeleteRewardSnapshotsAfterSlotParams) error
- func (q *Queries) DeleteRewardStakeInputsAfterSlot(ctx context.Context, arg DeleteRewardStakeInputsAfterSlotParams) error
- func (q *Queries) DeleteRewardStakeInputsBeforeEpoch(ctx context.Context, epoch int64) error
- func (q *Queries) DeleteRewardStakeInputsForEpoch(ctx context.Context, epoch int64) error
- func (q *Queries) DeleteSyncState(ctx context.Context, syncKey string) error
- func (q *Queries) DeleteTransactionMetadataLabelsAfterSlot(ctx context.Context, slot sql.NullInt64) error
- func (q *Queries) FindMidnightAriadneRollbacksByBlock(ctx context.Context, blockNumber int64) ([]MidnightAriadneRollback, error)
- func (q *Queries) FindUnspentMidnightAssetCreates(ctx context.Context) ([]MidnightAssetCreate, error)
- func (q *Queries) FindUnspentMidnightRegistrations(ctx context.Context) ([]MidnightRegistration, error)
- func (q *Queries) GetAccountByCredential(ctx context.Context, arg GetAccountByCredentialParams) (Account, error)
- func (q *Queries) GetActiveAccountByCredential(ctx context.Context, arg GetActiveAccountByCredentialParams) (Account, error)
- func (q *Queries) GetActiveDrepByCredential(ctx context.Context, arg GetActiveDrepByCredentialParams) (Drep, error)
- func (q *Queries) GetActiveDrepByHash(ctx context.Context, credential []byte) (Drep, error)
- func (q *Queries) GetActiveDreps(ctx context.Context) ([]Drep, error)
- func (q *Queries) GetAssetByPolicyAndName(ctx context.Context, arg GetAssetByPolicyAndNameParams) (Asset, error)
- func (q *Queries) GetAssetMintBurnInfo(ctx context.Context, arg GetAssetMintBurnInfoParams) (GetAssetMintBurnInfoRow, error)
- func (q *Queries) GetAssetQuantityByPolicyAndName(ctx context.Context, arg GetAssetQuantityByPolicyAndNameParams) ([]sql.NullString, error)
- func (q *Queries) GetAssetsByUtxoID(ctx context.Context, utxoID sql.NullInt64) ([]Asset, error)
- func (q *Queries) GetBackfillCheckpoint(ctx context.Context, phase string) (BackfillCheckpoint, error)
- func (q *Queries) GetBlockNonce(ctx context.Context, arg GetBlockNonceParams) ([]byte, error)
- func (q *Queries) GetBlockNoncesInSlotRange(ctx context.Context, arg GetBlockNoncesInSlotRangeParams) ([]BlockNonce, error)
- func (q *Queries) GetBlockSlotRangeStats(ctx context.Context, arg GetBlockSlotRangeStatsParams) (GetBlockSlotRangeStatsRow, error)
- func (q *Queries) GetCommitTimestamp(ctx context.Context) (sql.NullInt64, error)
- func (q *Queries) GetCommitteeMembers(ctx context.Context) ([]CommitteeMember, error)
- func (q *Queries) GetCommitteeMembersIncludeDeleted(ctx context.Context) ([]CommitteeMember, error)
- func (q *Queries) GetCommitteeQuorum(ctx context.Context) (sql.NullString, error)
- func (q *Queries) GetConstitution(ctx context.Context) (Constitution, error)
- func (q *Queries) GetControlledAmountByCredential(ctx context.Context, arg GetControlledAmountByCredentialParams) ([]sql.NullString, error)
- func (q *Queries) GetDRepDelegators(ctx context.Context, arg GetDRepDelegatorsParams) ([]GetDRepDelegatorsRow, error)
- func (q *Queries) GetDatum(ctx context.Context, hash []byte) (Datum, error)
- func (q *Queries) GetDrepByCredential(ctx context.Context, arg GetDrepByCredentialParams) (Drep, error)
- func (q *Queries) GetDrepByHash(ctx context.Context, credential []byte) (Drep, error)
- func (q *Queries) GetDrepLastRegistrationSlot(ctx context.Context, arg GetDrepLastRegistrationSlotParams) (int64, error)
- func (q *Queries) GetEpoch(ctx context.Context, epochID sql.NullInt64) (GetEpochRow, error)
- func (q *Queries) GetEpochBySlot(ctx context.Context, arg GetEpochBySlotParams) (GetEpochBySlotRow, error)
- func (q *Queries) GetEpochSummary(ctx context.Context, epoch int64) (EpochSummary, error)
- func (q *Queries) GetEpochs(ctx context.Context) ([]GetEpochsRow, error)
- func (q *Queries) GetEpochsByEra(ctx context.Context, eraID sql.NullInt64) ([]GetEpochsByEraRow, error)
- func (q *Queries) GetExpiredDReps(ctx context.Context, expiryEpoch sql.NullInt64) ([]Drep, error)
- func (q *Queries) GetImportCheckpoint(ctx context.Context, importKey string) (ImportCheckpoint, error)
- func (q *Queries) GetLastBlockNonceInRange(ctx context.Context, arg GetLastBlockNonceInRangeParams) ([]byte, error)
- func (q *Queries) GetLatestEpochSummary(ctx context.Context) (EpochSummary, error)
- func (q *Queries) GetLatestMidnightAriadneParams(ctx context.Context) (MidnightAriadneParam, error)
- func (q *Queries) GetLatestMidnightGovernanceDatum(ctx context.Context, arg GetLatestMidnightGovernanceDatumParams) (MidnightGovernanceDatum, error)
- func (q *Queries) GetLatestNetworkState(ctx context.Context) (NetworkState, error)
- func (q *Queries) GetLiveUtxo(ctx context.Context, arg GetLiveUtxoParams) (Utxo, error)
- func (q *Queries) GetLiveUtxoRefsBySlot(ctx context.Context, addedSlot sql.NullInt64) ([]GetLiveUtxoRefsBySlotRow, error)
- func (q *Queries) GetLiveUtxosByAsset(ctx context.Context, arg GetLiveUtxosByAssetParams) ([]Utxo, error)
- func (q *Queries) GetLiveUtxosByAssetPolicy(ctx context.Context, policyID []byte) ([]Utxo, error)
- func (q *Queries) GetMidnightAriadneParamsAtOrBeforeEpoch(ctx context.Context, epoch int64) (MidnightAriadneParam, error)
- func (q *Queries) GetMidnightAriadneParamsByEpoch(ctx context.Context, epoch int64) (MidnightAriadneParam, error)
- func (q *Queries) GetMidnightAssetCreatesByBlock(ctx context.Context, blockNumber int64) ([]MidnightAssetCreate, error)
- func (q *Queries) GetMidnightAssetSpendsByBlock(ctx context.Context, blockNumber int64) ([]MidnightAssetSpend, error)
- func (q *Queries) GetMidnightDeregistrationsByBlock(ctx context.Context, blockNumber int64) ([]MidnightDeregistration, error)
- func (q *Queries) GetMidnightEpochCandidatesByEpoch(ctx context.Context, epoch int64) (MidnightEpochCandidate, error)
- func (q *Queries) GetMidnightRegistrationsByBlock(ctx context.Context, blockNumber int64) ([]MidnightRegistration, error)
- func (q *Queries) GetNodeSettings(ctx context.Context) (GetNodeSettingsRow, error)
- func (q *Queries) GetNodeSettingsGates(ctx context.Context) ([]GetNodeSettingsGatesRow, error)
- func (q *Queries) GetOffchainMetadata(ctx context.Context, arg GetOffchainMetadataParams) (OffchainMetadatum, error)
- func (q *Queries) GetOffchainMetadataFetchCandidates(ctx context.Context, arg GetOffchainMetadataFetchCandidatesParams) ([]OffchainMetadatum, error)
- func (q *Queries) GetPParamUpdates(ctx context.Context, arg GetPParamUpdatesParams) ([]PparamUpdate, error)
- func (q *Queries) GetPParams(ctx context.Context, arg GetPParamsParams) ([]Pparam, error)
- func (q *Queries) GetPoolStakeSnapshot(ctx context.Context, arg GetPoolStakeSnapshotParams) (PoolStakeSnapshot, error)
- func (q *Queries) GetPoolStakeSnapshotsByEpoch(ctx context.Context, arg GetPoolStakeSnapshotsByEpochParams) ([]PoolStakeSnapshot, error)
- func (q *Queries) GetRewardAccountOutputs(ctx context.Context, epoch int64) ([]RewardAccountOutput, error)
- func (q *Queries) GetRewardAdaPots(ctx context.Context, epoch int64) (RewardAdaPot, error)
- func (q *Queries) GetRewardPoolInputs(ctx context.Context, epoch int64) ([]RewardPoolInput, error)
- func (q *Queries) GetRewardPoolOutputs(ctx context.Context, epoch int64) ([]RewardPoolOutput, error)
- func (q *Queries) GetRewardSnapshot(ctx context.Context, arg GetRewardSnapshotParams) (RewardSnapshot, error)
- func (q *Queries) GetRewardStakeInputs(ctx context.Context, epoch int64) ([]RewardStakeInput, error)
- func (q *Queries) GetScript(ctx context.Context, hash []byte) (Script, error)
- func (q *Queries) GetScriptLockedSupply(ctx context.Context) ([]sql.NullString, error)
- func (q *Queries) GetSyncState(ctx context.Context, syncKey string) (string, error)
- func (q *Queries) GetTip(ctx context.Context) (GetTipRow, error)
- func (q *Queries) GetTokenRegistryEntry(ctx context.Context, subject string) (GetTokenRegistryEntryRow, error)
- func (q *Queries) GetTransactionByHash(ctx context.Context, hash []byte) (Transaction, error)
- func (q *Queries) GetTransactionHashesAfterSlot(ctx context.Context, slot sql.NullInt64) ([][]byte, error)
- func (q *Queries) GetTransactionIDByHash(ctx context.Context, hash []byte) (int64, error)
- func (q *Queries) GetTransactionMetadataByHash(ctx context.Context, hash []byte) ([]byte, error)
- func (q *Queries) GetTransactionSlotByHash(ctx context.Context, hash []byte) (sql.NullInt64, error)
- func (q *Queries) GetTransactionsByBlockHash(ctx context.Context, blockHash []byte) ([]Transaction, error)
- func (q *Queries) GetUtxoIDByRef(ctx context.Context, arg GetUtxoIDByRefParams) (int64, error)
- func (q *Queries) GetUtxoIncludingSpent(ctx context.Context, arg GetUtxoIncludingSpentParams) (Utxo, error)
- func (q *Queries) GetUtxoRefsBySlot(ctx context.Context, addedSlot sql.NullInt64) ([]GetUtxoRefsBySlotRow, error)
- func (q *Queries) GetUtxosAddedAfterSlot(ctx context.Context, addedSlot sql.NullInt64) ([]Utxo, error)
- func (q *Queries) GetUtxosDeletedBeforeSlot(ctx context.Context, arg GetUtxosDeletedBeforeSlotParams) ([]Utxo, error)
- func (q *Queries) ImportAccount(ctx context.Context, arg ImportAccountParams) (int64, error)
- func (q *Queries) ImportAsset(ctx context.Context, arg ImportAssetParams) error
- func (q *Queries) ImportDrep(ctx context.Context, arg ImportDrepParams) (int64, error)
- func (q *Queries) ImportDrepRegistration(ctx context.Context, arg ImportDrepRegistrationParams) (int64, error)
- func (q *Queries) InsertDrepIfAbsent(ctx context.Context, arg InsertDrepIfAbsentParams) error
- func (q *Queries) InsertMidnightCommitteeCandidateRegistration(ctx context.Context, arg InsertMidnightCommitteeCandidateRegistrationParams) (int64, error)
- func (q *Queries) InsertMidnightGovernanceDatum(ctx context.Context, arg InsertMidnightGovernanceDatumParams) (int64, error)
- func (q *Queries) InsertNodeSettings(ctx context.Context, arg InsertNodeSettingsParams) (int64, error)
- func (q *Queries) InsertNodeSettingsGateIfAbsent(ctx context.Context, arg InsertNodeSettingsGateIfAbsentParams) (int64, error)
- func (q *Queries) InsertOffchainMetadataPointer(ctx context.Context, arg InsertOffchainMetadataPointerParams) (int64, error)
- func (q *Queries) InsertRewardSnapshot(ctx context.Context, arg InsertRewardSnapshotParams) (int64, error)
- func (q *Queries) PruneTokenRegistryEntriesStaleBefore(ctx context.Context, updatedAt sql.NullTime) (int64, error)
- func (q *Queries) ReleaseFallbackRewardSnapshotGuard(ctx context.Context, id int64) (int64, error)
- func (q *Queries) RestoreCommitteeMembersDeletedAfterSlot(ctx context.Context, deletedSlot sql.NullInt64) error
- func (q *Queries) RestoreConstitutionsDeletedAfterSlot(ctx context.Context, deletedSlot sql.NullInt64) error
- func (q *Queries) SaveEpochSummary(ctx context.Context, arg SaveEpochSummaryParams) (int64, error)
- func (q *Queries) SavePoolStakeSnapshot(ctx context.Context, arg SavePoolStakeSnapshotParams) (int64, error)
- func (q *Queries) SaveRewardAccountOutput(ctx context.Context, arg SaveRewardAccountOutputParams) (int64, error)
- func (q *Queries) SaveRewardAdaPots(ctx context.Context, arg SaveRewardAdaPotsParams) (int64, error)
- func (q *Queries) SaveRewardPoolInput(ctx context.Context, arg SaveRewardPoolInputParams) (int64, error)
- func (q *Queries) SaveRewardPoolOutput(ctx context.Context, arg SaveRewardPoolOutputParams) (int64, error)
- func (q *Queries) SaveRewardSnapshot(ctx context.Context, arg SaveRewardSnapshotParams) (int64, error)
- func (q *Queries) SaveRewardStakeInput(ctx context.Context, arg SaveRewardStakeInputParams) (int64, error)
- func (q *Queries) SetBackfillCheckpoint(ctx context.Context, arg SetBackfillCheckpointParams) (int64, error)
- func (q *Queries) SetBlockNonce(ctx context.Context, arg SetBlockNonceParams) error
- func (q *Queries) SetCommitTimestamp(ctx context.Context, timestamp sql.NullInt64) error
- func (q *Queries) SetCommitteeMember(ctx context.Context, arg SetCommitteeMemberParams) (int64, error)
- func (q *Queries) SetCommitteeQuorum(ctx context.Context, arg SetCommitteeQuorumParams) error
- func (q *Queries) SetConstitution(ctx context.Context, arg SetConstitutionParams) (int64, error)
- func (q *Queries) SetDatum(ctx context.Context, arg SetDatumParams) error
- func (q *Queries) SetDrep(ctx context.Context, arg SetDrepParams) error
- func (q *Queries) SetEpoch(ctx context.Context, arg SetEpochParams) error
- func (q *Queries) SetImportCheckpoint(ctx context.Context, arg SetImportCheckpointParams) error
- func (q *Queries) SetNetworkState(ctx context.Context, arg SetNetworkStateParams) error
- func (q *Queries) SetOffchainMetadataFetchResult(ctx context.Context, arg SetOffchainMetadataFetchResultParams) error
- func (q *Queries) SetPParamUpdate(ctx context.Context, arg SetPParamUpdateParams) error
- func (q *Queries) SetPParams(ctx context.Context, arg SetPParamsParams) error
- func (q *Queries) SetSyncState(ctx context.Context, arg SetSyncStateParams) error
- func (q *Queries) SetTip(ctx context.Context, arg SetTipParams) error
- func (q *Queries) SoftDeleteAllCommitteeMembers(ctx context.Context, deletedSlot sql.NullInt64) error
- func (q *Queries) SoftDeleteCommitteeMember(ctx context.Context, arg SoftDeleteCommitteeMemberParams) error
- func (q *Queries) SumPoolStakeSnapshots(ctx context.Context, arg SumPoolStakeSnapshotsParams) ([]string, error)
- func (q *Queries) SumTransactionFeesInSlotRange(ctx context.Context, arg SumTransactionFeesInSlotRangeParams) ([]interface{}, error)
- func (q *Queries) UpdateDRepActivity(ctx context.Context, arg UpdateDRepActivityParams) (int64, error)
- func (q *Queries) UpdateFallbackRewardSnapshot(ctx context.Context, arg UpdateFallbackRewardSnapshotParams) (int64, error)
- func (q *Queries) UpsertMidnightAriadneParams(ctx context.Context, arg UpsertMidnightAriadneParamsParams) (int64, error)
- func (q *Queries) UpsertMidnightEpochCandidates(ctx context.Context, arg UpsertMidnightEpochCandidatesParams) (int64, error)
- func (q *Queries) UpsertNodeSettingsGate(ctx context.Context, arg UpsertNodeSettingsGateParams) error
- func (q *Queries) UpsertTokenRegistryEntry(ctx context.Context, arg UpsertTokenRegistryEntryParams) error
- func (q *Queries) WithTx(tx *sql.Tx) *Queries
- type RegistrationDrep
- type RewardAccountOutput
- type RewardAdaPot
- type RewardPoolInput
- type RewardPoolOutput
- type RewardSnapshot
- type RewardStakeInput
- type SaveEpochSummaryParams
- type SavePoolStakeSnapshotParams
- type SaveRewardAccountOutputParams
- type SaveRewardAdaPotsParams
- type SaveRewardPoolInputParams
- type SaveRewardPoolOutputParams
- type SaveRewardSnapshotParams
- type SaveRewardStakeInputParams
- type Script
- type SetBackfillCheckpointParams
- type SetBlockNonceParams
- type SetCommitteeMemberParams
- type SetCommitteeQuorumParams
- type SetConstitutionParams
- type SetDatumParams
- type SetDrepParams
- type SetEpochParams
- type SetImportCheckpointParams
- type SetNetworkStateParams
- type SetOffchainMetadataFetchResultParams
- type SetPParamUpdateParams
- type SetPParamsParams
- type SetSyncStateParams
- type SetTipParams
- type SoftDeleteCommitteeMemberParams
- type SumPoolStakeSnapshotsParams
- type SumTransactionFeesInSlotRangeParams
- type SyncState
- type Tip
- type TokenRegistryEntry
- type Transaction
- type TransactionMetadataLabel
- type UpdateDRepActivityParams
- type UpdateFallbackRewardSnapshotParams
- type UpsertMidnightAriadneParamsParams
- type UpsertMidnightEpochCandidatesParams
- type UpsertNodeSettingsGateParams
- type UpsertTokenRegistryEntryParams
- type Utxo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressTransaction ¶
type AssetMintBurn ¶
type BackfillCheckpoint ¶
type BlockNonce ¶
type CommitTimestamp ¶
type CommitteeMember ¶
type CommitteeQuorum ¶
type CommitteeQuorum struct {
Quorum sql.NullString
ID int64
AddedSlot int64
}
type Constitution ¶
type CreateAccountParams ¶
type CreateAssetParams ¶
type CreateDrepParams ¶
type CreatePoolStakeSnapshotParams ¶
type CreatePoolStakeSnapshotParams struct {
Epoch int64
SnapshotType string
PoolKeyHash []byte
TotalStake string
StakeDenominator string
DelegatorCount int64
CapturedSlot int64
LeiosKeyPublic []byte
LeiosKeyPossessionProof []byte
CalculationVersion int64
RewardAccountAutoVote int64
RewardAccountAutoVoteResolved bool
}
type CreateUtxoIfAbsentParams ¶
type CreateUtxoIfAbsentParams struct {
TransactionID sql.NullInt64
CollateralReturnForTxID sql.NullInt64
TxID []byte
PaymentKey []byte
StakingKey []byte
CredentialTag int64
DatumHash []byte
SpentAtTxID types.NullableHash
ReferencedByTxID types.NullableHash
CollateralByTxID types.NullableHash
AddedSlot sql.NullInt64
DeletedSlot sql.NullInt64
Amount sql.NullString
OutputIdx sql.NullInt64
PaymentScript sql.NullBool
}
type CreateUtxoParams ¶
type CreateUtxoParams struct {
TransactionID sql.NullInt64
CollateralReturnForTxID sql.NullInt64
TxID []byte
PaymentKey []byte
StakingKey []byte
CredentialTag int64
DatumHash []byte
SpentAtTxID types.NullableHash
ReferencedByTxID types.NullableHash
CollateralByTxID types.NullableHash
AddedSlot sql.NullInt64
DeletedSlot sql.NullInt64
Amount sql.NullString
OutputIdx sql.NullInt64
PaymentScript sql.NullBool
}
type DeleteProvisionalRewardSnapshotParams ¶ added in v0.70.1
type EpochSummary ¶
type GetAssetMintBurnInfoRow ¶
type GetBlockNonceParams ¶
type GetDRepDelegatorsParams ¶
type GetDRepDelegatorsRow ¶
type GetEpochBySlotParams ¶
type GetEpochBySlotRow ¶
type GetEpochRow ¶
type GetEpochsByEraRow ¶
type GetEpochsRow ¶
type GetLiveUtxoParams ¶
type GetNodeSettingsGatesRow ¶
type GetNodeSettingsRow ¶
type GetPParamUpdatesParams ¶
type GetRewardSnapshotParams ¶
type GetTokenRegistryEntryRow ¶ added in v0.70.1
type GetTokenRegistryEntryRow struct {
ID int64
Subject string
Name sql.NullString
Ticker sql.NullString
Description sql.NullString
Url sql.NullString
Logo sql.NullString
Decimals sql.NullInt64
CreatedAt sql.NullTime
UpdatedAt sql.NullTime
}
type GetUtxoIDByRefParams ¶
type GetUtxoRefsBySlotRow ¶
type ImportAccountParams ¶
type ImportAssetParams ¶
type ImportCheckpoint ¶
type ImportDrepParams ¶
type MidnightAriadneParam ¶
type MidnightAriadneRollback ¶
type MidnightAssetCreate ¶
type MidnightAssetSpend ¶
type MidnightDeregistration ¶
type MidnightEpochCandidate ¶
type MidnightGovernanceDatum ¶
type MidnightRegistration ¶
type NetworkState ¶
type NodeSetting ¶
type NodeSettingsGate ¶
type OffchainMetadatum ¶
type OffchainMetadatum struct {
FetchedAt sql.NullTime
NextFetchAfter sql.NullTime
CreatedAt sql.NullTime
UpdatedAt sql.NullTime
Url string
SourceType string
Status string
ContentType sql.NullString
LastError sql.NullString
Hash []byte
BodyHash []byte
Content []byte
ID int64
FetchAttempts sql.NullInt64
LastHttpStatus sql.NullInt64
}
type PoolStakeSnapshot ¶
type PoolStakeSnapshot struct {
ID int64
Epoch int64
SnapshotType string
PoolKeyHash []byte
TotalStake string
StakeDenominator string
DelegatorCount int64
CapturedSlot int64
LeiosKeyPublic []byte
LeiosKeyPossessionProof []byte
CalculationVersion int64
RewardAccountAutoVote int64
RewardAccountAutoVoteResolved bool
}
type PparamUpdate ¶
type Querier ¶
type Querier interface {
AddNetworkDonation(ctx context.Context, arg AddNetworkDonationParams) error
BackfillNodeSettingsNetwork(ctx context.Context, arg BackfillNodeSettingsNetworkParams) (int64, error)
ClaimOffchainMetadataFetch(ctx context.Context, arg ClaimOffchainMetadataFetchParams) (int64, error)
ClearSyncState(ctx context.Context) error
CountTransactionsByMetadataLabel(ctx context.Context, label sql.NullString) (int64, error)
CountTransactionsByPaymentCred(ctx context.Context, paymentKey []byte) (int64, error)
CountTransactionsInSlotRange(ctx context.Context, arg CountTransactionsInSlotRangeParams) (int64, error)
CreateAccount(ctx context.Context, arg CreateAccountParams) (int64, error)
CreateAsset(ctx context.Context, arg CreateAssetParams) (int64, error)
CreateDrep(ctx context.Context, arg CreateDrepParams) (int64, error)
CreateMidnightAriadneRollback(ctx context.Context, arg CreateMidnightAriadneRollbackParams) (int64, error)
CreateMidnightAssetCreate(ctx context.Context, arg CreateMidnightAssetCreateParams) (int64, error)
CreateMidnightAssetSpend(ctx context.Context, arg CreateMidnightAssetSpendParams) (int64, error)
CreateMidnightDeregistration(ctx context.Context, arg CreateMidnightDeregistrationParams) (int64, error)
CreateMidnightRegistration(ctx context.Context, arg CreateMidnightRegistrationParams) (int64, error)
CreatePoolStakeSnapshot(ctx context.Context, arg CreatePoolStakeSnapshotParams) (int64, error)
CreateUtxo(ctx context.Context, arg CreateUtxoParams) (int64, error)
CreateUtxoIfAbsent(ctx context.Context, arg CreateUtxoIfAbsentParams) (int64, error)
DeleteAddressTransactionsAfterSlot(ctx context.Context, slot sql.NullInt64) error
DeleteBlockNoncesAfterOrigin(ctx context.Context, slot sql.NullInt64) error
DeleteBlockNoncesAfterPoint(ctx context.Context, arg DeleteBlockNoncesAfterPointParams) error
DeleteBlockNoncesBeforeSlot(ctx context.Context, slot sql.NullInt64) error
DeleteBlockNoncesBeforeSlotWithoutCheckpoints(ctx context.Context, slot sql.NullInt64) error
DeleteCommitteeMembersAddedAfterSlot(ctx context.Context, addedSlot int64) error
DeleteCommitteeQuorumsAfterSlot(ctx context.Context, addedSlot int64) error
DeleteConstitutionsAddedAfterSlot(ctx context.Context, addedSlot int64) error
DeleteEpochSummariesAfterEpoch(ctx context.Context, epoch int64) error
DeleteEpochsAfterSlot(ctx context.Context, startSlot sql.NullInt64) error
DeleteMidnightAriadneParamsByEpoch(ctx context.Context, epoch int64) error
DeleteMidnightAriadneRollbacksBeforeBlock(ctx context.Context, blockNumber int64) error
DeleteMidnightAriadneRollbacksByBlock(ctx context.Context, blockNumber int64) error
DeleteMidnightAssetCreatesByBlock(ctx context.Context, blockNumber int64) error
DeleteMidnightAssetSpendsByBlock(ctx context.Context, blockNumber int64) error
DeleteMidnightCommitteeCandidateRegistrationsByBlock(ctx context.Context, blockNumber int64) error
DeleteMidnightDeregistrationsByBlock(ctx context.Context, blockNumber int64) error
DeleteMidnightEpochCandidatesByBlock(ctx context.Context, blockNumber int64) error
DeleteMidnightGovernanceDatumsByBlock(ctx context.Context, blockNumber int64) error
DeleteMidnightRegistrationsByBlock(ctx context.Context, blockNumber int64) error
DeleteNetworkDonationsAfterSlot(ctx context.Context, slot int64) error
DeleteNetworkStateAfterSlot(ctx context.Context, slot int64) error
DeletePParamUpdatesAfterSlot(ctx context.Context, addedSlot sql.NullInt64) error
DeletePParamsAfterSlot(ctx context.Context, addedSlot sql.NullInt64) error
DeletePoolStakeSnapshotsAfterEpoch(ctx context.Context, epoch int64) error
DeletePoolStakeSnapshotsBeforeEpoch(ctx context.Context, epoch int64) error
DeletePoolStakeSnapshotsForEpoch(ctx context.Context, arg DeletePoolStakeSnapshotsForEpochParams) error
DeleteProvisionalRewardSnapshot(ctx context.Context, arg DeleteProvisionalRewardSnapshotParams) error
DeleteRewardAccountOutputsAfterSlot(ctx context.Context, arg DeleteRewardAccountOutputsAfterSlotParams) error
DeleteRewardAccountOutputsBeforeEpoch(ctx context.Context, epoch int64) error
DeleteRewardAccountOutputsForEpoch(ctx context.Context, epoch int64) error
DeleteRewardAdaPotsAfterSlot(ctx context.Context, capturedSlot int64) error
DeleteRewardPoolInputsAfterSlot(ctx context.Context, arg DeleteRewardPoolInputsAfterSlotParams) error
DeleteRewardPoolInputsForEpoch(ctx context.Context, epoch int64) error
DeleteRewardPoolOutputsAfterSlot(ctx context.Context, arg DeleteRewardPoolOutputsAfterSlotParams) error
DeleteRewardPoolOutputsForEpoch(ctx context.Context, epoch int64) error
DeleteRewardSnapshotsAfterSlot(ctx context.Context, arg DeleteRewardSnapshotsAfterSlotParams) error
DeleteRewardStakeInputsAfterSlot(ctx context.Context, arg DeleteRewardStakeInputsAfterSlotParams) error
DeleteRewardStakeInputsBeforeEpoch(ctx context.Context, epoch int64) error
DeleteRewardStakeInputsForEpoch(ctx context.Context, epoch int64) error
DeleteSyncState(ctx context.Context, syncKey string) error
DeleteTransactionMetadataLabelsAfterSlot(ctx context.Context, slot sql.NullInt64) error
FindMidnightAriadneRollbacksByBlock(ctx context.Context, blockNumber int64) ([]MidnightAriadneRollback, error)
FindUnspentMidnightAssetCreates(ctx context.Context) ([]MidnightAssetCreate, error)
FindUnspentMidnightRegistrations(ctx context.Context) ([]MidnightRegistration, error)
GetAccountByCredential(ctx context.Context, arg GetAccountByCredentialParams) (Account, error)
GetActiveAccountByCredential(ctx context.Context, arg GetActiveAccountByCredentialParams) (Account, error)
GetActiveDrepByCredential(ctx context.Context, arg GetActiveDrepByCredentialParams) (Drep, error)
GetActiveDrepByHash(ctx context.Context, credential []byte) (Drep, error)
GetActiveDreps(ctx context.Context) ([]Drep, error)
GetAssetByPolicyAndName(ctx context.Context, arg GetAssetByPolicyAndNameParams) (Asset, error)
GetAssetMintBurnInfo(ctx context.Context, arg GetAssetMintBurnInfoParams) (GetAssetMintBurnInfoRow, error)
GetAssetQuantityByPolicyAndName(ctx context.Context, arg GetAssetQuantityByPolicyAndNameParams) ([]sql.NullString, error)
GetAssetsByUtxoID(ctx context.Context, utxoID sql.NullInt64) ([]Asset, error)
GetBackfillCheckpoint(ctx context.Context, phase string) (BackfillCheckpoint, error)
GetBlockNonce(ctx context.Context, arg GetBlockNonceParams) ([]byte, error)
GetBlockNoncesInSlotRange(ctx context.Context, arg GetBlockNoncesInSlotRangeParams) ([]BlockNonce, error)
GetBlockSlotRangeStats(ctx context.Context, arg GetBlockSlotRangeStatsParams) (GetBlockSlotRangeStatsRow, error)
GetCommitTimestamp(ctx context.Context) (sql.NullInt64, error)
GetCommitteeMembers(ctx context.Context) ([]CommitteeMember, error)
GetCommitteeMembersIncludeDeleted(ctx context.Context) ([]CommitteeMember, error)
GetCommitteeQuorum(ctx context.Context) (sql.NullString, error)
GetConstitution(ctx context.Context) (Constitution, error)
GetControlledAmountByCredential(ctx context.Context, arg GetControlledAmountByCredentialParams) ([]sql.NullString, error)
GetDRepDelegators(ctx context.Context, arg GetDRepDelegatorsParams) ([]GetDRepDelegatorsRow, error)
GetDatum(ctx context.Context, hash []byte) (Datum, error)
GetDrepByCredential(ctx context.Context, arg GetDrepByCredentialParams) (Drep, error)
GetDrepByHash(ctx context.Context, credential []byte) (Drep, error)
GetDrepLastRegistrationSlot(ctx context.Context, arg GetDrepLastRegistrationSlotParams) (int64, error)
GetEpoch(ctx context.Context, epochID sql.NullInt64) (GetEpochRow, error)
GetEpochBySlot(ctx context.Context, arg GetEpochBySlotParams) (GetEpochBySlotRow, error)
GetEpochSummary(ctx context.Context, epoch int64) (EpochSummary, error)
GetEpochs(ctx context.Context) ([]GetEpochsRow, error)
GetEpochsByEra(ctx context.Context, eraID sql.NullInt64) ([]GetEpochsByEraRow, error)
GetExpiredDReps(ctx context.Context, expiryEpoch sql.NullInt64) ([]Drep, error)
GetImportCheckpoint(ctx context.Context, importKey string) (ImportCheckpoint, error)
GetLastBlockNonceInRange(ctx context.Context, arg GetLastBlockNonceInRangeParams) ([]byte, error)
GetLatestEpochSummary(ctx context.Context) (EpochSummary, error)
GetLatestMidnightAriadneParams(ctx context.Context) (MidnightAriadneParam, error)
GetLatestMidnightGovernanceDatum(ctx context.Context, arg GetLatestMidnightGovernanceDatumParams) (MidnightGovernanceDatum, error)
GetLatestNetworkState(ctx context.Context) (NetworkState, error)
GetLiveUtxo(ctx context.Context, arg GetLiveUtxoParams) (Utxo, error)
GetLiveUtxoRefsBySlot(ctx context.Context, addedSlot sql.NullInt64) ([]GetLiveUtxoRefsBySlotRow, error)
GetLiveUtxosByAsset(ctx context.Context, arg GetLiveUtxosByAssetParams) ([]Utxo, error)
GetLiveUtxosByAssetPolicy(ctx context.Context, policyID []byte) ([]Utxo, error)
GetMidnightAriadneParamsAtOrBeforeEpoch(ctx context.Context, epoch int64) (MidnightAriadneParam, error)
GetMidnightAriadneParamsByEpoch(ctx context.Context, epoch int64) (MidnightAriadneParam, error)
GetMidnightAssetCreatesByBlock(ctx context.Context, blockNumber int64) ([]MidnightAssetCreate, error)
GetMidnightAssetSpendsByBlock(ctx context.Context, blockNumber int64) ([]MidnightAssetSpend, error)
GetMidnightDeregistrationsByBlock(ctx context.Context, blockNumber int64) ([]MidnightDeregistration, error)
GetMidnightEpochCandidatesByEpoch(ctx context.Context, epoch int64) (MidnightEpochCandidate, error)
GetMidnightRegistrationsByBlock(ctx context.Context, blockNumber int64) ([]MidnightRegistration, error)
GetNodeSettings(ctx context.Context) (GetNodeSettingsRow, error)
GetNodeSettingsGates(ctx context.Context) ([]GetNodeSettingsGatesRow, error)
GetOffchainMetadata(ctx context.Context, arg GetOffchainMetadataParams) (OffchainMetadatum, error)
GetOffchainMetadataFetchCandidates(ctx context.Context, arg GetOffchainMetadataFetchCandidatesParams) ([]OffchainMetadatum, error)
GetPParamUpdates(ctx context.Context, arg GetPParamUpdatesParams) ([]PparamUpdate, error)
GetPParams(ctx context.Context, arg GetPParamsParams) ([]Pparam, error)
GetPoolStakeSnapshot(ctx context.Context, arg GetPoolStakeSnapshotParams) (PoolStakeSnapshot, error)
GetPoolStakeSnapshotsByEpoch(ctx context.Context, arg GetPoolStakeSnapshotsByEpochParams) ([]PoolStakeSnapshot, error)
GetRewardAccountOutputs(ctx context.Context, epoch int64) ([]RewardAccountOutput, error)
GetRewardAdaPots(ctx context.Context, epoch int64) (RewardAdaPot, error)
GetRewardPoolInputs(ctx context.Context, epoch int64) ([]RewardPoolInput, error)
GetRewardPoolOutputs(ctx context.Context, epoch int64) ([]RewardPoolOutput, error)
GetRewardSnapshot(ctx context.Context, arg GetRewardSnapshotParams) (RewardSnapshot, error)
GetRewardStakeInputs(ctx context.Context, epoch int64) ([]RewardStakeInput, error)
GetScript(ctx context.Context, hash []byte) (Script, error)
GetScriptLockedSupply(ctx context.Context) ([]sql.NullString, error)
GetSyncState(ctx context.Context, syncKey string) (string, error)
GetTip(ctx context.Context) (GetTipRow, error)
GetTokenRegistryEntry(ctx context.Context, subject string) (GetTokenRegistryEntryRow, error)
GetTransactionByHash(ctx context.Context, hash []byte) (Transaction, error)
GetTransactionHashesAfterSlot(ctx context.Context, slot sql.NullInt64) ([][]byte, error)
GetTransactionIDByHash(ctx context.Context, hash []byte) (int64, error)
GetTransactionMetadataByHash(ctx context.Context, hash []byte) ([]byte, error)
GetTransactionSlotByHash(ctx context.Context, hash []byte) (sql.NullInt64, error)
GetTransactionsByBlockHash(ctx context.Context, blockHash []byte) ([]Transaction, error)
GetUtxoIDByRef(ctx context.Context, arg GetUtxoIDByRefParams) (int64, error)
GetUtxoIncludingSpent(ctx context.Context, arg GetUtxoIncludingSpentParams) (Utxo, error)
GetUtxoRefsBySlot(ctx context.Context, addedSlot sql.NullInt64) ([]GetUtxoRefsBySlotRow, error)
GetUtxosAddedAfterSlot(ctx context.Context, addedSlot sql.NullInt64) ([]Utxo, error)
GetUtxosDeletedBeforeSlot(ctx context.Context, arg GetUtxosDeletedBeforeSlotParams) ([]Utxo, error)
ImportAccount(ctx context.Context, arg ImportAccountParams) (int64, error)
ImportAsset(ctx context.Context, arg ImportAssetParams) error
ImportDrep(ctx context.Context, arg ImportDrepParams) (int64, error)
ImportDrepRegistration(ctx context.Context, arg ImportDrepRegistrationParams) (int64, error)
InsertDrepIfAbsent(ctx context.Context, arg InsertDrepIfAbsentParams) error
InsertMidnightCommitteeCandidateRegistration(ctx context.Context, arg InsertMidnightCommitteeCandidateRegistrationParams) (int64, error)
InsertMidnightGovernanceDatum(ctx context.Context, arg InsertMidnightGovernanceDatumParams) (int64, error)
InsertNodeSettings(ctx context.Context, arg InsertNodeSettingsParams) (int64, error)
InsertNodeSettingsGateIfAbsent(ctx context.Context, arg InsertNodeSettingsGateIfAbsentParams) (int64, error)
InsertOffchainMetadataPointer(ctx context.Context, arg InsertOffchainMetadataPointerParams) (int64, error)
InsertRewardSnapshot(ctx context.Context, arg InsertRewardSnapshotParams) (int64, error)
// Reconciles the table against a completed snapshot: every row the snapshot
// carried was stamped with its timestamp, so anything older was not in the
// snapshot and is no longer published upstream.
PruneTokenRegistryEntriesStaleBefore(ctx context.Context, updatedAt sql.NullTime) (int64, error)
ReleaseFallbackRewardSnapshotGuard(ctx context.Context, id int64) (int64, error)
RestoreCommitteeMembersDeletedAfterSlot(ctx context.Context, deletedSlot sql.NullInt64) error
RestoreConstitutionsDeletedAfterSlot(ctx context.Context, deletedSlot sql.NullInt64) error
SaveEpochSummary(ctx context.Context, arg SaveEpochSummaryParams) (int64, error)
SavePoolStakeSnapshot(ctx context.Context, arg SavePoolStakeSnapshotParams) (int64, error)
SaveRewardAccountOutput(ctx context.Context, arg SaveRewardAccountOutputParams) (int64, error)
SaveRewardAdaPots(ctx context.Context, arg SaveRewardAdaPotsParams) (int64, error)
SaveRewardPoolInput(ctx context.Context, arg SaveRewardPoolInputParams) (int64, error)
SaveRewardPoolOutput(ctx context.Context, arg SaveRewardPoolOutputParams) (int64, error)
SaveRewardSnapshot(ctx context.Context, arg SaveRewardSnapshotParams) (int64, error)
SaveRewardStakeInput(ctx context.Context, arg SaveRewardStakeInputParams) (int64, error)
SetBackfillCheckpoint(ctx context.Context, arg SetBackfillCheckpointParams) (int64, error)
SetBlockNonce(ctx context.Context, arg SetBlockNonceParams) error
SetCommitTimestamp(ctx context.Context, timestamp sql.NullInt64) error
SetCommitteeMember(ctx context.Context, arg SetCommitteeMemberParams) (int64, error)
SetCommitteeQuorum(ctx context.Context, arg SetCommitteeQuorumParams) error
SetConstitution(ctx context.Context, arg SetConstitutionParams) (int64, error)
SetDatum(ctx context.Context, arg SetDatumParams) error
SetDrep(ctx context.Context, arg SetDrepParams) error
SetEpoch(ctx context.Context, arg SetEpochParams) error
SetImportCheckpoint(ctx context.Context, arg SetImportCheckpointParams) error
SetNetworkState(ctx context.Context, arg SetNetworkStateParams) error
SetOffchainMetadataFetchResult(ctx context.Context, arg SetOffchainMetadataFetchResultParams) error
SetPParamUpdate(ctx context.Context, arg SetPParamUpdateParams) error
SetPParams(ctx context.Context, arg SetPParamsParams) error
SetSyncState(ctx context.Context, arg SetSyncStateParams) error
SetTip(ctx context.Context, arg SetTipParams) error
SoftDeleteAllCommitteeMembers(ctx context.Context, deletedSlot sql.NullInt64) error
SoftDeleteCommitteeMember(ctx context.Context, arg SoftDeleteCommitteeMemberParams) error
SumPoolStakeSnapshots(ctx context.Context, arg SumPoolStakeSnapshotsParams) ([]string, error)
SumTransactionFeesInSlotRange(ctx context.Context, arg SumTransactionFeesInSlotRangeParams) ([]interface{}, error)
UpdateDRepActivity(ctx context.Context, arg UpdateDRepActivityParams) (int64, error)
UpdateFallbackRewardSnapshot(ctx context.Context, arg UpdateFallbackRewardSnapshotParams) (int64, error)
UpsertMidnightAriadneParams(ctx context.Context, arg UpsertMidnightAriadneParamsParams) (int64, error)
UpsertMidnightEpochCandidates(ctx context.Context, arg UpsertMidnightEpochCandidatesParams) (int64, error)
UpsertNodeSettingsGate(ctx context.Context, arg UpsertNodeSettingsGateParams) error
// A later sync is authoritative for the whole subject: every property column
// is overwritten from the incoming row, so a property the registry has since
// dropped stops being served rather than lingering from an earlier sync.
UpsertTokenRegistryEntry(ctx context.Context, arg UpsertTokenRegistryEntryParams) error
}
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) AddNetworkDonation ¶
func (q *Queries) AddNetworkDonation(ctx context.Context, arg AddNetworkDonationParams) error
func (*Queries) BackfillNodeSettingsNetwork ¶
func (*Queries) ClaimOffchainMetadataFetch ¶
func (*Queries) CountTransactionsByMetadataLabel ¶
func (*Queries) CountTransactionsByPaymentCred ¶
func (*Queries) CountTransactionsInSlotRange ¶
func (*Queries) CreateAccount ¶
func (*Queries) CreateAsset ¶
func (*Queries) CreateDrep ¶
func (*Queries) CreateMidnightAriadneRollback ¶
func (*Queries) CreateMidnightAssetCreate ¶
func (*Queries) CreateMidnightAssetSpend ¶
func (*Queries) CreateMidnightDeregistration ¶
func (*Queries) CreateMidnightRegistration ¶
func (*Queries) CreatePoolStakeSnapshot ¶
func (*Queries) CreateUtxo ¶
func (*Queries) CreateUtxoIfAbsent ¶
func (*Queries) DeleteAddressTransactionsAfterSlot ¶
func (*Queries) DeleteBlockNoncesAfterOrigin ¶
func (*Queries) DeleteBlockNoncesAfterPoint ¶
func (q *Queries) DeleteBlockNoncesAfterPoint(ctx context.Context, arg DeleteBlockNoncesAfterPointParams) error
func (*Queries) DeleteBlockNoncesBeforeSlot ¶
func (*Queries) DeleteBlockNoncesBeforeSlotWithoutCheckpoints ¶
func (*Queries) DeleteCommitteeMembersAddedAfterSlot ¶
func (*Queries) DeleteCommitteeQuorumsAfterSlot ¶
func (*Queries) DeleteConstitutionsAddedAfterSlot ¶
func (*Queries) DeleteEpochSummariesAfterEpoch ¶
func (*Queries) DeleteEpochsAfterSlot ¶
func (*Queries) DeleteMidnightAriadneParamsByEpoch ¶
func (*Queries) DeleteMidnightAriadneRollbacksBeforeBlock ¶
func (*Queries) DeleteMidnightAriadneRollbacksByBlock ¶
func (*Queries) DeleteMidnightAssetCreatesByBlock ¶
func (*Queries) DeleteMidnightAssetSpendsByBlock ¶
func (*Queries) DeleteMidnightCommitteeCandidateRegistrationsByBlock ¶
func (*Queries) DeleteMidnightDeregistrationsByBlock ¶
func (*Queries) DeleteMidnightEpochCandidatesByBlock ¶
func (*Queries) DeleteMidnightGovernanceDatumsByBlock ¶
func (*Queries) DeleteMidnightRegistrationsByBlock ¶
func (*Queries) DeleteNetworkDonationsAfterSlot ¶
func (*Queries) DeleteNetworkStateAfterSlot ¶
func (*Queries) DeletePParamUpdatesAfterSlot ¶
func (*Queries) DeletePParamsAfterSlot ¶
func (*Queries) DeletePoolStakeSnapshotsAfterEpoch ¶
func (*Queries) DeletePoolStakeSnapshotsBeforeEpoch ¶
func (*Queries) DeletePoolStakeSnapshotsForEpoch ¶
func (q *Queries) DeletePoolStakeSnapshotsForEpoch(ctx context.Context, arg DeletePoolStakeSnapshotsForEpochParams) error
func (*Queries) DeleteProvisionalRewardSnapshot ¶ added in v0.70.1
func (q *Queries) DeleteProvisionalRewardSnapshot(ctx context.Context, arg DeleteProvisionalRewardSnapshotParams) error
func (*Queries) DeleteRewardAccountOutputsAfterSlot ¶
func (q *Queries) DeleteRewardAccountOutputsAfterSlot(ctx context.Context, arg DeleteRewardAccountOutputsAfterSlotParams) error
func (*Queries) DeleteRewardAccountOutputsBeforeEpoch ¶
func (*Queries) DeleteRewardAccountOutputsForEpoch ¶
func (*Queries) DeleteRewardAdaPotsAfterSlot ¶
func (*Queries) DeleteRewardPoolInputsAfterSlot ¶
func (q *Queries) DeleteRewardPoolInputsAfterSlot(ctx context.Context, arg DeleteRewardPoolInputsAfterSlotParams) error
func (*Queries) DeleteRewardPoolInputsForEpoch ¶
func (*Queries) DeleteRewardPoolOutputsAfterSlot ¶
func (q *Queries) DeleteRewardPoolOutputsAfterSlot(ctx context.Context, arg DeleteRewardPoolOutputsAfterSlotParams) error
func (*Queries) DeleteRewardPoolOutputsForEpoch ¶
func (*Queries) DeleteRewardSnapshotsAfterSlot ¶
func (q *Queries) DeleteRewardSnapshotsAfterSlot(ctx context.Context, arg DeleteRewardSnapshotsAfterSlotParams) error
func (*Queries) DeleteRewardStakeInputsAfterSlot ¶
func (q *Queries) DeleteRewardStakeInputsAfterSlot(ctx context.Context, arg DeleteRewardStakeInputsAfterSlotParams) error
func (*Queries) DeleteRewardStakeInputsBeforeEpoch ¶
func (*Queries) DeleteRewardStakeInputsForEpoch ¶
func (*Queries) DeleteSyncState ¶
func (*Queries) DeleteTransactionMetadataLabelsAfterSlot ¶
func (*Queries) FindMidnightAriadneRollbacksByBlock ¶
func (*Queries) FindUnspentMidnightAssetCreates ¶
func (q *Queries) FindUnspentMidnightAssetCreates(ctx context.Context) ([]MidnightAssetCreate, error)
func (*Queries) FindUnspentMidnightRegistrations ¶
func (q *Queries) FindUnspentMidnightRegistrations(ctx context.Context) ([]MidnightRegistration, error)
func (*Queries) GetAccountByCredential ¶
func (*Queries) GetActiveAccountByCredential ¶
func (*Queries) GetActiveDrepByCredential ¶
func (*Queries) GetActiveDrepByHash ¶
func (*Queries) GetActiveDreps ¶
func (*Queries) GetAssetByPolicyAndName ¶
func (*Queries) GetAssetMintBurnInfo ¶
func (q *Queries) GetAssetMintBurnInfo(ctx context.Context, arg GetAssetMintBurnInfoParams) (GetAssetMintBurnInfoRow, error)
func (*Queries) GetAssetQuantityByPolicyAndName ¶
func (q *Queries) GetAssetQuantityByPolicyAndName(ctx context.Context, arg GetAssetQuantityByPolicyAndNameParams) ([]sql.NullString, error)
func (*Queries) GetAssetsByUtxoID ¶
func (*Queries) GetBackfillCheckpoint ¶
func (*Queries) GetBlockNonce ¶
func (*Queries) GetBlockNoncesInSlotRange ¶
func (q *Queries) GetBlockNoncesInSlotRange(ctx context.Context, arg GetBlockNoncesInSlotRangeParams) ([]BlockNonce, error)
func (*Queries) GetBlockSlotRangeStats ¶
func (q *Queries) GetBlockSlotRangeStats(ctx context.Context, arg GetBlockSlotRangeStatsParams) (GetBlockSlotRangeStatsRow, error)
func (*Queries) GetCommitTimestamp ¶
func (*Queries) GetCommitteeMembers ¶
func (q *Queries) GetCommitteeMembers(ctx context.Context) ([]CommitteeMember, error)
func (*Queries) GetCommitteeMembersIncludeDeleted ¶
func (q *Queries) GetCommitteeMembersIncludeDeleted(ctx context.Context) ([]CommitteeMember, error)
func (*Queries) GetCommitteeQuorum ¶
func (*Queries) GetConstitution ¶
func (q *Queries) GetConstitution(ctx context.Context) (Constitution, error)
func (*Queries) GetControlledAmountByCredential ¶
func (q *Queries) GetControlledAmountByCredential(ctx context.Context, arg GetControlledAmountByCredentialParams) ([]sql.NullString, error)
func (*Queries) GetDRepDelegators ¶
func (q *Queries) GetDRepDelegators(ctx context.Context, arg GetDRepDelegatorsParams) ([]GetDRepDelegatorsRow, error)
func (*Queries) GetDrepByCredential ¶
func (*Queries) GetDrepByHash ¶
func (*Queries) GetDrepLastRegistrationSlot ¶
func (*Queries) GetEpochBySlot ¶
func (q *Queries) GetEpochBySlot(ctx context.Context, arg GetEpochBySlotParams) (GetEpochBySlotRow, error)
func (*Queries) GetEpochSummary ¶
func (*Queries) GetEpochs ¶
func (q *Queries) GetEpochs(ctx context.Context) ([]GetEpochsRow, error)
func (*Queries) GetEpochsByEra ¶
func (*Queries) GetExpiredDReps ¶
func (*Queries) GetImportCheckpoint ¶
func (*Queries) GetLastBlockNonceInRange ¶
func (*Queries) GetLatestEpochSummary ¶
func (q *Queries) GetLatestEpochSummary(ctx context.Context) (EpochSummary, error)
func (*Queries) GetLatestMidnightAriadneParams ¶
func (q *Queries) GetLatestMidnightAriadneParams(ctx context.Context) (MidnightAriadneParam, error)
func (*Queries) GetLatestMidnightGovernanceDatum ¶
func (q *Queries) GetLatestMidnightGovernanceDatum(ctx context.Context, arg GetLatestMidnightGovernanceDatumParams) (MidnightGovernanceDatum, error)
func (*Queries) GetLatestNetworkState ¶
func (q *Queries) GetLatestNetworkState(ctx context.Context) (NetworkState, error)
func (*Queries) GetLiveUtxo ¶
func (*Queries) GetLiveUtxoRefsBySlot ¶
func (*Queries) GetLiveUtxosByAsset ¶
func (*Queries) GetLiveUtxosByAssetPolicy ¶
func (*Queries) GetMidnightAriadneParamsAtOrBeforeEpoch ¶
func (*Queries) GetMidnightAriadneParamsByEpoch ¶
func (*Queries) GetMidnightAssetCreatesByBlock ¶
func (*Queries) GetMidnightAssetSpendsByBlock ¶
func (*Queries) GetMidnightDeregistrationsByBlock ¶
func (*Queries) GetMidnightEpochCandidatesByEpoch ¶
func (*Queries) GetMidnightRegistrationsByBlock ¶
func (*Queries) GetNodeSettings ¶
func (q *Queries) GetNodeSettings(ctx context.Context) (GetNodeSettingsRow, error)
func (*Queries) GetNodeSettingsGates ¶
func (q *Queries) GetNodeSettingsGates(ctx context.Context) ([]GetNodeSettingsGatesRow, error)
func (*Queries) GetOffchainMetadata ¶
func (q *Queries) GetOffchainMetadata(ctx context.Context, arg GetOffchainMetadataParams) (OffchainMetadatum, error)
func (*Queries) GetOffchainMetadataFetchCandidates ¶
func (q *Queries) GetOffchainMetadataFetchCandidates(ctx context.Context, arg GetOffchainMetadataFetchCandidatesParams) ([]OffchainMetadatum, error)
func (*Queries) GetPParamUpdates ¶
func (q *Queries) GetPParamUpdates(ctx context.Context, arg GetPParamUpdatesParams) ([]PparamUpdate, error)
func (*Queries) GetPParams ¶
func (*Queries) GetPoolStakeSnapshot ¶
func (q *Queries) GetPoolStakeSnapshot(ctx context.Context, arg GetPoolStakeSnapshotParams) (PoolStakeSnapshot, error)
func (*Queries) GetPoolStakeSnapshotsByEpoch ¶
func (q *Queries) GetPoolStakeSnapshotsByEpoch(ctx context.Context, arg GetPoolStakeSnapshotsByEpochParams) ([]PoolStakeSnapshot, error)
func (*Queries) GetRewardAccountOutputs ¶
func (*Queries) GetRewardAdaPots ¶
func (*Queries) GetRewardPoolInputs ¶
func (*Queries) GetRewardPoolOutputs ¶
func (*Queries) GetRewardSnapshot ¶
func (q *Queries) GetRewardSnapshot(ctx context.Context, arg GetRewardSnapshotParams) (RewardSnapshot, error)
func (*Queries) GetRewardStakeInputs ¶
func (*Queries) GetScriptLockedSupply ¶
func (*Queries) GetSyncState ¶
func (*Queries) GetTokenRegistryEntry ¶ added in v0.70.1
func (*Queries) GetTransactionByHash ¶
func (*Queries) GetTransactionHashesAfterSlot ¶
func (*Queries) GetTransactionIDByHash ¶
func (*Queries) GetTransactionMetadataByHash ¶
func (*Queries) GetTransactionSlotByHash ¶
func (*Queries) GetTransactionsByBlockHash ¶
func (*Queries) GetUtxoIDByRef ¶
func (*Queries) GetUtxoIncludingSpent ¶
func (*Queries) GetUtxoRefsBySlot ¶
func (*Queries) GetUtxosAddedAfterSlot ¶
func (*Queries) GetUtxosDeletedBeforeSlot ¶
func (*Queries) ImportAccount ¶
func (*Queries) ImportAsset ¶
func (q *Queries) ImportAsset(ctx context.Context, arg ImportAssetParams) error
func (*Queries) ImportDrep ¶
func (*Queries) ImportDrepRegistration ¶
func (*Queries) InsertDrepIfAbsent ¶
func (q *Queries) InsertDrepIfAbsent(ctx context.Context, arg InsertDrepIfAbsentParams) error
func (*Queries) InsertMidnightCommitteeCandidateRegistration ¶
func (*Queries) InsertMidnightGovernanceDatum ¶
func (*Queries) InsertNodeSettings ¶
func (*Queries) InsertNodeSettingsGateIfAbsent ¶
func (*Queries) InsertOffchainMetadataPointer ¶
func (*Queries) InsertRewardSnapshot ¶
func (*Queries) PruneTokenRegistryEntriesStaleBefore ¶ added in v0.70.1
func (q *Queries) PruneTokenRegistryEntriesStaleBefore(ctx context.Context, updatedAt sql.NullTime) (int64, error)
Reconciles the table against a completed snapshot: every row the snapshot carried was stamped with its timestamp, so anything older was not in the snapshot and is no longer published upstream.
func (*Queries) ReleaseFallbackRewardSnapshotGuard ¶
func (*Queries) RestoreCommitteeMembersDeletedAfterSlot ¶
func (*Queries) RestoreConstitutionsDeletedAfterSlot ¶
func (*Queries) SaveEpochSummary ¶
func (*Queries) SavePoolStakeSnapshot ¶
func (*Queries) SaveRewardAccountOutput ¶
func (*Queries) SaveRewardAdaPots ¶
func (*Queries) SaveRewardPoolInput ¶
func (*Queries) SaveRewardPoolOutput ¶
func (*Queries) SaveRewardSnapshot ¶
func (*Queries) SaveRewardStakeInput ¶
func (*Queries) SetBackfillCheckpoint ¶
func (*Queries) SetBlockNonce ¶
func (q *Queries) SetBlockNonce(ctx context.Context, arg SetBlockNonceParams) error
func (*Queries) SetCommitTimestamp ¶
func (*Queries) SetCommitteeMember ¶
func (*Queries) SetCommitteeQuorum ¶
func (q *Queries) SetCommitteeQuorum(ctx context.Context, arg SetCommitteeQuorumParams) error
func (*Queries) SetConstitution ¶
func (*Queries) SetDatum ¶
func (q *Queries) SetDatum(ctx context.Context, arg SetDatumParams) error
func (*Queries) SetEpoch ¶
func (q *Queries) SetEpoch(ctx context.Context, arg SetEpochParams) error
func (*Queries) SetImportCheckpoint ¶
func (q *Queries) SetImportCheckpoint(ctx context.Context, arg SetImportCheckpointParams) error
func (*Queries) SetNetworkState ¶
func (q *Queries) SetNetworkState(ctx context.Context, arg SetNetworkStateParams) error
func (*Queries) SetOffchainMetadataFetchResult ¶
func (q *Queries) SetOffchainMetadataFetchResult(ctx context.Context, arg SetOffchainMetadataFetchResultParams) error
func (*Queries) SetPParamUpdate ¶
func (q *Queries) SetPParamUpdate(ctx context.Context, arg SetPParamUpdateParams) error
func (*Queries) SetPParams ¶
func (q *Queries) SetPParams(ctx context.Context, arg SetPParamsParams) error
func (*Queries) SetSyncState ¶
func (q *Queries) SetSyncState(ctx context.Context, arg SetSyncStateParams) error
func (*Queries) SoftDeleteAllCommitteeMembers ¶
func (*Queries) SoftDeleteCommitteeMember ¶
func (q *Queries) SoftDeleteCommitteeMember(ctx context.Context, arg SoftDeleteCommitteeMemberParams) error
func (*Queries) SumPoolStakeSnapshots ¶
func (*Queries) SumTransactionFeesInSlotRange ¶
func (q *Queries) SumTransactionFeesInSlotRange(ctx context.Context, arg SumTransactionFeesInSlotRangeParams) ([]interface{}, error)
func (*Queries) UpdateDRepActivity ¶
func (*Queries) UpdateFallbackRewardSnapshot ¶
func (*Queries) UpsertMidnightAriadneParams ¶
func (*Queries) UpsertMidnightEpochCandidates ¶
func (*Queries) UpsertNodeSettingsGate ¶
func (q *Queries) UpsertNodeSettingsGate(ctx context.Context, arg UpsertNodeSettingsGateParams) error
func (*Queries) UpsertTokenRegistryEntry ¶ added in v0.70.1
func (q *Queries) UpsertTokenRegistryEntry(ctx context.Context, arg UpsertTokenRegistryEntryParams) error
A later sync is authoritative for the whole subject: every property column is overwritten from the incoming row, so a property the registry has since dropped stops being served rather than lingering from an earlier sync.
type RegistrationDrep ¶
type RewardAccountOutput ¶
type RewardAdaPot ¶
type RewardPoolInput ¶
type RewardPoolInput struct {
Margin sql.NullString
PoolKeyHash []byte
RewardAccount []byte
BlocksProduced sql.NullInt64
TotalBlocksInEpoch sql.NullInt64
ID int64
Epoch int64
Pledge string
DelegatedStake string
OwnerStake string
Cost string
DelegatorCount int64
RewardAccountCredentialTag int64
CapturedSlot int64
BoundarySlot int64
}
type RewardPoolOutput ¶
type RewardSnapshot ¶
type RewardStakeInput ¶
type SaveEpochSummaryParams ¶
type SavePoolStakeSnapshotParams ¶
type SavePoolStakeSnapshotParams struct {
Epoch int64
SnapshotType string
PoolKeyHash []byte
TotalStake string
StakeDenominator string
DelegatorCount int64
CapturedSlot int64
LeiosKeyPublic []byte
LeiosKeyPossessionProof []byte
CalculationVersion int64
RewardAccountAutoVote int64
RewardAccountAutoVoteResolved bool
}
type SaveRewardAdaPotsParams ¶
type SaveRewardPoolInputParams ¶
type SaveRewardPoolInputParams struct {
Margin sql.NullString
PoolKeyHash []byte
RewardAccount []byte
BlocksProduced sql.NullInt64
TotalBlocksInEpoch sql.NullInt64
Epoch int64
Pledge string
DelegatedStake string
OwnerStake string
Cost string
DelegatorCount int64
RewardAccountCredentialTag int64
CapturedSlot int64
BoundarySlot int64
}
type SetBlockNonceParams ¶
type SetCommitteeQuorumParams ¶
type SetCommitteeQuorumParams struct {
Quorum sql.NullString
AddedSlot int64
}
type SetConstitutionParams ¶
type SetDatumParams ¶
type SetDrepParams ¶
type SetEpochParams ¶
type SetNetworkStateParams ¶
type SetOffchainMetadataFetchResultParams ¶
type SetOffchainMetadataFetchResultParams struct {
Status string
ContentType sql.NullString
LastError sql.NullString
BodyHash []byte
Content []byte
FetchedAt sql.NullTime
NextFetchAfter sql.NullTime
FetchAttempts sql.NullInt64
LastHttpStatus sql.NullInt64
UpdatedAt sql.NullTime
ID int64
UpdatedAt_2 sql.NullTime
}
type SetPParamUpdateParams ¶
type SetPParamsParams ¶
type SetSyncStateParams ¶
type SetTipParams ¶
type TokenRegistryEntry ¶ added in v0.70.1
type TokenRegistryEntry struct {
CreatedAt sql.NullTime
UpdatedAt sql.NullTime
Subject string
Name sql.NullString
Ticker sql.NullString
Description sql.NullString
Url sql.NullString
Logo sql.NullString
ID int64
Decimals sql.NullInt64
}
type Transaction ¶
type TransactionMetadataLabel ¶
type TransactionMetadataLabel struct {
ID int64
TransactionID sql.NullInt64
Label sql.NullString
Slot sql.NullInt64
CborValue []byte
JsonValue sql.NullString
}
type UpsertTokenRegistryEntryParams ¶ added in v0.70.1
type UpsertTokenRegistryEntryParams struct {
Subject string
Name sql.NullString
Ticker sql.NullString
Description sql.NullString
Url sql.NullString
Logo sql.NullString
Decimals sql.NullInt64
CreatedAt sql.NullTime
UpdatedAt sql.NullTime
}
type Utxo ¶
type Utxo struct {
TransactionID sql.NullInt64
CollateralReturnForTxID sql.NullInt64
TxID []byte
PaymentKey []byte
StakingKey []byte
CredentialTag int64
DatumHash []byte
SpentAtTxID types.NullableHash
ReferencedByTxID types.NullableHash
CollateralByTxID types.NullableHash
ID int64
AddedSlot sql.NullInt64
DeletedSlot sql.NullInt64
Amount sql.NullString
OutputIdx sql.NullInt64
PaymentScript sql.NullBool
}
Click to show internal directories.
Click to hide internal directories.