forked from Bluechip23/bluechip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aafac17
commit a32e22e
Showing
61 changed files
with
18,005 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
syntax = "proto3"; | ||
package smartdev0328.bluechip.pageinflation; | ||
|
||
option go_package = "github.com/smartdev0328/bluechip/x/pageinflation/types"; | ||
|
||
message MintedPool { | ||
uint64 value = 1; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
syntax = "proto3"; | ||
package smartdev0328.bluechip.pageinflation; | ||
|
||
option go_package = "github.com/smartdev0328/bluechip/x/pageinflation/types"; | ||
|
||
message StartBlock { | ||
string value = 1; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
// THIS FILE IS GENERATED AUTOMATICALLY. DO NOT MODIFY. | ||
|
||
import Smartdev0328BluechipBluechipMint from './smartdev0328/bluechip/bluechip.mint' | ||
import Smartdev0328BluechipSmartdev0328BluechipPageinflation from './smartdev0328/bluechip/smartdev0328.bluechip.pageinflation' | ||
|
||
|
||
export default { | ||
Smartdev0328BluechipBluechipMint: load(Smartdev0328BluechipBluechipMint, 'bluechip.mint'), | ||
Smartdev0328BluechipSmartdev0328BluechipPageinflation: load(Smartdev0328BluechipSmartdev0328BluechipPageinflation, 'smartdev0328.bluechip.pageinflation'), | ||
|
||
} | ||
|
||
|
||
function load(mod, fullns) { | ||
return function init(store) { | ||
if (store.hasModule([fullns])) { | ||
throw new Error('Duplicate module name detected: '+ fullns) | ||
}else{ | ||
store.registerModule([fullns], mod) | ||
store.subscribe((mutation) => { | ||
if (mutation.type == 'common/env/INITIALIZE_WS_COMPLETE') { | ||
store.dispatch(fullns+ '/init', null, { | ||
root: true | ||
}) | ||
} | ||
}) | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "smartdev0328-bluechip-js", | ||
"version": "0.1.0", | ||
"description": "Autogenerated cosmos modules vuex store", | ||
"author": "Starport Codegen <[email protected]>", | ||
"license": "Apache-2.0", | ||
"licenses": [ | ||
{ | ||
"type": "Apache-2.0", | ||
"url": "http://www.apache.org/licenses/LICENSE-2.0" | ||
} | ||
], | ||
"main": "index.js", | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
THIS FOLDER IS GENERATED AUTOMATICALLY. DO NOT MODIFY. |
Oops, something went wrong.