interface TxParamsAsyncChannel3 {
    channelAmount: Int;
    channelReserve: Int;
    initiator: `ak_${string}`;
    initiatorAmount: Int;
    initiatorAuth: `cb_${string}`;
    initiatorDelegateIds: readonly (`ch_${string}` | `ct_${string}` | `ok_${string}` | `ak_${string}` | `cm_${string}` | `nm_${string}`)[];
    lockPeriod: Int;
    lockedUntil: Int;
    responder: `ak_${string}`;
    responderAmount: Int;
    responderAuth: `cb_${string}`;
    responderDelegateIds: readonly (`ch_${string}` | `ct_${string}` | `ok_${string}` | `ak_${string}` | `cm_${string}` | `nm_${string}`)[];
    round: number;
    soloRound: Int;
    stateHash: `st_${string}`;
    tag: Channel;
    version?: 3;
}

Hierarchy (view full)

Properties

channelAmount: Int = uInt
channelReserve: Int = uInt
initiator: `ak_${string}` = ...
initiatorAmount: Int = uInt
initiatorAuth: `cb_${string}` = ...
initiatorDelegateIds: readonly (`ch_${string}` | `ct_${string}` | `ok_${string}` | `ak_${string}` | `cm_${string}` | `nm_${string}`)[] = ...
lockPeriod: Int = uInt
lockedUntil: Int = uInt
responder: `ak_${string}` = ...
responderAmount: Int = uInt
responderAuth: `cb_${string}` = ...
responderDelegateIds: readonly (`ch_${string}` | `ct_${string}` | `ok_${string}` | `ak_${string}` | `cm_${string}` | `nm_${string}`)[] = ...
round: number = shortUInt
soloRound: Int = uInt
stateHash: `st_${string}` = ...
tag: Channel = ...
version?: 3

Generated using TypeDoc