forked from cosmos/cosmos-multisig-ui
-
Notifications
You must be signed in to change notification settings - Fork 6
/
mock_data.txt
81 lines (79 loc) · 1.7 KB
/
mock_data.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
############ TYPE1 ############
{
"chain_id": "osmosis-1",
"account_number": "112355",
"sequence": "35",
"fee": {
"gas": "250000",
"amount": [
{
"denom": "uosmo",
"amount": "0"
}
]
},
"msgs": [
{
"type": "cosmos-sdk/MsgUndelegate",
"value": {
"delegator_address": "osmo1dkf74alrfzarkac93a5tzrqsfd47julfrm3rxj",
"validator_address": "osmovaloper1083svrca4t350mphfv9x45wq9asrs60c6rv0j5",
"amount": {
"denom": "uosmo",
"amount": "100000"
}
}
}
],
"memo": ""
}
############ TYPE2 (GENERATED FROM) ############
{
"body": {
"messages": [
{
"@type": "/cosmos.bank.v1beta1.MsgSend",
"from_address": "cosmos1z2mf7s005tqg3z7je7htkq5wguuruncjj89c5v",
"to_address": "cosmos1nn6ajerz2ql5akrua7p4sf2dm82uxwd3cw2ft8",
"amount": [
{
"denom": "uosmo",
"amount": "200000"
}
]
}
],
"memo": "",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
}
},
"signatures": []
}
############ SIGNATURE ############
{
"signatures": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "A3HnK4QH/YPw4ghHru+oWkSILuVUDBrVgYZhM9RLypP1"
},
"data": {
"single": {
"mode": "SIGN_MODE_DIRECT",
"signature": "MR65HgF1pgPUdpNXPzyOjlqXHSZd20HGsVniDUsXPR8ZJHFXAmvJagIN9I6c2DwakQYWlXwanbWDnsOQlUIUzw=="
}
},
"sequence": "1"
}
]
}