refactor(textual): Update Spec to have shorter Any header screen (#14117)
* Remove object prefix * update test case * Update example
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
* Dec 06, 2021: Initial Draft
|
||||
* Feb 07, 2022: Draft read and concept-ACKed by the Ledger team.
|
||||
* Dec 01, 2022: Remove `Object: ` prefix on Any header screen.
|
||||
|
||||
## Status
|
||||
|
||||
@@ -181,14 +182,14 @@ See example above with `message Vote{}`.
|
||||
* Rendered as:
|
||||
|
||||
```
|
||||
Object: <type_url>
|
||||
<type_url>
|
||||
> <value rendered underlying message>
|
||||
```
|
||||
|
||||
#### Examples
|
||||
|
||||
```
|
||||
Object: type.googleapis.com/cosmos.gov.v1.Vote
|
||||
type.googleapis.com/cosmos.gov.v1.Vote
|
||||
> Vote object
|
||||
>> Proposal id: 4
|
||||
>> Vote: cosmos1abc...def
|
||||
|
||||
Reference in New Issue
Block a user