solana-program-library/token/js/src/instructions
mPaella befea2c0a8
token-js: Allow (Signer | PublicKey)[] instead of Signer[] when possible (#3967)
* Allow PublicKey[] | Signer[] instead of Signer[] when possible

* Change Signer[] | PublicKey[] to (Signer | PublicKey)[]
2023-01-10 20:59:44 +01:00
..
amountToUiAmount.ts [token-js] : Support for UiAmountToAmount and AmountToUiAmount instructions (#3345) 2022-08-24 01:54:16 -05:00
approve.ts token-js: Allow (Signer | PublicKey)[] instead of Signer[] when possible (#3967) 2023-01-10 20:59:44 +01:00
approveChecked.ts token-js: Allow (Signer | PublicKey)[] instead of Signer[] when possible (#3967) 2023-01-10 20:59:44 +01:00
associatedTokenAccount.ts [token-js] : JS binding for CreateIdempotent instruction (#3558) 2022-10-06 16:56:32 +02:00
burn.ts token-js: Allow (Signer | PublicKey)[] instead of Signer[] when possible (#3967) 2023-01-10 20:59:44 +01:00
burnChecked.ts token-js: Allow (Signer | PublicKey)[] instead of Signer[] when possible (#3967) 2023-01-10 20:59:44 +01:00
closeAccount.ts token-js: Allow (Signer | PublicKey)[] instead of Signer[] when possible (#3967) 2023-01-10 20:59:44 +01:00
createNativeMint.ts Fix Token program ESM exports (#3508) 2022-08-22 19:07:03 -05:00
decode.ts organize imports, lint 2022-09-12 18:39:51 -05:00
freezeAccount.ts token-js: Allow (Signer | PublicKey)[] instead of Signer[] when possible (#3967) 2023-01-10 20:59:44 +01:00
index.ts js support for permanent delegate authority (#3833) 2022-11-23 16:29:09 +01:00
initializeAccount.ts Fix Token program ESM exports (#3508) 2022-08-22 19:07:03 -05:00
initializeAccount2.ts Fix Token program ESM exports (#3508) 2022-08-22 19:07:03 -05:00
initializeAccount3.ts Fix Token program ESM exports (#3508) 2022-08-22 19:07:03 -05:00
initializeImmutableOwner.ts Fix Token program ESM exports (#3508) 2022-08-22 19:07:03 -05:00
initializeMint.ts Fix Token program ESM exports (#3508) 2022-08-22 19:07:03 -05:00
initializeMint2.ts Update token-js with rent-less instructions (#3590) 2022-09-12 17:52:53 -05:00
initializeMintCloseAuthority.ts Fix Token program ESM exports (#3508) 2022-08-22 19:07:03 -05:00
initializeMultisig.ts token-js: Allow (Signer | PublicKey)[] instead of Signer[] when possible (#3967) 2023-01-10 20:59:44 +01:00
initializeMultisig2.ts move ts to js 2022-02-15 16:33:36 -06:00
initializeNonTransferableMint.ts Fix Token program ESM exports (#3508) 2022-08-22 19:07:03 -05:00
initializePermanentDelegate.ts js support for permanent delegate authority (#3833) 2022-11-23 16:29:09 +01:00
internal.ts token-js: Allow (Signer | PublicKey)[] instead of Signer[] when possible (#3967) 2023-01-10 20:59:44 +01:00
mintTo.ts token-js: Allow (Signer | PublicKey)[] instead of Signer[] when possible (#3967) 2023-01-10 20:59:44 +01:00
mintToChecked.ts token-js: Allow (Signer | PublicKey)[] instead of Signer[] when possible (#3967) 2023-01-10 20:59:44 +01:00
reallocate.ts token-js: Allow (Signer | PublicKey)[] instead of Signer[] when possible (#3967) 2023-01-10 20:59:44 +01:00
revoke.ts token-js: Allow (Signer | PublicKey)[] instead of Signer[] when possible (#3967) 2023-01-10 20:59:44 +01:00
setAuthority.ts token-js: Allow (Signer | PublicKey)[] instead of Signer[] when possible (#3967) 2023-01-10 20:59:44 +01:00
syncNative.ts Fix Token program ESM exports (#3508) 2022-08-22 19:07:03 -05:00
thawAccount.ts token-js: Allow (Signer | PublicKey)[] instead of Signer[] when possible (#3967) 2023-01-10 20:59:44 +01:00
transfer.ts token-js: Allow (Signer | PublicKey)[] instead of Signer[] when possible (#3967) 2023-01-10 20:59:44 +01:00
transferChecked.ts token-js: Allow (Signer | PublicKey)[] instead of Signer[] when possible (#3967) 2023-01-10 20:59:44 +01:00
types.ts token-js: implement CPI Guard 2022-12-15 17:27:46 -08:00
uiAmountToAmount.ts [token-js] : Support for UiAmountToAmount and AmountToUiAmount instructions (#3345) 2022-08-24 01:54:16 -05:00