mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 08:37:29 +00:00 
			
		
		
		
	* feat: add swagger * add version info for mainnet * feat: reorganize to prepare for develop merge * feat: update readme
		
			
				
	
	
		
			24 lines
		
	
	
		
			604 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			604 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "type": "cosmos-sdk/StdTx",
 | 
						|
    "value": {
 | 
						|
        "msg": [
 | 
						|
            {
 | 
						|
                "type": "auction/MsgPlaceBid",
 | 
						|
                "value": {
 | 
						|
                    "auction_id": "1",
 | 
						|
                    "bidder": "kava1xy7hrjy9r0algz9w3gzm8u6mrpq97kwta747gj",
 | 
						|
                    "amount": {
 | 
						|
                        "denom": "usdx",
 | 
						|
                        "amount": "100000000"
 | 
						|
                    }
 | 
						|
                }
 | 
						|
            }
 | 
						|
        ],
 | 
						|
        "fee": {
 | 
						|
            "amount": [],
 | 
						|
            "gas": "500000"
 | 
						|
        },
 | 
						|
        "signatures": null,
 | 
						|
        "memo": "arbitrary text"
 | 
						|
    }
 | 
						|
} |