interface TxUnpackedContractCreateTx1 {
    amount: string;
    callData: `cb_${string}`;
    code: `cb_${string}`;
    ctVersion: CtVersion;
    deposit: string;
    fee: string;
    gasLimit: number;
    gasPrice: string;
    nonce: number;
    ownerId: `ak_${string}`;
    tag: ContractCreateTx;
    ttl: number;
    version: 1;
}

Hierarchy (view full)

Properties

amount: string = coinAmount
callData: `cb_${string}` = ...
code: `cb_${string}` = ...
ctVersion: CtVersion
deposit: string = ...
fee: string
gasLimit: number
gasPrice: string
nonce: number = ...
ownerId: `ak_${string}` = ...
tag: ContractCreateTx = ...
ttl: number
version: 1 = ...

Generated using TypeDoc