UNPKG

@solsdk/keystone_sdk

Version:

SDK for Keystone Protocol

10 lines (9 loc) 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MaxStrategy = void 0; class MaxStrategy { calculate(samples) { return Math.max(...samples.map((result) => result.prioritizationFee)); } } exports.MaxStrategy = MaxStrategy;