Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-mpl-core
findAssetSignerPda
Function findAssetSignerPda
findAssetSignerPda
(
seeds
:
AssetSignerSeeds
,
config
?:
{
programAddress
?:
Address
}
,
)
:
Promise
<
readonly
[
Address
<
string
>
,
ProgramDerivedAddressBump
]
>
The signing PDA for an asset, used by executeV1
Parameters
seeds
:
AssetSignerSeeds
config
:
{
programAddress
?:
Address
}
= {}
Returns
Promise
<
readonly
[
Address
<
string
>
,
ProgramDerivedAddressBump
]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...
The signing PDA for an asset, used by executeV1