Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Fix docs re bytes for compiled_abis in CompiledPackage
Browse files Browse the repository at this point in the history
  • Loading branch information
banool committed Mar 17, 2023
1 parent 47bb636 commit 3a9e440
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub struct CompiledPackage {
//
/// filename -> doctext
pub compiled_docs: Option<Vec<(String, String)>>,
/// filename -> json bytes for ScriptABI. Can then be used to generate transaction builders in
/// filename -> BCS bytes for ScriptABI. Can then be used to generate transaction builders in
/// various languages.
pub compiled_abis: Option<Vec<(String, Vec<u8>)>>,
}
Expand Down

0 comments on commit 3a9e440

Please sign in to comment.