Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix accountKeys type in getTransaction JSON parsed (#85)
#### Problem `accountKeys` was incorrectly typed as a list containing one account key, instead of a list of arbitrary length of account keys #### Summary of Changes - Fix the type - Change the type of `source` to the enum it comes from (https://github.com/anza-xyz/agave/blob/8889b4ac1ea39121dffcbc95421dbffae737c1fe/transaction-status-client-types/src/lib.rs#L134-L148) Fixes #80
- Loading branch information