Type alias Params_A2W_tx_sign_noprop

Params_A2W_tx_sign_noprop: { tx: string; returnSigned: true; networkId: string }

Parameters for "transaction.sign" (do not propagate)

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

(layer 4)

Example

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

Type declaration

  • tx: string
  • returnSigned: true
  • networkId: string

Generated using TypeDoc