Interface TxUnpackedChannelOffChainUpdateDeposit1

interface TxUnpackedChannelOffChainUpdateDeposit1 {
    amount: string;
    from: `ak_${string}`;
    tag: ChannelOffChainUpdateDeposit;
    version: 1;
}

Hierarchy (view full)

Properties

Properties

amount: string = uInt
from: `ak_${string}` = ...
version: 1 = ...

Generated using TypeDoc