pub unsafe extern "C" fn btck_chain_parameters_create(
chain_type: btck_ChainType,
) -> *mut btck_ChainParametersExpand description
@brief Creates a chain parameters struct with default parameters based on the passed in chain type.
@param[in] chain_type Controls the chain parameters type created. @return An allocated chain parameters opaque struct.