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
/
web3
/
helpers.d.ts
7 lines
(6 loc)
•
255 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Instruction
}
from
"@orca-so/whirlpool-client-sdk"
;
import
{
PublicKey
}
from
"@solana/web3.js"
;
export
declare
type
ResolvedTokenAddressInstruction
= {
address
:
PublicKey
; } &
Instruction
;
export
declare
const
emptyInstruction
:
Instruction
;