TypeScript SDK
RouteTransaction
type RouteTransaction = { chainId: number; data: ox__Hex.Hex; id: ox__Hex.Hex; to: ox__Hex.Hex; value?: bigint;};
The action this transaction performs. This can be "approval", "transfer", "buy", or "sell".
type chainId = number;
type data = ox__Hex.Hex;
The transaction ID, used for tracking purposes.
type id = ox__Hex.Hex;
type to = ox__Hex.Hex;
type value = bigint;