getPostInitializeInstructionsForTokenExtensions
Given a token address, its owner and a list of token extensions, returns a list
of instructions that MUST be run after the initializeAccount
instruction
to properly initialize the given extensions on the token account.
Parameters
Parameter | Type |
---|---|
token | Address |
owner | Address | TransactionSigner |
extensions | ExtensionArgs [] |
multiSigners? | TransactionSigner [] |
Returns
IInstruction
<string
, readonly (IAccountLookupMeta
<string
, string
> | IAccountMeta
<string
>)[]>[]