solana-program-library/token/cli/src
hanako mumei c426ed9749 Refactor create-token to go through token client
* cli: remove offline args from commands that create accounts
* cli: implement finish_tx, to be a replacement for handle_tx, which branches on the client return
* client: validate a transaction is fully signed before sending over rpc
* client: convert payer from Signer to Arc<dyn Signer> to support cli signers
* client: support nonce mode
* client: change create_mint to be an object method that returns SendTransaction::Output
* client: rename S2 to S everywhere that Token<T, S> is Token<T>
2022-08-18 17:35:55 -07:00
..
bench.rs token-cli: Clone signers (#3290) 2022-08-08 23:40:08 +02:00
config.rs token-cli: use program_client for blockhash 2022-08-15 16:06:50 -07:00
main.rs Refactor create-token to go through token client 2022-08-18 17:35:55 -07:00
output.rs spl-token: provide more useful output when using create-token with the output option and small redesign of token cli architecture (#2593) 2021-11-24 12:08:46 -07:00
sort.rs token-cli: Support base token-2022 (without extensions) (#3071) 2022-07-27 10:47:43 +02:00