interface Channel {
    channelAmount: bigint;
    channelReserve: bigint;
    delegateIds: Delegates;
    id: string;
    initiatorAmount: bigint;
    initiatorId: string;
    lockedUntil: number;
    lockPeriod: number;
    responderAmount: bigint;
    responderId: string;
    round: number;
    soloRound: number;
    stateHash: string;
}

Properties

channelAmount: bigint
channelReserve: bigint
delegateIds: Delegates
id: string

Base58Check encoded tagged pubkey

initiatorAmount: bigint
initiatorId: string

Base58Check encoded tagged pubkey

lockedUntil: number
lockPeriod: number
responderAmount: bigint
responderId: string

Base58Check encoded tagged pubkey

round: number
soloRound: number
stateHash: string

Base58Check encoded tagged hash