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
/
pda.d.ts
4 lines
(3 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
import
{
PublicKey
}
from
"@solana/web3.js"
;
import
Context
from
"../types/context"
;
export
declare
function
findAssociatedTokenAccount
(
context
:
Context
,
tokenMintAddress
:
PublicKey
,
owner
?:
PublicKey
):
Promise
<[
PublicKey
,
number
]>;