Class ChannelOutput

Expand description

A channel output as visible on the Cardano L1

Properties§

§readonly isClosed: boolean

Indicate whether the channel is 'Closed'

§readonly isOpened: boolean

Indicate whether the channel is 'Opened'

§readonly isResponded: boolean

Indicate whether the channel is 'Responded'

§readonly subbedAmount: bigint

Return the total amount already subbed from the channel

§readonly tag: Tag

Return the channel tag.

§readonly totalAmount: bigint

Return the total amount deposited in the channel. Owed amount is obtained by looking at the receipt.

Methods§

§

free(): void