Export

CreateSmartContractRequest

interface CreateSmartContractRequest {
    compiled_smart_contract_id?: string;
    options: SmartContractOptions;
    type: SmartContractType;
}

Properties

compiled_smart_contract_id?: string

The optional UUID of the compiled smart contract to deploy. This field is only required when SmartContractType is set to custom.

Memberof

CreateSmartContractRequest

Memberof

CreateSmartContractRequest

Memberof

CreateSmartContractRequest