solana-with-rpc-optimizations/programs/config_api/src
Tyera Eulberg 943cd0a24a
Add credit-only info to AccountMetadata (#4405)
* Add credit-only flag to AccountMeta, default to false

* Sort keys by is_credit_only within signed/unsigned groupings

* Process and de-dupe program keys along with other account keys

* Add message helper functions

* Fix test

* Improve comment

* s/is_credit_only/is_debitable

* Add InstructionKeys helper struct, and simplify program_position method
2019-05-23 18:19:53 -04:00
..
config_instruction.rs Config instructions now only require one key (#4258) 2019-05-12 22:47:12 -07:00
config_processor.rs Add credit-only info to AccountMetadata (#4405) 2019-05-23 18:19:53 -04:00
lib.rs remove some boilerplate (#4143) 2019-05-06 10:11:18 -07:00