File tree 4 files changed +6
-6
lines changed
versioned_docs/version-0.52 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ https://github.com/cosmos/cosmos-sdk/blob/28fa3b8/x/bank/proto/cosmos/bank/v1bet
38
38
39
39
### ` transaction.Msg ` Interface
40
40
41
- ` transaction.Msg ` is an alias of ` proto.Message ` .
41
+ ` transaction.Msg ` uses structural types to define the interface for a message .
42
42
43
43
``` go reference
44
- https:// github.com/cosmos/cosmos-sdk/blob/main/core/transaction/transaction.go#L8
44
+ https:// github.com/cosmos/cosmos-sdk/blob/main/core/transaction/transaction.go#L4-L9
45
45
```
46
46
47
47
Signers from the ` GetSigners() ` call is automated via a protobuf annotation.
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ It is possible to use `AutoCLI` for non module commands. The trick is still to i
252
252
For example, here is how the SDK does it for ` cometbft ` gRPC commands:
253
253
254
254
``` go reference
255
- https:// github.com/cosmos/cosmos-sdk/blob/main /client/grpc/cmtservice/autocli.go#L52-L71
255
+ https:// github.com/cosmos/cosmos-sdk/blob/release/v0.52.x /client/grpc/cmtservice/autocli.go#L52-L71
256
256
```
257
257
258
258
#### Conventions for the ` Use ` field in Cobra
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ https://github.com/cosmos/cosmos-sdk/blob/28fa3b8/x/bank/proto/cosmos/bank/v1bet
38
38
39
39
### ` transaction.Msg ` Interface
40
40
41
- ` transaction.Msg ` is an alias of ` proto.Message ` .
41
+ ` transaction.Msg ` uses structural types to define the interface for a message .
42
42
43
43
``` go reference
44
- https:// github.com/cosmos/cosmos-sdk/blob/main/core/transaction/transaction.go#L8
44
+ https:// github.com/cosmos/cosmos-sdk/blob/main/core/transaction/transaction.go#L4-L9
45
45
```
46
46
47
47
Signers from the ` GetSigners() ` call is automated via a protobuf annotation.
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ It is possible to use `AutoCLI` for non module commands. The trick is still to i
252
252
For example, here is how the SDK does it for ` cometbft ` gRPC commands:
253
253
254
254
``` go reference
255
- https:// github.com/cosmos/cosmos-sdk/blob/main /client/grpc/cmtservice/autocli.go#L52-L71
255
+ https:// github.com/cosmos/cosmos-sdk/blob/release/v0.52.x /client/grpc/cmtservice/autocli.go#L52-L71
256
256
```
257
257
258
258
#### Conventions for the ` Use ` field in Cobra
You can’t perform that action at this time.
0 commit comments