Skip to content

Commit

Permalink
fix: QueryTypes.EpochParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
slowbackspace committed Dec 17, 2023
1 parent 73476dc commit 1c1390d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/types/queries/epochs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,27 @@ export interface EpochParameters {
max_collateral_inputs: number;
coins_per_utxo_word: string; // deprecated
coins_per_utxo_size: string;
p1: number | null;
p2a: number | null;
p2b: number | null;
p3: number | null;
p4: number | null;
p5a: number | null;
p5b: number | null;
p5c: number | null;
p5d: number | null;
p6: number | null;
p7: number | null;
q1: number | null;
q2a: number | null;
q2b: number | null;
q4: number | null;
min_c_c_size: string | null;
cc_term_limit: string | null;
gov_expiration: string | null;
gov_deposit: string | null;
drep_activity: string | null;
registered_tx_id: number | null;
}

export interface EpochStake {
Expand Down

0 comments on commit 1c1390d

Please sign in to comment.