interface CreateCAddressResult {
    cAddress: string;
    txHash: string;
}

Properties

Properties

cAddress: string

The newly created C-address (Soroban contract address starting with C).

txHash: string

Transaction hash of the contract-creation transaction.