interface TxUnpackedContract1 {
    active: boolean;
    code: `cb_${string}`;
    ctVersion: CtVersion;
    deposit: string;
    log: `cb_${string}`;
    owner: `ak_${string}`;
    referers: `ak_${string}`[];
    tag: Contract;
    version: 1;
}

Hierarchy (view full)

Properties

active: boolean = boolean
code: `cb_${string}` = ...
ctVersion: CtVersion
deposit: string = coinAmount
log: `cb_${string}` = ...
owner: `ak_${string}` = ...
referers: `ak_${string}`[] = ...
tag: Contract = ...
version: 1 = ...

Generated using TypeDoc