Type Alias LiquidStakingInfo
LiquidStakingInfo: { content: { dataType: string; fields: { accrued_spread_fees: string; fee_config: { fields: { element: { fields: FeeConfig; type: string } }; type: string; }; fees: string; lst_treasury_cap: { fields: { total_supply: { fields: { value: string }; type: string } }; type: string; }; storage: { fields: { last_refresh_epoch: string; total_sui_supply: string; total_weight: string; }; type: string; }; }; hasPublicTransfer: boolean; type: string; }; digest: string; objectId: string; version: string;} Type declaration
content: {
dataType: string;
fields: {
accrued_spread_fees: string;
fee_config: {
fields: { element: { fields: FeeConfig; type: string } };
type: string;
};
fees: string;
lst_treasury_cap: {
fields: { total_supply: { fields: { value: string }; type: string } };
type: string;
};
storage: {
fields: {
last_refresh_epoch: string;
total_sui_supply: string;
total_weight: string;
};
type: string;
};
};
hasPublicTransfer: boolean;
type: string;
}
digest: string
objectId: string
version: string