mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 16:17:36 +00:00 
			
		
		
		
	* feat: add swagger * add version info for mainnet * feat: reorganize to prepare for develop merge * feat: update readme
		
			
				
	
	
		
			32 lines
		
	
	
		
			927 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			927 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "tx": {
 | 
						|
        "msg": [
 | 
						|
            {
 | 
						|
                "type": "auction/MsgPlaceBid",
 | 
						|
                "value": {
 | 
						|
                    "auction_id": "1",
 | 
						|
                    "bidder": "kava1xy7hrjy9r0algz9w3gzm8u6mrpq97kwta747gj",
 | 
						|
                    "amount": {
 | 
						|
                        "denom": "usdx",
 | 
						|
                        "amount": "100000000"
 | 
						|
                    }
 | 
						|
                }
 | 
						|
            }
 | 
						|
        ],
 | 
						|
        "fee": {
 | 
						|
            "amount": [],
 | 
						|
            "gas": "500000"
 | 
						|
        },
 | 
						|
        "signatures": [
 | 
						|
            {
 | 
						|
                "pub_key": {
 | 
						|
                    "type": "tendermint/PubKeySecp256k1",
 | 
						|
                    "value": "AsBYqm9S7cjIBdG6N/xzAGuEizTt2S2CJuM1FCsgta7u"
 | 
						|
                },
 | 
						|
                "signature": "O3zsB8P61SN7/5C+TNfO9hMaFYWV6hjr2aVigN0GrckR2PQGZhpyEZ03P71A9uK7DFLawzvAHDZRqQu833lAnA=="
 | 
						|
            }
 | 
						|
        ],
 | 
						|
        "memo": "arbitrary text"
 | 
						|
    },
 | 
						|
    "mode": "block"
 | 
						|
} |