UNPKG

@mojito-inc/secondary-market

Version:

Mojito secondary market is the platform to purchase NFT.

2 lines (1 loc) 418 B
"use strict";var e=require("bs58");exports.fetchSolanaPriorityFee=async(t,r,i=5e5)=>{try{if(!t||!r)return i;const n=await fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({jsonrpc:"2.0",id:"1",method:"getPriorityFeeEstimate",params:[{transaction:e.encode(r),options:{recommended:!0}}]})}),o=(await n.json()).result.priorityFeeEstimate;return(null!=o?o:0)+1e6}catch(e){return i}};