Interface TxUnpackedChannelOffChainUpdateCreateContract1

interface TxUnpackedChannelOffChainUpdateCreateContract1 {
    callData: `cb_${string}`;
    code: `cb_${string}`;
    ctVersion: CtVersion;
    deposit: string;
    owner: `ak_${string}`;
    tag: ChannelOffChainUpdateCreateContract;
    version: 1;
}

Hierarchy (view full)

Properties

callData: `cb_${string}` = ...
code: `cb_${string}` = ...
ctVersion: CtVersion
deposit: string = uInt
owner: `ak_${string}` = ...
version: 1 = ...

Generated using TypeDoc