UNPKG

solana-framework-deno

Version:

solana-framework-deno is solana uni-tools for deno

18 lines 1.05 kB
"use strict"; /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.SwapRequestComputeUnitPriceMicroLamportsToJSON = exports.SwapRequestComputeUnitPriceMicroLamportsFromJSONTyped = exports.SwapRequestComputeUnitPriceMicroLamportsFromJSON = void 0; function SwapRequestComputeUnitPriceMicroLamportsFromJSON(json) { return SwapRequestComputeUnitPriceMicroLamportsFromJSONTyped(json, false); } exports.SwapRequestComputeUnitPriceMicroLamportsFromJSON = SwapRequestComputeUnitPriceMicroLamportsFromJSON; function SwapRequestComputeUnitPriceMicroLamportsFromJSONTyped(json, _ignoreDiscriminator) { return json; } exports.SwapRequestComputeUnitPriceMicroLamportsFromJSONTyped = SwapRequestComputeUnitPriceMicroLamportsFromJSONTyped; function SwapRequestComputeUnitPriceMicroLamportsToJSON(value) { return value; } exports.SwapRequestComputeUnitPriceMicroLamportsToJSON = SwapRequestComputeUnitPriceMicroLamportsToJSON; //# sourceMappingURL=SwapRequestComputeUnitPriceMicroLamports.js.map