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
/
utils
/
serum.d.ts
5 lines
(4 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
import
Context
from
"../types/context"
;
import
{
PublicKey
}
from
"@solana/web3.js"
;
import
{
Market
}
from
"@project-serum/serum"
;
export
declare
function
getSerumMarket
(
context: Context, marketAddress: PublicKey
):
Promise
<
Market
>;