Skip to main content

RouterChannel

@totemsdk/omnia-router


@totemsdk/omnia-router / RouterChannel

Interface: RouterChannel

Minimal mirror of OmniaChannel — the fields the router actually reads. Structurally compatible with @totemsdk/omnia's OmniaChannel so callers can pass real channel objects without an adapter.

Properties

balances

balances: Record<string, bigint>


channelId

channelId: string


currentSequence

currentSequence: number


localSigner?

optional localSigner?: ChannelSigner


parties

parties: ChannelParty[]


pendingHTLCs

pendingHTLCs: ChannelHTLC[]


status

status: string


tokenId

tokenId: string


totalValue

totalValue: bigint