UNPKG
hadeswap-sdk-public
Version:
latest (0.8.0)
0.8.0
0.7.12-beta.27
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
HadeSwap SDK for interacting with protocol
hadeswap-sdk-public
/
lib
/
hadeswap-core
/
functions
/
getters
/
getSpecificAccounts.d.ts
3 lines
(2 loc)
•
183 B
TypeScript
View Raw
1
2
3
import
{ web3 }
from
'@project-serum/anchor'
;
export
declare
const
getSpecificAccounts
:
(
accountId
:
string
,
programId
: web3.
PublicKey
,
connection
: web3.
Connection
) =>
Promise
<
any
[]>;