UNPKG
@orca-so/whirlpool-sdk
Version:
alpha (0.0.32)
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
0.0.36
0.0.35
0.0.34
0.0.32
0.0.31
Whirlpool SDK for the Orca protocol.
www.orca.so
orca-so/whirlpool-sdk
@orca-so/whirlpool-sdk
/
dist
/
utils
/
address.d.ts
5 lines
(4 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
import
{
Address
}
from
"@project-serum/anchor"
;
import
{
PublicKey
}
from
"@solana/web3.js"
;
export
declare
function
toPubKey
(
address: Address
):
PublicKey
;
export
declare
function
toPubKeys
(
addresses: Address[]
):
PublicKey
[];