token-swap js: Fix arg list in ts / flow (#1633)
This commit is contained in:
parent
99aaab0993
commit
ca6d57991a
|
@ -22,9 +22,9 @@ declare module '@solana/spl-token-swap' {
|
|||
export class TokenSwap {
|
||||
constructor(
|
||||
connection: Connection,
|
||||
tokenSwap: PublicKey,
|
||||
swapProgramId: PublicKey,
|
||||
tokenProgramId: PublicKey,
|
||||
tokenSwap: PublicKey,
|
||||
poolToken: PublicKey,
|
||||
feeAccount: PublicKey,
|
||||
authority: PublicKey,
|
||||
|
|
|
@ -19,9 +19,9 @@ declare module '@solana/spl-token-swap' {
|
|||
declare export class TokenSwap {
|
||||
constructor(
|
||||
connection: Connection,
|
||||
tokenSwap: PublicKey,
|
||||
swapProgramId: PublicKey,
|
||||
tokenProgramId: PublicKey,
|
||||
tokenSwap: PublicKey,
|
||||
poolToken: PublicKey,
|
||||
feeAccount: PublicKey,
|
||||
authority: PublicKey,
|
||||
|
|
Loading…
Reference in New Issue