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
/
updatePrice.d.ts
4 lines
(3 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
import
Context
from
"../types/context"
;
import
{
PublicKey
,
TransactionSignature
}
from
"@solana/web3.js"
;
export
default
function
updatePrice
(
context: Context, amm: PublicKey
):
Promise
<
TransactionSignature
>;