EVM network
Sign transaction
ethereum:signTransaction-version=1.0&protocol=TokenPocket&network=ethereum
&chain_id=1&data=
{
"from": "xxx",
"gas": "0x5208",
"chainId": 1,
"to": "xxx",
"value": "0x38d7ea4c68000",
"type": "0x2",
"maxFeePerGas": "0x11853fe080",
"maxPriorityFeePerGas": "0x4a817c80",
"nonce": "0x0"
}
ethereum:signTransaction //action there is sign evm transaction
data //transaction data
//sign transaction result
ethereum:signTransactionSignature-version=1.0&protocol=TokenPocket&network=ethereum&chain_id=1&data={
"rawTransaction":"xxxx"
}Sign and send transaction
ethPersonalSign
ethSignTypedDataLegacy
ethSignTypedData
ethSignTypedData_V4
Normative References
Last updated