Skip to content

Instantly share code, notes, and snippets.

@AlexBHarley
Created September 5, 2019 14:07
Show Gist options
  • Save AlexBHarley/5649de573bd021ffa045cfbbba227341 to your computer and use it in GitHub Desktop.
Save AlexBHarley/5649de573bd021ffa045cfbbba227341 to your computer and use it in GitHub Desktop.
{
"app_message": {
"accounts": [
{
"account_number": "0",
"address": "cosmos19s96k8judmxx7jwf3tug7adux5g7k9pmr2yqwm",
"coins": [
{ "amount": "1000", "denom": "dxt" },
{ "amount": "100000000", "denom": "stake" }
],
"delegated_free": [],
"delegated_vesting": [],
"end_time": "0",
"module_name": "",
"module_permissions": [""],
"original_vesting": [],
"sequence_number": "0",
"start_time": "0"
},
{
"account_number": "0",
"address": "cosmos12yhnlgzjrpkl6953cvaajx54spw4jhhpea0rtr",
"coins": [
{ "amount": "1000", "denom": "dxt" },
{ "amount": "100000000", "denom": "stake" }
],
"delegated_free": [],
"delegated_vesting": [],
"end_time": "0",
"module_name": "",
"module_permissions": [""],
"original_vesting": [],
"sequence_number": "0",
"start_time": "0"
}
],
"auth": {
"params": {
"max_memo_characters": "256",
"sig_verify_cost_ed25519": "590",
"sig_verify_cost_secp256k1": "1000",
"tx_sig_limit": "7",
"tx_size_cost_per_byte": "10"
}
},
"bank": { "send_enabled": true },
"distribution": {
"base_proposer_reward": "0.010000000000000000",
"bonus_proposer_reward": "0.040000000000000000",
"community_tax": "0.020000000000000000",
"delegator_starting_infos": [],
"delegator_withdraw_infos": [],
"fee_pool": { "community_pool": [] },
"outstanding_rewards": [],
"previous_proposer": "",
"validator_accumulated_commissions": [],
"validator_current_rewards": [],
"validator_historical_rewards": [],
"validator_slash_events": [],
"withdraw_addr_enabled": true
},
"genutil": {
"gentxs": [
{
"type": "cosmos-sdk/StdTx",
"value": {
"fee": { "amount": [], "gas": "200000" },
"memo": "5f47f6f0340228e7cfbbc81a2b05d3850398343f@192.168.1.112:26656",
"msg": [
{
"type": "cosmos-sdk/MsgCreateValidator",
"value": {
"commission": {
"max_change_rate": "0.010000000000000000",
"max_rate": "0.200000000000000000",
"rate": "0.100000000000000000"
},
"delegator_address": "cosmos19s96k8judmxx7jwf3tug7adux5g7k9pmr2yqwm",
"description": {
"details": "",
"identity": "",
"moniker": "engine",
"website": ""
},
"min_self_delegation": "1",
"pubkey": "cosmosvalconspub1zcjduepq9dqhx6g6nksh29cyutxjfpzxnm3asptzhl6kn5nzgn0cjaqr409qt45nvh",
"validator_address": "cosmosvaloper19s96k8judmxx7jwf3tug7adux5g7k9pmx7s4zg",
"value": { "amount": "100000000", "denom": "stake" }
}
}
],
"signatures": [
{
"pub_key": {
"type": "tendermint/PubKeySecp256k1",
"value": "AqIf5FoGG15CCwFNa82M9zqJpX0J+FGisefBmCLT5s7Z"
},
"signature": "81CXZMdwUcsFyQ61qR5LK9tk9if7qAMNVW//h7umdMJKkue9pwsHxj7opvXcw7p3YkJUgXR1yqda1t+JdHz7lQ=="
}
]
}
}
]
},
"identity": null,
"params": null,
"permissions": null,
"rbac": null,
"staking": {
"delegations": null,
"exported": false,
"last_total_power": "0",
"last_validator_powers": null,
"params": {
"bond_denom": "stake",
"max_entries": 7,
"max_validators": 100,
"unbonding_time": "1814400000000000"
},
"redelegations": null,
"unbonding_delegations": null,
"validators": null
}
},
"chain_id": "engine",
"gentxs_dir": "/Users/alex/.dxzd/config/gentx",
"moniker": "engine",
"node_id": "5f47f6f0340228e7cfbbc81a2b05d3850398343f"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment