@cardano-ogmios/schema
Advanced tools
Comparing version 5.5.6 to 5.5.7
@@ -90,4 +90,6 @@ export declare type Block = Babbage | Alonzo | Mary | Allegra | Shelley | Byron; | ||
export declare type GetCurrentEpoch = "currentEpoch"; | ||
export declare type Lovelaces = Lovelace[]; | ||
export declare type Credentials = DigestBlake2BCredential[]; | ||
export declare type StakeCredential = Base16 | Bech32 | StakeAddress; | ||
export declare type Base16 = string; | ||
export declare type Bech32 = string; | ||
export declare type StakeAddress = string; | ||
export declare type GetCurrentProtocolParameters = "currentProtocolParameters"; | ||
@@ -1617,6 +1619,6 @@ export declare type GetProposedProtocolParameters = "proposedProtocolParameters"; | ||
export interface GetNonMyopicMemberRewards { | ||
nonMyopicMemberRewards: Lovelaces | Credentials; | ||
nonMyopicMemberRewards: Lovelace[] | StakeCredential[]; | ||
} | ||
export interface GetDelegationsAndRewards { | ||
delegationsAndRewards: DigestBlake2BCredential[]; | ||
delegationsAndRewards: StakeCredential[]; | ||
} | ||
@@ -1623,0 +1625,0 @@ export interface GetUtxoByAddress { |
{ | ||
"name": "@cardano-ogmios/schema", | ||
"version": "5.5.6", | ||
"version": "5.5.7", | ||
"description": "Generated TypeScript from the Cardano Ogmios schema", | ||
@@ -20,3 +20,3 @@ "engines": { | ||
"cleanup": "shx rm -rf dist node_modules index.ts", | ||
"generate-schema-types": "json2ts -i ../../../../server/ogmios.wsp.json -o src/index.ts --enableBigInt", | ||
"generate-schema-types": "sed \"s/ogmios.wsp.json#/#/g\" ../../../../server/ogmios.wsp.json | json2ts -o src/index.ts --enableBigInt", | ||
"lint": "shx echo No code to lint in this package", | ||
@@ -23,0 +23,0 @@ "prepack": "yarn build", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
115918
1751