solana-program-library/token/js/src
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
..
actions [token-js] : JS binding for CreateIdempotent instruction (#3558) 2022-10-06 16:56:32 +02:00
extensions token-js: Allow (Signer | PublicKey)[] instead of Signer[] when possible (#3967) 2023-01-10 20:59:44 +01:00
instructions token-js: Allow (Signer | PublicKey)[] instead of Signer[] when possible (#3967) 2023-01-10 20:59:44 +01:00
state Fix Token program ESM exports (#3508) 2022-08-22 19:07:03 -05:00
constants.ts token-js: Throw if using token-2022 instructions with tokenkeg (#3296) 2022-06-29 13:39:30 -04:00
errors.ts token-js: Throw if using token-2022 instructions with tokenkeg (#3296) 2022-06-29 13:39:30 -04:00
index.ts [token-js] : Support for UiAmountToAmount and AmountToUiAmount instructions (#3345) 2022-08-24 01:54:16 -05:00