Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Mar 27, 2023
1 parent 8d3649e commit 7699660
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/docs/building-apps/03-protobuf-annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ sidebar_position: 1

This document explains the various protobuf scalars that have been added to make working with protobuf easier for Cosmos SDK application developers

## Scalars
## Scalar

(cosmos_proto.scalar) = "cosmos.AddressString";

## Interfaces
## Implements_Interface

Implement interface is

option (cosmos_proto.implements_interface) = "cosmos.auth.v1beta1.AccountI";

Expand All @@ -20,7 +22,7 @@ option (cosmos_proto.implements_interface) = "cosmos.auth.v1beta1.AccountI";

option (amino.name) = "cosmos-sdk/BaseAccount";

### Field Name
### Field_Name

(amino.field_name) = "public_key"

Expand Down

0 comments on commit 7699660

Please sign in to comment.