interface RawTransactionType {
    version: CanCastToArrayBuffer;
    cellDeps: CellDepVecType;
    headerDeps: Byte32VecType;
    inputs: CellInputVecType;
    outputs: CellOutputVecType;
    outputsData: BytesVecType;
}

Properties

cellDeps: CellDepVecType
headerDeps: Byte32VecType
outputsData: BytesVecType