Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-token-metadata
getResizeInstructionAsync
Function getResizeInstructionAsync
getResizeInstructionAsync
<
TAccountMetadata
extends
string
,
TAccountEdition
extends
string
,
TAccountMint
extends
string
,
TAccountPayer
extends
string
,
TAccountAuthority
extends
string
,
TAccountToken
extends
string
,
TAccountSystemProgram
extends
string
,
TProgramAddress
extends
Address
=
Address
<
"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
>
,
>
(
input
:
ResizeAsyncInput
<
TAccountMetadata
,
TAccountEdition
,
TAccountMint
,
TAccountPayer
,
TAccountAuthority
,
TAccountToken
,
TAccountSystemProgram
,
>
,
config
?:
{
programAddress
?:
TProgramAddress
}
,
)
:
Promise
<
ResizeInstruction
<
TProgramAddress
,
TAccountMetadata
,
TAccountEdition
,
TAccountMint
,
(
Address
<
TAccountPayer
>
|
TransactionSigner
<
TAccountPayer
>
)
extends
TransactionSigner
<
TAccountPayer
,
>
?
AccountMeta
<
TAccountPayer
>
&
{
role
:
WRITABLE_SIGNER
}
&
AccountSignerMeta
<
TAccountPayer
,
TransactionSigner
<
TAccountPayer
>
,
>
:
TAccountPayer
,
TAccountAuthority
,
TAccountToken
,
TAccountSystemProgram
,
[
]
,
>
,
>
Type Parameters
TAccountMetadata
extends
string
TAccountEdition
extends
string
TAccountMint
extends
string
TAccountPayer
extends
string
TAccountAuthority
extends
string
TAccountToken
extends
string
TAccountSystemProgram
extends
string
TProgramAddress
extends
Address
=
Address
<
"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
>
Parameters
input
:
ResizeAsyncInput
<
TAccountMetadata
,
TAccountEdition
,
TAccountMint
,
TAccountPayer
,
TAccountAuthority
,
TAccountToken
,
TAccountSystemProgram
,
>
Optional
config
:
{
programAddress
?:
TProgramAddress
}
Returns
Promise
<
ResizeInstruction
<
TProgramAddress
,
TAccountMetadata
,
TAccountEdition
,
TAccountMint
,
(
Address
<
TAccountPayer
>
|
TransactionSigner
<
TAccountPayer
>
)
extends
TransactionSigner
<
TAccountPayer
,
>
?
AccountMeta
<
TAccountPayer
>
&
{
role
:
WRITABLE_SIGNER
}
&
AccountSignerMeta
<
TAccountPayer
,
TransactionSigner
<
TAccountPayer
>
,
>
:
TAccountPayer
,
TAccountAuthority
,
TAccountToken
,
TAccountSystemProgram
,
[
]
,
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...