mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
refactor: optimize oracle genesis proto
This commit is contained in:
@@ -24,13 +24,15 @@ message Params {
|
||||
message Assets {
|
||||
option (amino.name) = "oracle/assets";
|
||||
option (gogoproto.equal) = true;
|
||||
option (gogoproto.goproto_stringer) = false;
|
||||
|
||||
repeated AssetInfo assets = 1;
|
||||
}
|
||||
|
||||
// AssetInfo defines the asset info
|
||||
message AssetInfo {
|
||||
option (amino.name) = "oracle/asset_info";
|
||||
option (gogoproto.equal) = true;
|
||||
|
||||
// The coin type index for bip44 path
|
||||
int64 index = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user