Interface TxUnpackedChannelCloseMutualTx1

interface TxUnpackedChannelCloseMutualTx1 {
    channelId: `ch_${string}`;
    fee: string;
    fromId: `ak_${string}`;
    initiatorAmountFinal: string;
    nonce: number;
    responderAmountFinal: string;
    tag: ChannelCloseMutualTx;
    ttl: number;
    version: 1;
}

Hierarchy (view full)

Properties

channelId: `ch_${string}` = ...
fee: string
fromId: `ak_${string}` = ...
initiatorAmountFinal: string = uInt
nonce: number = ...
responderAmountFinal: string = uInt
ttl: number
version: 1 = ...

Generated using TypeDoc