@exromany/lido-csm-sdk
Version:
[](https://github.com/lidofinance/lido-csm-sdk/blob/main/LICENSE.txt) [](h
19 lines • 507 B
TypeScript
import { NodeOperatorId, PerToken } from '../common/types.js';
export type AmountByKeys = PerToken<bigint>;
export type StethPoolData = {
totalPooledEther: bigint;
totalShares: bigint;
};
export type KeysCountByBondAmountProps = {
curveId: bigint;
amount: bigint;
};
export type BondAmountByKeysCountProps = {
curveId: bigint;
keysCount: bigint;
};
export type BondForNextKeysProps = {
nodeOperatorId: NodeOperatorId;
keysCount: bigint;
};
//# sourceMappingURL=types.d.ts.map