Params_A2W_tx_sign_yesprop: { tx: string; returnSigned: false; networkId: string }

Parameters for "transaction.sign" (do propagate)

If returnSigned is false, then Superhero will propagate the transaction.

(layer 4)

Example

{
"tx": "tx_+FgMAaEBuzbuuWjOzR7ecjOY8+u7HdNk0KoxTQcCDerZELEQ+UShAXtm5sMFBwg25Ol5IFI9w+pZy7/YbFi6BwPqi80KuKdsCoYPJvVhyAAAAYdoYWluYW5h9uAnNQ==",
"returnSigned": false,
"networkId": "ae_uat"
}

Type declaration

  • tx: string
  • returnSigned: false
  • networkId: string

Generated using TypeDoc