Skip to content

Commit

Permalink
chore: update build example with missing borsh
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejVukosav committed Jun 17, 2024
1 parent bcd8fb2 commit cf15c72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/03-build/01-protocol-sdks/02-protocol-rs-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ use calimero_sdk::app;

#[app::state]
#[derive(Default, BorshSerialize, BorshDeserialize)]
#[borsh(crate = "calimero_sdk::borsh")]
struct KvStore {}

#[app::logic]
Expand Down

0 comments on commit cf15c72

Please sign in to comment.