Documentation Index
Fetch the complete documentation index at: https://cobo.com/developers/llms.txt
Use this file to discover all available pages before exploring further.
to_address_details parameter if the amount is zero or emptyextra_parameters parameter if the from_address is empty or not passed. The from_address will also be used as the change address of UTXO transactions when utxo_change_address not specified in extra_parametersto_address_details parameter and amount parameter are alternative. Please set the amount parameter to 0 or leave it empty when using the to_address_details parameter.to_address parameter should be set to 0x0000000000000000000000000000000000000000. Please note that when using calldata, the gas_limit parameter should be set to an appropriate value based on the data being sent and the contract’s execution requirements.pubkey needs to match the from_address parameter.to_address parameter needs to match the program_id parameter. If multiple contracts are being called, then the to_address parameter should match the program_id parameter of the first instruction.