UNPKG
@solsdk/keystone_sdk
Version:
latest (3.0.6)
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.4.1
SDK for Keystone Protocol
@solsdk/keystone_sdk
/
lib
/
node
/
util
/
tps.d.ts
3 lines
•
207 B
TypeScript
View Raw
1
2
3
import
{
Connection
,
PublicKey
}
from
'@solana/web3.js'
;
export
declare
function
estimateTps
(
programId
:
PublicKey
,
connection
:
Connection
,
failed
:
boolean
):
Promise
<
number
>;
//# sourceMappingURL=tps.d.ts.map