mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
32 lines
584 B
JSON
32 lines
584 B
JSON
|
{
|
||
|
"type": "cosmos-sdk/StdTx",
|
||
|
"value": {
|
||
|
"msg": [
|
||
|
{
|
||
|
"type": "cdp/MsgCreateCDP",
|
||
|
"value": {
|
||
|
"sender": "kava12jk3szk45afmvjc3xc6kvj4e40tuy2m8ckgs03",
|
||
|
"collateral": [
|
||
|
{
|
||
|
"denom": "xrp",
|
||
|
"amount": "110000000"
|
||
|
}
|
||
|
],
|
||
|
"principal": [
|
||
|
{
|
||
|
"denom": "usdx",
|
||
|
"amount": "10000000"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"fee": {
|
||
|
"amount": [],
|
||
|
"gas": "500000"
|
||
|
},
|
||
|
"signatures": null,
|
||
|
"memo": ""
|
||
|
}
|
||
|
}
|