interface TxParamsContractCreateTx1 {
    _canIncreaseFee?: boolean;
    amount?: Int;
    callData: `cb_${string}`;
    code: `cb_${string}`;
    consensusProtocolVersion?: Ceres;
    ctVersion?: CtVersion;
    denomination?: AE_AMOUNT_FORMATS;
    deposit?: Int;
    fee?: Int;
    gasLimit?: number;
    gasMax?: number;
    gasPrice?: Int;
    nonce: number;
    ownerId: `ak_${string}`;
    tag: ContractCreateTx;
    ttl?: number;
    version?: 1;
}

Hierarchy (View Summary)

Properties

_canIncreaseFee?: boolean
amount?: Int = coinAmount
callData: `cb_${string}` = ...
code: `cb_${string}` = ...
consensusProtocolVersion?: Ceres
ctVersion?: CtVersion
denomination?: AE_AMOUNT_FORMATS
deposit?: Int = ...
fee?: Int
gasLimit?: number
gasMax?: number
gasPrice?: Int
nonce: number = ...
ownerId: `ak_${string}` = ...
tag: ContractCreateTx = ...
ttl?: number
version?: 1