@cardano-sdk/core
Advanced tools
Comparing version 0.6.0-nightly.11 to 0.6.0-nightly.12
@@ -24,3 +24,3 @@ import { Cardano, Provider } from '../../..'; | ||
rewardsHistoryLimit?: number; | ||
pagination?: PaginationArgs; | ||
pagination: PaginationArgs; | ||
} | ||
@@ -35,3 +35,3 @@ export interface StakePoolStats { | ||
export interface StakePoolProvider extends Provider { | ||
queryStakePools: (args?: QueryStakePoolsArgs) => Promise<Paginated<Cardano.StakePool>>; | ||
queryStakePools: (args: QueryStakePoolsArgs) => Promise<Paginated<Cardano.StakePool>>; | ||
stakePoolStats: () => Promise<StakePoolStats>; | ||
@@ -38,0 +38,0 @@ } |
@@ -24,3 +24,3 @@ import { Cardano, Provider } from '../../..'; | ||
rewardsHistoryLimit?: number; | ||
pagination?: PaginationArgs; | ||
pagination: PaginationArgs; | ||
} | ||
@@ -35,3 +35,3 @@ export interface StakePoolStats { | ||
export interface StakePoolProvider extends Provider { | ||
queryStakePools: (args?: QueryStakePoolsArgs) => Promise<Paginated<Cardano.StakePool>>; | ||
queryStakePools: (args: QueryStakePoolsArgs) => Promise<Paginated<Cardano.StakePool>>; | ||
stakePoolStats: () => Promise<StakePoolStats>; | ||
@@ -38,0 +38,0 @@ } |
{ | ||
"name": "@cardano-sdk/core", | ||
"version": "0.6.0-nightly.11", | ||
"version": "0.6.0-nightly.12", | ||
"description": "Core types and libraries for Cardano", | ||
@@ -79,3 +79,3 @@ "engines": { | ||
], | ||
"gitHead": "34c6094a805ff2c2eabb215ad284e0b92c8babc5" | ||
"gitHead": "3d15ffad6287868167b45edd96cc5d620b70676b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1001932