Struct ckb_sdk::tx_builder::udt::ReceiverBuildOutput
source · pub struct ReceiverBuildOutput {
pub input: Option<(CellInput, CellDep)>,
pub output: CellOutput,
pub output_data: Bytes,
}Fields§
§input: Option<(CellInput, CellDep)>§output: CellOutput§output_data: Bytes