Hierarchy

  • ChannelState

Properties

closeTx?: string
handler?: ChannelHandler
onDepositLocked?: (() => void)

Type declaration

    • (): void
    • Returns void

onOnChainTx?: ((tx: `tx_${string}`) => void)

Type declaration

    • (tx: `tx_${string}`): void
    • Parameters

      • tx: `tx_${string}`

      Returns void

onOwnDepositLocked?: (() => void)

Type declaration

    • (): void
    • Returns void

onOwnWithdrawLocked?: (() => void)

Type declaration

    • (): void
    • Returns void

onWithdrawLocked?: (() => void)

Type declaration

    • (): void
    • Returns void

reject: ((e: BaseError) => void)

Type declaration

resolve: ((r?: any) => void)

Type declaration

    • (r?: any): void
    • Parameters

      • Optional r: any

      Returns void

sign: SignTx
signedTx: any

Generated using TypeDoc