UNPKG
mamam-sdk
Version:
latest (1.1.0)
1.1.0
1.0.9
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.1
1.0.0
TypeScript interfaces for MamaM
github.com/WayneAl/MamaM
WayneAl/MamaM
mamam-sdk
/
lib
/
sdk
/
instructions
/
depositAmm.d.ts
4 lines
(3 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
import
Context
from
"../types/context"
;
import
{
PublicKey
,
TransactionSignature
}
from
"@solana/web3.js"
;
export
default
function
depositAmm
(
context
:
Context
,
amm
:
PublicKey
,
value1
:
number
,
value2
:
number
):
Promise
<
TransactionSignature
>;