@lightprotocol/compressed-token - v0.22.1-alpha.2
Other Libraries
Documentation
GitHub
Preparing search index...
parseTokenData
Function parseTokenData
parseTokenData
(
compressedTokenAccounts
:
ParsedTokenAccount
[]
,
)
:
{
mint
:
PublicKey
;
currentOwner
:
PublicKey
;
delegate
:
PublicKey
|
null
}
Parse compressed token accounts to get the mint, current owner and delegate.
Parameters
compressedTokenAccounts
:
ParsedTokenAccount
[]
Returns
{
mint
:
PublicKey
;
currentOwner
:
PublicKey
;
delegate
:
PublicKey
|
null
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Other Libraries
Documentation
GitHub
@lightprotocol/compressed-token - v0.22.1-alpha.2
Loading...
Parse compressed token accounts to get the mint, current owner and delegate.