client-aftermath-ts-sdk
Version:
Client Aftermath TypeScript SDK
28 lines (27 loc) • 720 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// export interface StakedSui {
// objectId: ObjectId;
// validatorAddress: SuiAddress;
// poolStartingEpoch: number;
// delegationRequestEpoch: number;
// principal: Balance;
// }
// export interface Delegation {
// objectId: ObjectId;
// stakedSuiId: ObjectId;
// poolTokens: Balance;
// principalSuiAmount: Balance;
// }
// export interface StakedSuiWithDelegation {
// stakedSui: StakedSui;
// delegation?: Delegation;
// }
// export interface AuthorityPublicKeyBytes {
// pubKey: string;
// bytes: bigint;
// }
// export interface CommitteeInfo {
// committeeInfo: AuthorityPublicKeyBytes[];
// epoch: EpochTimeStamp;
// }