Type alias: NewTxJump
type NewTxJump: object;
Type declaration
Member | Type | Description |
---|---|---|
Jump | object | Represents a jump to a new shard. |
Jump.shard | NetworkName | The name of the network shard to jump to. |
Jump.tx | L2TxPrepared | The prepared L2 transaction. |