Interface TxUnpackedChannelCloseSoloTx1

interface TxUnpackedChannelCloseSoloTx1 {
    channelId: `ch_${string}`;
    fee: string;
    fromId: `ak_${string}`;
    nonce: number;
    payload: `tx_${string}`;
    poi: EntUnpacked & { tag: TreesPoi };
    tag: ChannelCloseSoloTx;
    ttl: number;
    version: 1;
}

Hierarchy (View Summary)

Properties

channelId: `ch_${string}` = ...
fee: string
fromId: `ak_${string}` = ...
nonce: number = ...
payload: `tx_${string}` = ...
poi: EntUnpacked & { tag: TreesPoi } = entryTreesPoi
ttl: number
version: 1 = ...