Document solana_program::instruction (#21817)

* Document solana_program::instruction

* Apply suggestions from code review

Co-authored-by: Tyera Eulberg <teulberg@gmail.com>

Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
This commit is contained in:
Brian Anderson
2021-12-14 15:35:22 -06:00
committed by GitHub
parent e4f7af0b48
commit dcb5849484
2 changed files with 314 additions and 33 deletions

View File

@ -57,6 +57,8 @@ parking_lot = "0.11"
anyhow = "1.0.45"
assert_matches = "1.3.0"
bincode = "1.3.1"
borsh = "0.9.1"
borsh-derive = "0.9.1"
serde_json = "1.0.56"
static_assertions = "1.1.0"