|
|
发表于 2024-8-19 16:39:24
|
显示全部楼层
solana 订阅的时候传入"encoding":"jsonParsed" 返回的就是解码数据如下
json_data = {
"jsonrpc": "2.0",
"id": 420,
"method": "transactionSubscribe",
"params": [
{
"vote": False,
"failed": False,
"accountInclude": [
"675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8"
]
},
{
"commitment": "processed",
"encoding": "jsonParsed",
"transactionDetails": "full",
"showRewards": True,
"maxSupportedTransactionVersion": 0
}
]
} |
|