UNPKG

@kamino-finance/farms-sdk

Version:
8 lines 473 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SIZE_GLOBAL_CONFIG = exports.SIZE_FARM_STATE = void 0; const farmState_1 = require("./@codegen/farms/accounts/farmState"); const globalConfig_1 = require("./@codegen/farms/accounts/globalConfig"); exports.SIZE_FARM_STATE = BigInt((0, farmState_1.getFarmStateSize)()); exports.SIZE_GLOBAL_CONFIG = BigInt((0, globalConfig_1.getGlobalConfigSize)()); //# sourceMappingURL=accountSizes.js.map