SerializedActionSignSmartChainTransaction
Serialized action requiring the user to sign provided smart-chain transactions.
typestringrequired
Possible values: [SignSmartChainTransaction]
namestringrequired
Possible values: [Initiate swap, Settle manually, Refund]
descriptionstringrequired
chainstringrequired
Smart-chain identifier on which the transactions should be signed.
txsstring[]required
Unsigned smart-chain transactions serialized to strings.
requiredSignerstringrequired
Address of the signer required to sign the transactions.
SerializedActionSignSmartChainTransaction
{
"type": "SignSmartChainTransaction",
"name": "Initiate swap",
"description": "string",
"chain": "string",
"txs": [
"string"
],
"requiredSigner": "string"
}