mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 18:15:19 +00:00
97dc4f6432
* feat: add swagger * add version info for mainnet * feat: reorganize to prepare for develop merge * feat: update readme
23 lines
444 B
JSON
23 lines
444 B
JSON
{
|
|
"type": "cosmos-sdk/StdTx",
|
|
"value": {
|
|
"msg": [
|
|
{
|
|
"type": "pricefeed/MsgPostPrice",
|
|
"value": {
|
|
"from": "kava15qdefkmwswysgg4qxgqpqr35k3m49pkx2jdfnw",
|
|
"market_id": "xrp:usd",
|
|
"price": "0.290000000000000000",
|
|
"expiry": "2100-03-29T10:40:00Z"
|
|
}
|
|
}
|
|
],
|
|
"fee": {
|
|
"amount": [],
|
|
"gas": "500000"
|
|
},
|
|
"signatures": null,
|
|
"memo": ""
|
|
}
|
|
}
|