interface TxUnpackedChannelCreateTx2 {
    channelReserve: string;
    fee: string;
    initiator: `ak_${string}`;
    initiatorAmount: string;
    initiatorDelegateIds: (`ch_${string}` | `ct_${string}` | `ok_${string}` | `ak_${string}` | `cm_${string}` | `nm_${string}`)[];
    lockPeriod: string;
    nonce: number;
    responder: `ak_${string}`;
    responderAmount: string;
    responderDelegateIds: (`ch_${string}` | `ct_${string}` | `ok_${string}` | `ak_${string}` | `cm_${string}` | `nm_${string}`)[];
    stateHash: `st_${string}`;
    tag: ChannelCreateTx;
    ttl: number;
    version: 2;
}

Hierarchy (view full)

Properties

channelReserve: string = uInt
fee: string
initiator: `ak_${string}` = ...
initiatorAmount: string = uInt
initiatorDelegateIds: (`ch_${string}` | `ct_${string}` | `ok_${string}` | `ak_${string}` | `cm_${string}` | `nm_${string}`)[] = ...
lockPeriod: string = uInt
nonce: number = ...
responder: `ak_${string}` = ...
responderAmount: string = uInt
responderDelegateIds: (`ch_${string}` | `ct_${string}` | `ok_${string}` | `ak_${string}` | `cm_${string}` | `nm_${string}`)[] = ...
stateHash: `st_${string}` = ...
tag: ChannelCreateTx = ...
ttl: number
version: 2 = ...

Generated using TypeDoc