Type alias: SigningTxIds
type SigningTxIds: object;
Type declaration
| Member | Type | Description | 
|---|---|---|
| input_id | HashId | This is hash of [SignedPayload]. It can be computed on the frontend for any tx, e.g. including for cweb-less or wrapped in jumps. This is in contrast to l2_txidwhich cannot be calculated in some cases on the client side. | 
| l2_txid | HashId | The transaction ID on the L2 network. |