Keypair used to sign the contract-creation transaction. This account pays the deployment fees.
OptionalinitialOptional initial funds to transfer to the newly created C-address immediately
after its creation, using the bridge contract's fund_c_address function.
Amount to send, in the token's smallest unit.
Token contract address of the asset to send.
OptionalsaltOptional 32-byte salt for deterministic address derivation, as a hex string. If omitted, a random salt is generated so the address is non-deterministic.
Options for OnboardingBridgeSDK.createCAddress.
Creates a new Soroban smart-contract account (C-address) and optionally funds it immediately in the same flow.
Example