* Makes sure that there is only one KeyedAccount at a time. Moves keyed_account_at_index() into create_account(), transfer_verified(), transfer() and transfer_with_seed() to do so. * Uses transaction_context.get_key_of_account_at_index() when only the key is needed. * Uses "!instruction_context.is_signer()" instead of ".signer_key().is_none()". * Replaces KeyedAccount by BorrowedAccount. * Removes unused code. |
||
---|---|---|
.. | ||
benches | ||
src | ||
store-tool | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
build.rs |