Variable stacks_infoConst
stacks_info: {
stacking: {
pool: { maxLockCycles: number; minLockCycles: number };
solo: { safetyBlocks: number };
};
stxDecimals: number;
stxSymbol: string;
} = ...
Type Declaration
stacking: {
pool: { maxLockCycles: number; minLockCycles: number };
solo: { safetyBlocks: number };
}
stxDecimals: number
stxSymbol: string